Home
last modified time | relevance | path

Searched refs:AVCODEC_LOGE (Results 1 - 25 of 71) sorted by relevance

123

/foundation/multimedia/av_codec/services/engine/codec/audio/
H A Daudio_codec_adapter.cpp53 AVCODEC_LOGE("SetCallback failed, state = %{public}s .", stateToString(state_).data()); in SetCallback()
70 AVCODEC_LOGE("Configure failed, missing channel count key in format."); in Configure()
75 AVCODEC_LOGE("Configure failed,missing sample rate key in format."); in Configure()
80 AVCODEC_LOGE("Configure failed, state = %{public}s .", stateToString(state_).data()); in Configure()
89 AVCODEC_LOGE("Configure failed, state =%{public}s", stateToString(state_).data()); in Configure()
105 AVCODEC_LOGE("adapter start error, audio codec not initialized ."); in Start()
115 AVCODEC_LOGE("Start is incorrect, state = %{public}s .", stateToString(state_).data()); in Start()
156 AVCODEC_LOGE("Flush failed, state =%{public}s", stateToString(state_).data()); in Flush()
212 AVCODEC_LOGE("adapter Release, state is running, state =%{public}s .", stateToString(state_).data()); in Release()
253 AVCODEC_LOGE("adapte in QueueInputBuffer()
[all...]
H A Daudio_resample.cpp48 AVCODEC_LOGE("cannot allocate swr context"); in InitSwrContext()
55 AVCODEC_LOGE("swr init error"); in InitSwrContext()
59 AVCODEC_LOGE("swr init error"); in InitSwrContext()
85 AVCODEC_LOGE("resample input failed"); in Convert()
97 AVCODEC_LOGE("Frame null pointer"); in ConvertFrame()
104 AVCODEC_LOGE("this is a planar audio, inputFrame->channels: %{public}d, " in ConvertFrame()
111 AVCODEC_LOGE("inputFrame->extended_data[0] is nullptr"); in ConvertFrame()
122 AVCODEC_LOGE("convert frame failed, %{public}s", FFMpegConverter::AVStrError(ret).c_str()); in ConvertFrame()
H A Daudio_codec_worker.cpp86 AVCODEC_LOGE("push input buffer failed in worker, callback is nullptr, please check the callback."); in PushInputData()
91 AVCODEC_LOGE("push input buffer failed in worker, codec is nullptr, please check the codec."); in PushInputData()
106 AVCODEC_LOGE("Configure failed in worker, codec is nullptr, please check the codec."); in Configure()
112 AVCODEC_LOGE("Configure failed in worker, inputTask_ is nullptr, please check the inputTask_."); in Configure()
118 AVCODEC_LOGE("Configure failed in worker, outputTask_ is nullptr, please check the outputTask_."); in Configure()
129 AVCODEC_LOGE("Start failed in worker, callback is nullptr, please check the callback."); in Start()
133 AVCODEC_LOGE("Start failed in worker, codec_ is nullptr, please check the codec_."); in Start()
149 AVCODEC_LOGE("Stop failed in worker, inputTask_ is nullptr, please check the inputTask_."); in Stop()
155 AVCODEC_LOGE("Stop failed in worker, outputTask_ is nullptr, please check the outputTask_."); in Stop()
176 AVCODEC_LOGE("Paus in Pause()
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/mp3/
H A Daudio_mp3_encoder_plugin.cpp76 AVCODEC_LOGE("AudioMp3EncoderPlugin Register Failure"); in RegisterAudioEncoderPlugins()
119 AVCODEC_LOGE("AudioMp3EncoderPlugin channels not supported"); in CheckFormat()
126 AVCODEC_LOGE("AudioMp3EncoderPlugin bitRate not supported"); in CheckFormat()
134 AVCODEC_LOGE("AudioMp3EncoderPlugin sampleRate not supported"); in CheckFormat()
139 AVCODEC_LOGE("AudioMp3EncoderPlugin sampleFmt not supported"); in CheckFormat()
143 AVCODEC_LOGE("sample<16k,bitrate must <=64k"); in CheckFormat()
146 AVCODEC_LOGE("sample<32k,bitrate must <=160k"); in CheckFormat()
149 AVCODEC_LOGE("sample>=32k,bitrate must >=32k"); in CheckFormat()
159 AVCODEC_LOGE("AudioMp3EncoderPlugin lameInfo allocation failed"); in Init()
165 AVCODEC_LOGE("AudioMp3EncoderPlugi in Init()
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/lbvc/
H A Daudio_lbvc_encoder_plugin.cpp54 AVCODEC_LOGE("AudioLbvcEncoderPlugin Register Failure"); in RegisterAudioEncoderPlugins()
125 AVCODEC_LOGE("GetMetaData Fail"); in SetParameter()
130 AVCODEC_LOGE("CheckFormat Fail"); in SetParameter()
147 AVCODEC_LOGE("SetParameter failed!"); in SetParameter()
152 AVCODEC_LOGE("Prepare failed!"); in SetParameter()
163 AVCODEC_LOGE("GetParameter failed!"); in GetParameter()
186 AVCODEC_LOGE("EmptyThisBuffer failed!"); in QueueInputBuffer()
208 AVCODEC_LOGE("FillThisBuffer failed!"); in QueueOutputBuffer()
242 AVCODEC_LOGE("AudioLbvcEncoderPlugin no AUDIO_CHANNEL_COUNT"); in GetMetaData()
246 AVCODEC_LOGE("AudioLbvcEncoderPlugi in GetMetaData()
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/lbvc/
H A Daudio_lbvc_decoder_plugin.cpp53 AVCODEC_LOGE("AudioLbvcDecoderPlugin Register Failure"); in RegisterAudioDecoderPlugins()
123 AVCODEC_LOGE("GetMetaData Fail"); in SetParameter()
128 AVCODEC_LOGE("CheckFormat Fail"); in SetParameter()
144 AVCODEC_LOGE("SetParameter failed!"); in SetParameter()
149 AVCODEC_LOGE("Prepare failed!"); in SetParameter()
160 AVCODEC_LOGE("GetParameter failed!"); in GetParameter()
183 AVCODEC_LOGE("EmptyThisBuffer failed!"); in QueueInputBuffer()
205 AVCODEC_LOGE("FillThisBuffer failed!"); in QueueOutputBuffer()
239 AVCODEC_LOGE("AudioLbvcDecoderPlugin no AUDIO_CHANNEL_COUNT"); in GetMetaData()
243 AVCODEC_LOGE("AudioLbvcDecoderPlugi in GetMetaData()
[all...]
/foundation/multimedia/av_codec/services/engine/codec/audio/decoder/
H A Daudio_ffmpeg_aac_decoder_plugin.cpp61 AVCODEC_LOGE("aac_is_adts value invalid"); in CheckAdts()
85 AVCODEC_LOGE("Output sample format not support"); in CheckSampleFormat()
99 AVCODEC_LOGE("parameter channel_count missing"); in CheckChannelCount()
103 AVCODEC_LOGE("parameter channel_count invaild"); in CheckChannelCount()
113 AVCODEC_LOGE("parameter sample_rate missing"); in CheckSampleRate()
117 AVCODEC_LOGE("parameter sample_rate invalid, %{public}d", sampleRate); in CheckSampleRate()
138 AVCODEC_LOGE("AllocateContext failed, ret=%{public}d", ret); in Init()
143 AVCODEC_LOGE("InitContext failed, ret=%{public}d", ret); in Init()
H A Daudio_ffmpeg_flac_decoder_plugin.cpp67 AVCODEC_LOGE("init failed, because sampleRate=%{public}d not in table.", sampleRate); in CheckFormat()
70 AVCODEC_LOGE("init failed, because channelCount=%{public}d not support.", channelCount); in CheckFormat()
81 AVCODEC_LOGE("init failed, because AllocateContext failed. ret=%{public}d", ret); in Init()
87 AVCODEC_LOGE("init failed, because CheckFormat failed. ret=%{public}d", ret); in Init()
93 AVCODEC_LOGE("init failed, because InitContext failed. ret=%{public}d", ret); in Init()
99 AVCODEC_LOGE("init failed, because OpenContext failed. ret=%{public}d", ret); in Init()
H A Daudio_ffmpeg_vorbis_decoder_plugin.cpp73 AVCODEC_LOGE("Output sample format not support"); in CheckSampleFormat()
87 AVCODEC_LOGE("parameter channel_count missing"); in CheckChannelCount()
91 AVCODEC_LOGE("parameter channel_count invaild"); in CheckChannelCount()
101 AVCODEC_LOGE("parameter sample_rate missing"); in CheckSampleRate()
105 AVCODEC_LOGE("parameter sample_rate invaild"); in CheckSampleRate()
161 AVCODEC_LOGE("identification header not available."); in GenExtradata()
167 AVCODEC_LOGE("setup header not available."); in GenExtradata()
186 AVCODEC_LOGE("memory copy failed: %{public}d", ret); in GenExtradata()
198 AVCODEC_LOGE("memory copy failed: %{public}d", ret); in GenExtradata()
217 AVCODEC_LOGE("AllocateContex in Init()
[all...]
H A Daudio_ffmpeg_decoder_plugin.cpp59 AVCODEC_LOGE("avCodecContext_ is nullptr"); in ProcessSendData()
89 AVCODEC_LOGE("send input buffer is less than 0. size:%{public}d", attr.size); in SendBuffer()
93 AVCODEC_LOGE("send input buffer is > allocate size. size:%{public}d,allocate size:%{public}d", attr.size, in SendBuffer()
117 AVCODEC_LOGE("ffmpeg error message, msg:%{public}s", AVStrError(ret).data()); in SendBuffer()
120 AVCODEC_LOGE("ffmpeg error message, msg:%{public}s", AVStrError(ret).data()); in SendBuffer()
129 AVCODEC_LOGE("avCodecContext_ is nullptr"); in ProcessRecieveData()
173 AVCODEC_LOGE("audio decoder receive unknow error,ffmpeg error message:%{public}s", AVStrError(ret).data()); in ReceiveBuffer()
185 AVCODEC_LOGE("av_frame_alloc failed"); in ConvertPlanarFrame()
189 AVCODEC_LOGE("convert frame failed"); in ConvertPlanarFrame()
221 AVCODEC_LOGE("outpu in ReceiveFrameSucc()
[all...]
H A Daudio_ffmpeg_amrwb_decoder_plugin.cpp63 AVCODEC_LOGE("amrwb init error."); in Init()
68 AVCODEC_LOGE("amrwb init error."); in Init()
147 AVCODEC_LOGE("Output sample format not support"); in CheckSampleFormat()
155 AVCODEC_LOGE("Convert format failed, avSampleFormat not found"); in CheckSampleFormat()
H A Daudio_opus_decoder_plugin.cpp50 AVCODEC_LOGE("AudioOpusDecoderPlugin dlopen error, check .so file exist"); in AudioOpusDecoderPlugin()
56 AVCODEC_LOGE("AudioOpusDecoderPlugin dlsym error, check .so file has this function"); in AudioOpusDecoderPlugin()
82 AVCODEC_LOGE("AudioOpusDecoderPlugin channels not supported"); in CheckSampleFormat()
86 AVCODEC_LOGE("AudioOpusDecoderPlugin sampleRate not supported"); in CheckSampleFormat()
110 AVCODEC_LOGE("AudioOpusDecoderPlugin parameter not supported"); in Init()
133 AVCODEC_LOGE("SendBuffer error buffer size:%{public}d", len); in ProcessSendData()
/foundation/multimedia/av_codec/services/engine/codec/audio/encoder/
H A Daudio_g711mu_encoder_plugin.cpp63 AVCODEC_LOGE("AudioG711muEncoderPlugin channels not supported"); in CheckSampleFormat()
68 AVCODEC_LOGE("AudioG711muEncoderPlugin sampleRate not supported"); in CheckSampleFormat()
73 AVCODEC_LOGE("AudioG711muEncoderPlugin sampleFmt not supported"); in CheckSampleFormat()
84 AVCODEC_LOGE("Format parameter missing"); in CheckFormat()
98 AVCODEC_LOGE("AudioG711muEncoderPlugin parameter not supported"); in CheckFormat()
108 AVCODEC_LOGE("Format check failed."); in Init()
160 AVCODEC_LOGE("AudioG711muEncoderPlugin InputBuffer size invalid, size: %{public}d", attr.size); in ProcessSendData()
165 AVCODEC_LOGE("AudioG711muEncoderPlugin InputBuffer too big, size:%{public}d, allocat size:%{public}d", in ProcessSendData()
178 AVCODEC_LOGE("AudioG711muEncoderPlugin inputBuffer size in bytes is odd and the last byte is ignored"); in ProcessSendData()
191 AVCODEC_LOGE("AudioG711muEncoderPlugi in ProcessRecieveData()
[all...]
H A Daudio_ffmpeg_aac_encoder_plugin.cpp100 AVCODEC_LOGE("input sample format not supported"); in CheckSampleFormat()
115 AVCODEC_LOGE("channel layout channels mismatch"); in CheckChannelLayout()
133 AVCODEC_LOGE("parameter bit_rate type invalid"); in CheckBitRate()
137 AVCODEC_LOGE("parameter bit_rate illegal"); in CheckBitRate()
148 AVCODEC_LOGE("Format parameter missing"); in CheckFormat()
163 AVCODEC_LOGE("Sample rate not supported"); in CheckFormat()
215 AVCODEC_LOGE("avCodecContext_ is nullptr"); in ProcessSendData()
224 AVCODEC_LOGE("outBuffer is nullptr"); in ProcessRecieveData()
231 AVCODEC_LOGE("avCodecContext_ is nullptr"); in ProcessRecieveData()
340 AVCODEC_LOGE("avcode in OpenContext()
[all...]
H A Daudio_ffmpeg_flac_encoder_plugin.cpp118 AVCODEC_LOGE("parameter bit_rate illegal"); in CheckBitRate()
139 AVCODEC_LOGE("InitContext failed, because ffChannelLayout is AV_CH_LAYOUT_NATIVE"); in CheckFormat()
146 AVCODEC_LOGE("input sample format not supported"); in CheckFormat()
151 AVCODEC_LOGE("init failed, because sampleRate=%{public}d not in table.", sampleRate); in CheckFormat()
154 AVCODEC_LOGE("init failed, because channelCount=%{public}d not support.", channelCount); in CheckFormat()
157 AVCODEC_LOGE("init failed, because bitsPerCodedSample=%{public}d not support.", bitsPerCodedSample); in CheckFormat()
160 AVCODEC_LOGE("init failed, because complianceLevel=%{public}d not support.", complianceLevel); in CheckFormat()
163 AVCODEC_LOGE("init failed, because ffChannelLayout=%{public}" PRId64 "not support.", ffChannelLayout); in CheckFormat()
H A Daudio_opus_encoder_plugin.cpp55 AVCODEC_LOGE("AudioOpusEncoderPlugin dlopen error, check .so file exist"); in AudioOpusEncoderPlugin()
61 AVCODEC_LOGE("AudioOpusEncoderPlugin dlsym error, check .so file has this function"); in AudioOpusEncoderPlugin()
87 AVCODEC_LOGE("AudioOpusEncoderPlugin channels not supported"); in CheckSampleFormat()
91 AVCODEC_LOGE("AudioOpusEncoderPlugin sampleRate not supported"); in CheckSampleFormat()
95 AVCODEC_LOGE("AudioOpusEncoderPlugin bitRate not supported"); in CheckSampleFormat()
99 AVCODEC_LOGE("AudioOpusEncoderPlugin complexity not supported"); in CheckSampleFormat()
103 AVCODEC_LOGE("AudioOpusEncoderPlugin sampleFmt not supported"); in CheckSampleFormat()
134 AVCODEC_LOGE("AudioOpusEncoderPlugin parameter not supported"); in Init()
158 AVCODEC_LOGE("SendBuffer buffer size:%{public}d, expect:%{public}f", attr.size, in ProcessSendData()
H A Daudio_ffmpeg_encoder_plugin.cpp49 AVCODEC_LOGE("avCodecContext_ is nullptr"); in ProcessSendData()
63 AVCODEC_LOGE("cachedFrame_->nb_samples is greater than frameSize, please enter a correct frameBytes." in PcmFillFrame()
77 AVCODEC_LOGE("Frame make writable failed: %{public}s", FFMpegConverter::AVStrError(ret).c_str()); in SendBuffer()
91 AVCODEC_LOGE("SendBuffer buffer size is less than 0. size : %{public}d", attr.size); in SendBuffer()
95 AVCODEC_LOGE("send input buffer is > allocate size. size : %{public}d, allocate size : %{public}d", in SendBuffer()
116 AVCODEC_LOGE("Send frame unknown error: %{public}s", FFMpegConverter::AVStrError(ret).c_str()); in SendBuffer()
127 AVCODEC_LOGE("avCodecContext_ is nullptr"); in ProcessRecieveData()
152 AVCODEC_LOGE("audio encoder receive unknow error: %{public}s", FFMpegConverter::AVStrError(ret).c_str()); in ReceiveBuffer()
172 AVCODEC_LOGE("write packet data failed, len = %{public}d", len); in ReceivePacketSucc()
265 AVCODEC_LOGE("avcode in OpenContext()
[all...]
/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp92 AVCODEC_LOGE("Get name failed: null input"); in OH_AVCapability_GetName()
102 AVCODEC_LOGE("Varified is hardware failed: null input"); in OH_AVCapability_IsHardware()
112 AVCODEC_LOGE("Get max supported instance failed: null input"); in OH_AVCapability_GetMaxSupportedInstances()
127 AVCODEC_LOGE("Get supported profiles failed: null input"); in OH_AVCapability_GetSupportedProfiles()
163 AVCODEC_LOGE("Get supported levels for profile failed: null input"); in OH_AVCapability_GetSupportedLevelsForProfile()
199 AVCODEC_LOGE("Varified profiles and level failed: null input"); in OH_AVCapability_AreProfileAndLevelSupported()
218 AVCODEC_LOGE("Get encoder bitrate range failed: null input"); in OH_AVCapability_GetEncoderBitrateRange()
234 AVCODEC_LOGE("Get encoder quality failed: null input"); in OH_AVCapability_GetEncoderQualityRange()
251 AVCODEC_LOGE("Get encoder complexity range failed: null input"); in OH_AVCapability_GetEncoderComplexityRange()
264 AVCODEC_LOGE("Varifie in OH_AVCapability_IsEncoderBitrateModeSupported()
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/aac/
H A Dffmpeg_aac_decoder_plugin.cpp87 AVCODEC_LOGE("AllocateContext failed, ret=%{public}d", ret); in SetParameter()
95 AVCODEC_LOGE("InitContext failed, ret=%{public}d", ret); in SetParameter()
146 AVCODEC_LOGE("aac_is_adts value invalid"); in CheckAdts()
174 AVCODEC_LOGE("parameter channel_count missing"); in CheckChannelCount()
178 AVCODEC_LOGE("parameter channel_count invaild"); in CheckChannelCount()
188 AVCODEC_LOGE("parameter sample_rate missing"); in CheckSampleRate()
193 AVCODEC_LOGE("parameter sample_rate invalid, %{public}d", sampleRate); in CheckSampleRate()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/
H A Dffmpeg_base_decoder.cpp64 AVCODEC_LOGE("avCodecContext_ is nullptr"); in ProcessSendData()
90 AVCODEC_LOGE("inputBuffer is nullptr"); in SendBuffer()
98 AVCODEC_LOGE("send input buffer is less than 0 or overflow. size:%{public}d", size); in SendBuffer()
124 AVCODEC_LOGE("error msg:%{public}s", AVStrError(ret).data()); in SendBuffer()
127 AVCODEC_LOGE("error msg:%{public}s", AVStrError(ret).data()); in SendBuffer()
136 AVCODEC_LOGE("outBuffer is nullptr"); in ProcessReceiveData()
140 AVCODEC_LOGE("avCodecContext_ is nullptr"); in ProcessReceiveData()
167 AVCODEC_LOGE("audio decoder receive unknow error,ffmpeg error message:%{public}s", AVStrError(ret).data()); in ReceiveBuffer()
178 AVCODEC_LOGE("convert frame failed"); in ConvertPlanarFrame()
223 AVCODEC_LOGE("outpu in ReceiveFrameSucc()
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/vorbis/
H A Dffmpeg_vorbis_decoder_plugin.cpp93 AVCODEC_LOGE("AllocateContext failed, ret=%{public}d", ret); in SetParameter()
101 AVCODEC_LOGE("InitContext failed, ret=%{public}d", ret); in SetParameter()
108 AVCODEC_LOGE("Generate extradata failed, ret=%{public}d", ret); in SetParameter()
171 AVCODEC_LOGE("parameter channel_count missing"); in CheckChannelCount()
175 AVCODEC_LOGE("parameter channel_count invaild"); in CheckChannelCount()
185 AVCODEC_LOGE("parameter sample_rate missing"); in CheckSampleRate()
190 AVCODEC_LOGE("parameter sample_rate invaild"); in CheckSampleRate()
237 AVCODEC_LOGE("identification header not available."); in GenExtradata()
242 AVCODEC_LOGE("setup header not available."); in GenExtradata()
259 AVCODEC_LOGE("memor in GenExtradata()
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/g711mu/
H A Daudio_g711mu_encoder_plugin.cpp61 AVCODEC_LOGE("AudioG711muEncoderPlugin Register Failure"); in RegisterAudioEncoderPlugins()
97 AVCODEC_LOGE("AudioG711muEncoderPlugin channels not supported"); in CheckFormat()
102 AVCODEC_LOGE("AudioG711muEncoderPlugin sampleRate not supported"); in CheckFormat()
107 AVCODEC_LOGE("AudioG711muEncoderPlugin sampleFmt not supported"); in CheckFormat()
168 AVCODEC_LOGE("send input buffer is > allocate size. size : %{public}d, allocate size : %{public}d", in QueueInputBuffer()
181 AVCODEC_LOGE("AudioG711muEncoderPlugin inputBuffer size in bytes is odd and the last byte is ignored"); in QueueInputBuffer()
192 AVCODEC_LOGE("AudioG711muEncoderPlugin Queue out buffer is null."); in QueueOutputBuffer()
233 AVCODEC_LOGE("no AUDIO_CHANNEL_COUNT"); in SetParameter()
240 AVCODEC_LOGE("no AUDIO_SAMPLE_RATE"); in SetParameter()
247 AVCODEC_LOGE("n in SetParameter()
[all...]
/foundation/multimedia/av_codec/services/dfx/include/
H A Davcodec_log.h44 #define AVCODEC_LOGE(fmt, ...) AVCODEC_LOG(LOG_ERROR, fmt, ##__VA_ARGS__) macro
55 #define AVCODEC_LOGE(fmt, ...) AVCODEC_LOG(::OHOS::HiviewDFX::HiLog::Error, fmt, ##__VA_ARGS__)
70 #define AVCODEC_LOGE_LIMIT(frequency, fmt, ...) AVCODEC_LOG_LIMIT(AVCODEC_LOGE, frequency, fmt, ##__VA_ARGS__)
78 AVCODEC_LOGE(fmt, ##__VA_ARGS__); \
123 AVCODEC_LOGE(fmt, ##__VA_ARGS__); \
130 AVCODEC_LOGE(fmt, ##__VA_ARGS__); \
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/
H A Dffmpeg_base_encoder.cpp51 AVCODEC_LOGE("memory is nullptr"); in ProcessSendData()
55 AVCODEC_LOGE("size is %{public}d, but flag is not 1 ", memory->GetSize()); in ProcessSendData()
68 AVCODEC_LOGE("encoder input buffer or meta is nullptr"); in ProcessSendData()
87 AVCODEC_LOGE("cachedFrame_->nb_samples is greater than frameSize, please enter a correct frameBytes." in PcmFillFrame()
110 AVCODEC_LOGE("SendBuffer PcmFillFrame error"); in SendBuffer()
120 AVCODEC_LOGE("skip this frame because data not enough, msg:%{public}s", OSAL::AVStrError(ret).data()); in SendBuffer()
134 AVCODEC_LOGE("queue out buffer is nullptr."); in ProcessReceiveData()
161 AVCODEC_LOGE("audio encoder receive unknow error: %{public}s", OSAL::AVStrError(ret).c_str()); in ReceiveBuffer()
180 AVCODEC_LOGE("write packet data failed, len = %{public}d", len); in ReceivePacketSucc()
203 AVCODEC_LOGE("SendOutputBuffe in SendOutputBuffer()
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/ape/
H A Dffmpeg_ape_decoder_plugin.cpp103 AVCODEC_LOGE("AllocateContext failed, ret=%{public}d", ret); in SetParameter()
108 AVCODEC_LOGE("InitContext failed, ret=%{public}d", ret); in SetParameter()
120 AVCODEC_LOGE("extradata memcpy_s failed."); in SetParameter()
192 AVCODEC_LOGE("parameter channel_count missing"); in CheckChannelCount()
196 AVCODEC_LOGE("parameter channel_count invaild"); in CheckChannelCount()

Completed in 13 milliseconds

123