Lines Matching refs:decoderErr
597 AAC_DECODER_ERROR decoderErr = in process() local
602 if (decoderErr != AAC_DEC_OK) { in process()
603 ALOGE("aacDecoder_ConfigRaw decoderErr = 0x%4.4x", decoderErr); in process()
737 AAC_DECODER_ERROR decoderErr; in process() local
748 decoderErr = aacDecoder_DecodeFrame(mAACDecoder, in process()
755 if (decoderErr == AAC_DEC_NOT_ENOUGH_BITS) { in process()
760 if (decoderErr != AAC_DEC_OK) { in process()
761 ALOGW("aacDecoder_DecodeFrame decoderErr = 0x%4.4x", decoderErr); in process()
774 if (decoderErr == AAC_DEC_OK) { in process()
782 ALOGW("AAC decoder returned error 0x%4.4x, substituting silence", decoderErr); in process()
919 } while (decoderErr == AAC_DEC_OK); in process()
1042 AAC_DECODER_ERROR decoderErr = in drainDecoder() local
1047 if (decoderErr != AAC_DEC_OK) { in drainDecoder()
1048 ALOGW("aacDecoder_DecodeFrame decoderErr = 0x%4.4x", decoderErr); in drainDecoder()