Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_decoder.cpp34 class NativeAudioDecoder;
43 std::shared_ptr<NativeAudioDecoder> callback_ = nullptr;
51 class NativeAudioDecoder : public AVCodecCallback { class
53 NativeAudioDecoder(OH_AVCodec *codec, struct OH_AVCodecAsyncCallback cb, void *userData) in NativeAudioDecoder() function in NativeAudioDecoder
55 virtual ~NativeAudioDecoder() = default;
469 audioDecObj->callback_ = std::make_shared<NativeAudioDecoder>(codec, callback, userData); in OH_AudioDecoder_SetCallback()