Home
last modified time | relevance | path

Searched refs:GetAudioCodecformat (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_audio_enc_info_adapter_wrapper.cpp29 NWeb::AudioCodecFormatAdapter ArkAudioEncInfoAdapterWrapper::GetAudioCodecformat() in GetAudioCodecformat() function in OHOS::ArkWeb::ArkAudioEncInfoAdapterWrapper
31 return (NWeb::AudioCodecFormatAdapter)ctocpp_->GetAudioCodecformat(); in GetAudioCodecformat()
H A Dark_audio_enc_info_adapter_wrapper.h31 NWeb::AudioCodecFormatAdapter GetAudioCodecformat() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_audio_enc_info_adapter_impl.cpp29 int32_t ArkAudioEncInfoAdapterImpl::GetAudioCodecformat() in GetAudioCodecformat() function in OHOS::ArkWeb::ArkAudioEncInfoAdapterImpl
31 return (int32_t)real_->GetAudioCodecformat(); in GetAudioCodecformat()
H A Dark_audio_enc_info_adapter_impl.h33 int32_t GetAudioCodecformat() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_screen_capture_adapter.h43 virtual int32_t GetAudioCodecformat() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dscreen_capture_adapter.h158 virtual AudioCodecFormatAdapter GetAudioCodecformat() = 0;
/ohos5.0/base/web/webview/ohos_adapter/screen_capture_adapter/src/
H A Dscreen_capture_adapter_impl.cpp172 GetOHAudioCodecFormat(config->GetAudioInfo()->GetAudioEncInfo()->GetAudioCodecformat()); in ConvertScreenCaptureConfig()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/screen_capture_adapter_impl_test/
H A Dscreen_capture_adapter_impl_test.cpp101 AudioCodecFormatAdapter GetAudioCodecformat() override in GetAudioCodecformat() function in OHOS::NWeb::MockAudioEncInfoAdapter