Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/include/
Dvideo_play_controller.h78 void VideoPlayThread();
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
Dvideo_play_controller.cpp179 videoPlayThread_ = std::make_shared<std::thread>(&VideoPlayController::VideoPlayThread, this); in StartVideoThread()
199 void VideoPlayController::VideoPlayThread() in VideoPlayThread() function in OHOS::Sharing::VideoPlayController