Searched refs:decoderErr (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp219 ERROR_CODE decoderErr; local
220 if ((decoderErr = pvmp3_framedecoder(mConfig, mDecoderBuf))
222 LOGV("mp3 decoder returned error %d", decoderErr);
224 if (decoderErr != NO_ENOUGH_MAIN_DATA_ERROR ||
226 LOGE("mp3 decoder returned error %d", decoderErr);
232 notify(OMX_EventError, OMX_ErrorUndefined, decoderErr, NULL);
/frameworks/base/media/libstagefright/codecs/aacdec/
H A DSoftAAC.cpp303 Int decoderErr = PVMP4AudioDecodeFrame(mConfig, mDecoderBuf); local
319 if (decoderErr == MP4AUDEC_SUCCESS && mInputBufferCount <= 2) {
364 if (decoderErr == MP4AUDEC_SUCCESS) {
371 decoderErr);
381 if (decoderErr == MP4AUDEC_SUCCESS || mNumSamplesOutput > 0) {
419 if (decoderErr == MP4AUDEC_SUCCESS) {

Completed in 37 milliseconds