Lines Matching refs:decoderErr
591 AAC_DECODER_ERROR decoderErr = in process() local
596 if (decoderErr != AAC_DEC_OK) { in process()
597 ALOGE("aacDecoder_ConfigRaw decoderErr = 0x%4.4x", decoderErr); in process()
731 AAC_DECODER_ERROR decoderErr; in process() local
742 decoderErr = aacDecoder_DecodeFrame(mAACDecoder, in process()
749 if (decoderErr == AAC_DEC_NOT_ENOUGH_BITS) { in process()
754 if (decoderErr != AAC_DEC_OK) { in process()
755 ALOGW("aacDecoder_DecodeFrame decoderErr = 0x%4.4x", decoderErr); in process()
768 if (decoderErr == AAC_DEC_OK) { in process()
776 ALOGW("AAC decoder returned error 0x%4.4x, substituting silence", decoderErr); in process()
909 } while (decoderErr == AAC_DEC_OK); in process()
1009 AAC_DECODER_ERROR decoderErr = in drainDecoder() local
1014 if (decoderErr != AAC_DEC_OK) { in drainDecoder()
1015 ALOGW("aacDecoder_DecodeFrame decoderErr = 0x%4.4x", decoderErr); in drainDecoder()