Lines Matching refs:ErrorStatus
651 …treamCounters(CStreamInfo *pSi, HANDLE_FDK_BITSTREAM hBs, int nBits, AAC_DECODER_ERROR ErrorStatus) in aacDecoder_UpdateBitStreamCounters() argument
674 if (IS_OUTPUT_VALID(ErrorStatus)) { in aacDecoder_UpdateBitStreamCounters()
677 if (IS_DECODE_ERROR(ErrorStatus)) { in aacDecoder_UpdateBitStreamCounters()
699 AAC_DECODER_ERROR ErrorStatus; in aacDecoder_DecodeFrame() local
730 ErrorStatus = AAC_DEC_NOT_ENOUGH_BITS; in aacDecoder_DecodeFrame()
737 ErrorStatus = AAC_DEC_NEED_TO_RESTART; in aacDecoder_DecodeFrame()
743 ErrorStatus = AAC_DEC_UNKNOWN; in aacDecoder_DecodeFrame()
759 ErrorStatus = AAC_DEC_TRANSPORT_SYNC_ERROR; in aacDecoder_DecodeFrame()
774 ErrorStatus = CAacDecoder_DecodeFrame(self, in aacDecoder_DecodeFrame()
789 if ( ! IS_OUTPUT_VALID(ErrorStatus) ) { in aacDecoder_DecodeFrame()
806 …if (ErrorStatus || (flags & AACDEC_CONCEAL) || self->pAacDecoderStaticChannelInfo[0]->concealmentI… in aacDecoder_DecodeFrame()
895 aacDecoder_UpdateBitStreamCounters(&self->streamInfo, hBs, nBits, ErrorStatus); in aacDecoder_DecodeFrame()
897 return ErrorStatus; in aacDecoder_DecodeFrame()