Home
last modified time | relevance | path

Searched refs:AVCodecAudioCodecImpl (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_audio_codec_impl.cpp25 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_DOMAIN_AUDIO, "AVCodecAudioCodecImpl"};
27 constexpr const char *INPUT_BUFFER_QUEUE_NAME = "AVCodecAudioCodecImpl";
40 AudioCodecConsumerListener::AudioCodecConsumerListener(AVCodecAudioCodecImpl *impl) in AudioCodecConsumerListener()
50 int32_t AVCodecAudioCodecImpl::Init(AVCodecType type, bool isMimeType, const std::string &name) in Init()
66 AVCodecAudioCodecImpl::AVCodecAudioCodecImpl() in AVCodecAudioCodecImpl() function in OHOS::MediaAVCodec::AVCodecAudioCodecImpl
68 AVCODEC_LOGI("AVCodecAudioCodecImpl:0x%{public}06" PRIXPTR " Instances create", FAKE_POINTER(this)); in AVCodecAudioCodecImpl()
71 AVCodecAudioCodecImpl::~AVCodecAudioCodecImpl() in ~AVCodecAudioCodecImpl()
74 AVCODEC_LOGI("AVCodecAudioCodecImpl in ~AVCodecAudioCodecImpl()
[all...]
H A Davcodec_audio_codec_impl.h32 class AVCodecAudioCodecImpl { class
34 AVCodecAudioCodecImpl();
35 ~AVCodecAudioCodecImpl();
69 explicit AVCodecInnerCallback(AVCodecAudioCodecImpl *impl);
77 AVCodecAudioCodecImpl *impl_;
107 explicit AudioCodecConsumerListener(AVCodecAudioCodecImpl *impl);
110 AVCodecAudioCodecImpl *impl_;
115 explicit AudioCodecProducerListener(AVCodecAudioCodecImpl *impl);
118 AVCodecAudioCodecImpl *impl_;
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_codec.cpp42 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()
174 CHECK_AND_RETURN_RET_LOG(ret == AVCS_ERR_OK, nullptr, "failed to init AVCodecAudioCodecImpl"); in OH_AudioCodec_CreateByMime()
185 std::shared_ptr<AVCodecAudioCodecImpl> audioCodec = std::make_shared<AVCodecAudioCodecImpl>(); in OH_AudioCodec_CreateByName()
201 CHECK_AND_RETURN_RET_LOG(ret == AVCS_ERR_OK, nullptr, "failed to init AVCodecAudioCodecImpl"); in OH_AudioCodec_CreateByName()

Completed in 3 milliseconds