Home
last modified time | relevance | path

Searched refs:isVideoRunning_ (Results 1 - 2 of 2) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H A Dvideo_play_controller.cpp83 if (isVideoRunning_) { in SetSurface()
125 if (isVideoRunning_) { in Start()
132 isVideoRunning_ = true; in Start()
152 if (isVideoRunning_ && (nullptr != videoSinkDecoder_)) { in Stop()
154 isVideoRunning_ = false; in Stop()
204 while (isVideoRunning_) { in VideoPlayThread()
258 while (isVideoRunning_) { in ProcessVideoData()
272 if (!isVideoRunning_) { in ProcessVideoData()
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/include/
H A Dvideo_play_controller.h41 if (bufferReceiver_ && isVideoRunning_) { in SetKeyMode()
92 std::atomic_bool isVideoRunning_ = false; member in OHOS::Sharing::VideoPlayController

Completed in 1 milliseconds