Home
last modified time | relevance | path

Searched refs:StartVideoCapture (Results 1 - 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/
H A Dscreen_capture_consumer.h64 bool StartVideoCapture();
H A Dscreen_capture_consumer.cpp367 if ((videoTrack_.codecId != CODEC_NONE) && !StartVideoCapture()) { in StartCapture()
392 bool ScreenCaptureConsumer::StartVideoCapture() in StartVideoCapture() function in OHOS::Sharing::ScreenCaptureConsumer
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.h314 int32_t StartVideoCapture();
H A Dscreen_capture_server.cpp1043 ret = StartVideoCapture(); in StartScreenCaptureStream()
1778 int32_t ScreenCaptureServer::StartVideoCapture() in StartVideoCapture() function in OHOS::Media::ScreenCaptureServer
1780 MediaTrace trace("ScreenCaptureServer::StartVideoCapture"); in StartVideoCapture()
1781 MEDIA_LOGI("ScreenCaptureServer: 0x%{public}06" PRIXPTR " StartVideoCapture start, state:%{public}d, " in StartVideoCapture()
1785 MEDIA_LOGI("StartVideoCapture is ignored"); in StartVideoCapture()
1790 MSERR_INVALID_VAL, "StartVideoCapture failed, invalid param, dataType:%{public}d", captureConfig_.dataType); in StartVideoCapture()
1796 MEDIA_LOGI("StartVideoCapture end."); in StartVideoCapture()

Completed in 9 milliseconds