/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_video_enc_info_adapter_wrapper.cpp | 24 NWeb::VideoCodecFormatAdapter ArkVideoEncInfoAdapterWrapper::GetVideoCodecFormat() in GetVideoCodecFormat() function in OHOS::ArkWeb::ArkVideoEncInfoAdapterWrapper 26 return (NWeb::VideoCodecFormatAdapter)ctocpp_->GetVideoCodecFormat(); in GetVideoCodecFormat()
|
H A D | ark_video_enc_info_adapter_wrapper.h | 29 NWeb::VideoCodecFormatAdapter GetVideoCodecFormat() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_video_enc_info_adapter_impl.cpp | 23 int32_t ArkVideoEncInfoAdapterImpl::GetVideoCodecFormat() in GetVideoCodecFormat() function in OHOS::ArkWeb::ArkVideoEncInfoAdapterImpl 25 return (int32_t)real_->GetVideoCodecFormat(); in GetVideoCodecFormat()
|
H A D | ark_video_enc_info_adapter_impl.h | 28 int32_t GetVideoCodecFormat() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_screen_capture_adapter.h | 82 virtual int32_t GetVideoCodecFormat() = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | screen_capture_adapter.h | 206 virtual VideoCodecFormatAdapter GetVideoCodecFormat() = 0;
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/ |
H A D | avscreen_capture_napi.h | 126 static VideoCodecFormat GetVideoCodecFormat(const int32_t &preset);
|
H A D | avscreen_capture_napi.cpp | 705 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 D | avtranscoder_napi.h | 185 static int32_t GetVideoCodecFormat(const std::string &mime, VideoCodecFormat &codecFormat);
|
H A D | avtranscoder_napi.cpp | 830 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 D | screen_capture_adapter_impl.cpp | 188 GetOHVideoCodecFormat(config->GetVideoInfo()->GetVideoEncInfo()->GetVideoCodecFormat()); in ConvertScreenCaptureConfig()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.h | 338 static int32_t GetVideoCodecFormat(const std::string &mime, VideoCodecFormat &codecFormat);
|
H A D | avrecorder_napi.cpp | 1648 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 D | screen_capture_adapter_impl_test.cpp | 174 VideoCodecFormatAdapter GetVideoCodecFormat() override in GetVideoCodecFormat() function in OHOS::NWeb::MockVideoEncInfoAdapter
|