Lines Matching refs:ErrorStatus
745 …treamCounters(CStreamInfo *pSi, HANDLE_FDK_BITSTREAM hBs, int nBits, AAC_DECODER_ERROR ErrorStatus) in aacDecoder_UpdateBitStreamCounters() argument
768 if (IS_OUTPUT_VALID(ErrorStatus)) { in aacDecoder_UpdateBitStreamCounters()
771 if (IS_DECODE_ERROR(ErrorStatus)) { in aacDecoder_UpdateBitStreamCounters()
793 AAC_DECODER_ERROR ErrorStatus; in aacDecoder_DecodeFrame() local
829 ErrorStatus = AAC_DEC_NOT_ENOUGH_BITS; in aacDecoder_DecodeFrame()
836 ErrorStatus = AAC_DEC_NEED_TO_RESTART; in aacDecoder_DecodeFrame()
842 ErrorStatus = AAC_DEC_UNKNOWN; in aacDecoder_DecodeFrame()
859 ErrorStatus = AAC_DEC_TRANSPORT_SYNC_ERROR; in aacDecoder_DecodeFrame()
887 ErrorStatus = CAacDecoder_DecodeFrame(self, in aacDecoder_DecodeFrame()
902 if ( ! IS_OUTPUT_VALID(ErrorStatus) ) { in aacDecoder_DecodeFrame()
919 …if (ErrorStatus || (flags & AACDEC_CONCEAL) || self->pAacDecoderStaticChannelInfo[0]->concealmentI… in aacDecoder_DecodeFrame()
1016 if ( (ErrorStatus == AAC_DEC_OK) in aacDecoder_DecodeFrame()
1020 ErrorStatus = AAC_DEC_DECODE_FRAME_ERROR; in aacDecoder_DecodeFrame()
1060 aacDecoder_UpdateBitStreamCounters(&self->streamInfo, hBs, nBits, ErrorStatus); in aacDecoder_DecodeFrame()
1064 ErrorStatus = AAC_DEC_OUTPUT_BUFFER_TOO_SMALL; in aacDecoder_DecodeFrame()
1068 if ( IS_OUTPUT_VALID(ErrorStatus) ) { in aacDecoder_DecodeFrame()
1075 return ErrorStatus; in aacDecoder_DecodeFrame()