Home
last modified time | relevance | path

Searched refs:GetVideoCodecFormat (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_video_enc_info_adapter_wrapper.cpp24 NWeb::VideoCodecFormatAdapter ArkVideoEncInfoAdapterWrapper::GetVideoCodecFormat() in GetVideoCodecFormat() function in OHOS::ArkWeb::ArkVideoEncInfoAdapterWrapper
26 return (NWeb::VideoCodecFormatAdapter)ctocpp_->GetVideoCodecFormat(); in GetVideoCodecFormat()
H A Dark_video_enc_info_adapter_wrapper.h29 NWeb::VideoCodecFormatAdapter GetVideoCodecFormat() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_video_enc_info_adapter_impl.cpp23 int32_t ArkVideoEncInfoAdapterImpl::GetVideoCodecFormat() in GetVideoCodecFormat() function in OHOS::ArkWeb::ArkVideoEncInfoAdapterImpl
25 return (int32_t)real_->GetVideoCodecFormat(); in GetVideoCodecFormat()
H A Dark_video_enc_info_adapter_impl.h28 int32_t GetVideoCodecFormat() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_screen_capture_adapter.h82 virtual int32_t GetVideoCodecFormat() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dscreen_capture_adapter.h206 virtual VideoCodecFormatAdapter GetVideoCodecFormat() = 0;
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_napi.h126 static VideoCodecFormat GetVideoCodecFormat(const int32_t &preset);
H A Davscreen_capture_napi.cpp705 encoderConfig.videoCodec = AVScreenCaptureNapi::GetVideoCodecFormat(preset); in GetVideoInfo()
800 VideoCodecFormat AVScreenCaptureNapi::GetVideoCodecFormat(const int32_t &preset) in GetVideoCodecFormat() function in OHOS::Media::AVScreenCaptureNapi
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H A Davtranscoder_napi.h185 static int32_t GetVideoCodecFormat(const std::string &mime, VideoCodecFormat &codecFormat);
H A Davtranscoder_napi.cpp830 int32_t AVTransCoderNapi::GetVideoCodecFormat(const std::string &mime, VideoCodecFormat &codecForma… in GetVideoCodecFormat() function in OHOS::Media::AVTransCoderNapi
852 (void)AVTransCoderNapi::GetVideoCodecFormat(videoCodec, config->videoCodecFormat); in GetVideoConfig()
/ohos5.0/base/web/webview/ohos_adapter/screen_capture_adapter/src/
H A Dscreen_capture_adapter_impl.cpp188 GetOHVideoCodecFormat(config->GetVideoInfo()->GetVideoEncInfo()->GetVideoCodecFormat()); in ConvertScreenCaptureConfig()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h338 static int32_t GetVideoCodecFormat(const std::string &mime, VideoCodecFormat &codecFormat);
H A Davrecorder_napi.cpp1648 int32_t AVRecorderNapi::GetVideoCodecFormat(const std::string &mime, VideoCodecFormat &codecFormat) in GetVideoCodecFormat() function in OHOS::Media::AVRecorderNapi
1750 ret = AVRecorderNapi::GetVideoCodecFormat(videoCodec, profile.videoCodecFormat); in GetVideoProfile()
2212 …ret = AVRecorderNapi::GetVideoCodecFormat(videoRecorderProfile->videoCodec, profile ->videoCodecFo… in GetAVRecorderProfile()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/screen_capture_adapter_impl_test/
H A Dscreen_capture_adapter_impl_test.cpp174 VideoCodecFormatAdapter GetVideoCodecFormat() override in GetVideoCodecFormat() function in OHOS::NWeb::MockVideoEncInfoAdapter