Home
last modified time | relevance | path

Searched refs:SetPlaying (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlsink/
H A Dmain.cpp12 class SetPlaying : public QRunnable class
15 SetPlaying(GstElement *);
16 ~SetPlaying();
24 SetPlaying::SetPlaying (GstElement * pipeline) in SetPlaying() function in SetPlaying
29 SetPlaying::~SetPlaying () in ~SetPlaying()
36 SetPlaying::run () in run()
72 rootObject->scheduleRenderJob (new SetPlaying (pipeline), in main()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/mediaplayer/qmlsink/
H A Dmain.cpp9 class SetPlaying : public QRunnable class
12 SetPlaying(GstElement *);
13 ~SetPlaying();
21 SetPlaying::SetPlaying (GstElement * pipeline) in SetPlaying() function in SetPlaying
26 SetPlaying::~SetPlaying () in ~SetPlaying()
33 SetPlaying::run () in run()
68 rootObject->scheduleRenderJob (new SetPlaying (pipeline), in main()