Home
last modified time | relevance | path

Searched refs:g_playFinished (Results 1 – 3 of 3) sorted by relevance

/foundation/multimedia/histreamer/tests/st/helper/
Dstd_player.cpp34 bool g_playFinished = false; variable
52 if (type == INFO_TYPE_EOS && !g_playFinished) { in OnInfo()
56 g_playFinished = true; in OnInfo()
59 g_playFinished = true; in OnInfo()
110 g_playFinished = false; in Create()
136 if (g_playFinished) { in IsPlaying()
139 return !g_playFinished; in IsPlaying()
156 g_playFinished = false; in Play()
185 g_playFinished = true; in Stop()
Dlite_player.cpp29 static bool g_playFinished = false; variable
35 g_playFinished = true; in OnPlaybackComplete()
88 g_playFinished = false; in Create()
105 return !g_playFinished; in IsPlaying()
115 g_playFinished = false; in Play()
Dlite_stream_player.cpp75 bool g_playFinished = false; variable
80 while (!g_playFinished) { in DataProcessThread()
115 g_playFinished = true; in OnPlaybackComplete()
165 g_playFinished = false; in StartLiteStreamPlayer()
189 while (!g_playFinished) { in StartLiteStreamPlayer()