Searched refs:NativeAudioDecoder (Results 1 – 1 of 1) sorted by relevance
34 class NativeAudioDecoder;43 std::shared_ptr<NativeAudioDecoder> callback_ = nullptr;51 class NativeAudioDecoder : public AVCodecCallback { class53 NativeAudioDecoder(OH_AVCodec *codec, struct OH_AVCodecAsyncCallback cb, void *userData) in NativeAudioDecoder() function in NativeAudioDecoder55 virtual ~NativeAudioDecoder() = default;469 audioDecObj->callback_ = std::make_shared<NativeAudioDecoder>(codec, callback, userData); in OH_AudioDecoder_SetCallback()