Home
last modified time | relevance | path

Searched defs:OnOutputFormatChanged (Results 1 – 6 of 6) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_audio_decoder_callback_adapter_wrapper.cpp31 void ArkAudioDecoderCallbackAdapterWrapper::OnOutputFormatChanged() in OnOutputFormatChanged() function in OHOS::ArkWeb::ArkAudioDecoderCallbackAdapterWrapper
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_audio_decoder_callback_adapter_impl.cpp32 void ArkAudioDecoderCallbackAdapterImpl::OnOutputFormatChanged() in OnOutputFormatChanged() function in OHOS::ArkWeb::ArkAudioDecoderCallbackAdapterImpl
/base/web/webview/ohos_adapter/media_adapter/src/
Dmedia_codec_encoder_adapter_impl.cpp290 void EncoderCallbackImpl::OnOutputFormatChanged(const Format& format) in OnOutputFormatChanged() function in OHOS::NWeb::EncoderCallbackImpl
Daudio_codec_decoder_adapter_impl.cpp175 void AudioDecoderCallbackAdapterImpl::OnOutputFormatChanged() in OnOutputFormatChanged() function in OHOS::NWeb::AudioDecoderCallbackAdapterImpl
891 void AudioDecoderCallbackManager::OnOutputFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, voi… in OnOutputFormatChanged() function in OHOS::NWeb::AudioDecoderCallbackManager
Dmedia_codec_decoder_adapter_impl.cpp479 void MediaCodecDecoderAdapterImpl::OnOutputFormatChanged(OH_AVFormat* format) in OnOutputFormatChanged() function in MediaCodecDecoderAdapterImpl
/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
Daudio_codec_decoder_adapter_impl_test.cpp49 void OnOutputFormatChanged() override {} in OnOutputFormatChanged() function in OHOS::NWeb::AudioDecoderCallbackAdapterMock