Home
last modified time | relevance | path

Searched refs:ArkAudioCodecDecoderAdapterWrapper (Results 1 – 3 of 3) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_audio_codec_decoder_adapter_wrapper.cpp24 ArkAudioCodecDecoderAdapterWrapper::ArkAudioCodecDecoderAdapterWrapper(ArkWebRefPtr<ArkAudioCodecDe… in ArkAudioCodecDecoderAdapterWrapper() function in OHOS::ArkWeb::ArkAudioCodecDecoderAdapterWrapper
28 OHOS::NWeb::AudioDecoderAdapterCode ArkAudioCodecDecoderAdapterWrapper::CreateAudioDecoderByMime( in CreateAudioDecoderByMime()
37 OHOS::NWeb::AudioDecoderAdapterCode ArkAudioCodecDecoderAdapterWrapper::CreateAudioDecoderByName( in CreateAudioDecoderByName()
46 OHOS::NWeb::AudioDecoderAdapterCode ArkAudioCodecDecoderAdapterWrapper::ConfigureDecoder( in ConfigureDecoder()
58 OHOS::NWeb::AudioDecoderAdapterCode ArkAudioCodecDecoderAdapterWrapper::SetParameterDecoder( in SetParameterDecoder()
71 OHOS::NWeb::AudioDecoderAdapterCode ArkAudioCodecDecoderAdapterWrapper::PrepareDecoder() in PrepareDecoder()
77 OHOS::NWeb::AudioDecoderAdapterCode ArkAudioCodecDecoderAdapterWrapper::StartDecoder() in StartDecoder()
83 OHOS::NWeb::AudioDecoderAdapterCode ArkAudioCodecDecoderAdapterWrapper::StopDecoder() in StopDecoder()
89 OHOS::NWeb::AudioDecoderAdapterCode ArkAudioCodecDecoderAdapterWrapper::FlushDecoder() in FlushDecoder()
95 OHOS::NWeb::AudioDecoderAdapterCode ArkAudioCodecDecoderAdapterWrapper::ResetDecoder() in ResetDecoder()
[all …]
Dark_audio_codec_decoder_adapter_wrapper.h27 class ArkAudioCodecDecoderAdapterWrapper : public OHOS::NWeb::AudioCodecDecoderAdapter {
29 explicit ArkAudioCodecDecoderAdapterWrapper(ArkWebRefPtr<ArkAudioCodecDecoderAdapter>);
Dark_ohos_adapter_helper_wrapper.cpp524 return std::make_unique<ArkAudioCodecDecoderAdapterWrapper>(adapter); in CreateAudioCodecDecoderAdapter()