Searched refs:AVCodecAudioCodecImpl (Results 1 – 3 of 3) sorted by relevance
69 AVCodecAudioCodecImpl::AVCodecAudioCodecImpl() in AVCodecAudioCodecImpl() function in OHOS::MediaAVCodec::AVCodecAudioCodecImpl74 AVCodecAudioCodecImpl::~AVCodecAudioCodecImpl() in ~AVCodecAudioCodecImpl()89 int32_t AVCodecAudioCodecImpl::Prepare() in Prepare()113 int32_t AVCodecAudioCodecImpl::Start() in Start()139 int32_t AVCodecAudioCodecImpl::Stop() in Stop()152 int32_t AVCodecAudioCodecImpl::Flush() in Flush()164 int32_t AVCodecAudioCodecImpl::Reset() in Reset()178 int32_t AVCodecAudioCodecImpl::Release() in Release()292 void AVCodecAudioCodecImpl::Notify() in Notify()465 void AVCodecAudioCodecImpl::StopTask() in StopTask()[all …]
33 class AVCodecAudioCodecImpl {35 AVCodecAudioCodecImpl();36 ~AVCodecAudioCodecImpl();70 explicit AVCodecInnerCallback(AVCodecAudioCodecImpl *impl);78 AVCodecAudioCodecImpl *impl_;108 explicit AudioCodecConsumerListener(AVCodecAudioCodecImpl *impl);111 AVCodecAudioCodecImpl *impl_;116 explicit AudioCodecProducerListener(AVCodecAudioCodecImpl *impl);119 AVCodecAudioCodecImpl *impl_;
42 explicit AudioCodecObject(const std::shared_ptr<AVCodecAudioCodecImpl> &decoder) in AudioCodecObject()48 const std::shared_ptr<AVCodecAudioCodecImpl> audioCodec_;167 std::shared_ptr<AVCodecAudioCodecImpl> audioCodec = std::make_shared<AVCodecAudioCodecImpl>(); in OH_AudioCodec_CreateByMime()185 std::shared_ptr<AVCodecAudioCodecImpl> audioCodec = std::make_shared<AVCodecAudioCodecImpl>(); in OH_AudioCodec_CreateByName()