/ohos5.0/base/web/webview/ohos_adapter/screen_capture_adapter/src/ |
H A D | screen_capture_adapter_impl.cpp | 175 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 D | ark_screen_capture_config_adapter_impl.cpp | 49 ArkWebRefPtr<ArkVideoInfoAdapter> ArkScreenCaptureConfigAdapterImpl::GetVideoInfo() in GetVideoInfo() function in OHOS::ArkWeb::ArkScreenCaptureConfigAdapterImpl 51 std::shared_ptr<NWeb::VideoInfoAdapter> info = real_->GetVideoInfo(); in GetVideoInfo()
|
H A D | ark_screen_capture_config_adapter_impl.h | 33 ArkWebRefPtr<ArkVideoInfoAdapter> GetVideoInfo() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_screen_capture_config_adapter_wrapper.cpp | 51 std::shared_ptr<NWeb::VideoInfoAdapter> ArkScreenCaptureConfigAdapterWrapper::GetVideoInfo() in GetVideoInfo() function in OHOS::ArkWeb::ArkScreenCaptureConfigAdapterWrapper 53 ArkWebRefPtr<ArkVideoInfoAdapter> adapter = ctocpp_->GetVideoInfo(); in GetVideoInfo()
|
H A D | ark_screen_capture_config_adapter_wrapper.h | 35 std::shared_ptr<NWeb::VideoInfoAdapter> GetVideoInfo() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_screen_capture_adapter.h | 124 virtual ArkWebRefPtr<ArkVideoInfoAdapter> GetVideoInfo() = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | screen_capture_adapter.h | 253 virtual std::shared_ptr<VideoInfoAdapter> GetVideoInfo() = 0;
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/ |
H A D | avscreen_capture_napi.h | 128 …static int32_t GetVideoInfo(std::unique_ptr<AVScreenCaptureAsyncContext> &asyncCtx, napi_env env, …
|
H A D | avscreen_capture_napi.cpp | 634 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 D | screen_capture_adapter_impl_test.cpp | 249 std::shared_ptr<VideoInfoAdapter> GetVideoInfo() in GetVideoInfo() function in OHOS::NWeb::MockScreenCaptureConfigAdapter
|