Home
last modified time | relevance | path

Searched refs:GetVideoInfo (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/screen_capture_adapter/src/
H A Dscreen_capture_adapter_impl.cpp175 if (config->GetVideoInfo() && config->GetVideoInfo()->GetVideoCapInfo()) { in ConvertScreenCaptureConfig()
176 …avConfig.videoInfo.videoCapInfo.displayId = config->GetVideoInfo()->GetVideoCapInfo()->GetDisplayI… in ConvertScreenCaptureConfig()
177 … avConfig.videoInfo.videoCapInfo.taskIDs = config->GetVideoInfo()->GetVideoCapInfo()->GetTaskIDs(); in ConvertScreenCaptureConfig()
179 config->GetVideoInfo()->GetVideoCapInfo()->GetVideoFrameWidth(); in ConvertScreenCaptureConfig()
181 config->GetVideoInfo()->GetVideoCapInfo()->GetVideoFrameHeight(); in ConvertScreenCaptureConfig()
183 GetOHVideoSourceType(config->GetVideoInfo()->GetVideoCapInfo()->GetVideoSourceType()); in ConvertScreenCaptureConfig()
186 if (config->GetVideoInfo() && config->GetVideoInfo()->GetVideoEncInfo()) { in ConvertScreenCaptureConfig()
188 GetOHVideoCodecFormat(config->GetVideoInfo()->GetVideoEncInfo()->GetVideoCodecFormat()); in ConvertScreenCaptureConfig()
189 …avConfig.videoInfo.videoEncInfo.videoBitrate = config->GetVideoInfo()->GetVideoEncInfo()->GetVideo… in ConvertScreenCaptureConfig()
190 …avConfig.videoInfo.videoEncInfo.videoFrameRate = config->GetVideoInfo()->GetVideoEncInfo()->GetVid… in ConvertScreenCaptureConfig()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_screen_capture_config_adapter_impl.cpp49 ArkWebRefPtr<ArkVideoInfoAdapter> ArkScreenCaptureConfigAdapterImpl::GetVideoInfo() in GetVideoInfo() function in OHOS::ArkWeb::ArkScreenCaptureConfigAdapterImpl
51 std::shared_ptr<NWeb::VideoInfoAdapter> info = real_->GetVideoInfo(); in GetVideoInfo()
H A Dark_screen_capture_config_adapter_impl.h33 ArkWebRefPtr<ArkVideoInfoAdapter> GetVideoInfo() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_screen_capture_config_adapter_wrapper.cpp51 std::shared_ptr<NWeb::VideoInfoAdapter> ArkScreenCaptureConfigAdapterWrapper::GetVideoInfo() in GetVideoInfo() function in OHOS::ArkWeb::ArkScreenCaptureConfigAdapterWrapper
53 ArkWebRefPtr<ArkVideoInfoAdapter> adapter = ctocpp_->GetVideoInfo(); in GetVideoInfo()
H A Dark_screen_capture_config_adapter_wrapper.h35 std::shared_ptr<NWeb::VideoInfoAdapter> GetVideoInfo() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_screen_capture_adapter.h124 virtual ArkWebRefPtr<ArkVideoInfoAdapter> GetVideoInfo() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dscreen_capture_adapter.h253 virtual std::shared_ptr<VideoInfoAdapter> GetVideoInfo() = 0;
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_napi.h128 …static int32_t GetVideoInfo(std::unique_ptr<AVScreenCaptureAsyncContext> &asyncCtx, napi_env env, …
H A Davscreen_capture_napi.cpp634 ret = GetVideoInfo(asyncCtx, env, args); in GetConfig()
683 int32_t AVScreenCaptureNapi::GetVideoInfo(std::unique_ptr<AVScreenCaptureAsyncContext> &asyncCtx, in GetVideoInfo() function in OHOS::Media::AVScreenCaptureNapi
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/screen_capture_adapter_impl_test/
H A Dscreen_capture_adapter_impl_test.cpp249 std::shared_ptr<VideoInfoAdapter> GetVideoInfo() in GetVideoInfo() function in OHOS::NWeb::MockScreenCaptureConfigAdapter