Lines Matching refs:ErrorStatus
1063 AAC_DECODER_ERROR ErrorStatus) { in aacDecoder_UpdateBitStreamCounters() argument
1089 if (IS_OUTPUT_VALID(ErrorStatus)) { in aacDecoder_UpdateBitStreamCounters()
1092 if (IS_DECODE_ERROR(ErrorStatus)) { in aacDecoder_UpdateBitStreamCounters()
1110 AAC_DECODER_ERROR ErrorStatus; in aacDecoder_DecodeFrame() local
1169 ErrorStatus = AAC_DEC_NOT_ENOUGH_BITS; in aacDecoder_DecodeFrame()
1177 ErrorStatus = AAC_DEC_NEED_TO_RESTART; in aacDecoder_DecodeFrame()
1183 ErrorStatus = AAC_DEC_UNSUPPORTED_FORMAT; in aacDecoder_DecodeFrame()
1186 ErrorStatus = AAC_DEC_UNKNOWN; in aacDecoder_DecodeFrame()
1218 ErrorStatus = CAacDecoder_PreRollExtensionPayloadParse( in aacDecoder_DecodeFrame()
1221 if (ErrorStatus != AAC_DEC_OK) { in aacDecoder_DecodeFrame()
1222 switch (ErrorStatus) { in aacDecoder_DecodeFrame()
1248 ErrorStatus = AAC_DEC_TRANSPORT_SYNC_ERROR; in aacDecoder_DecodeFrame()
1262 ErrorStatus = AAC_DEC_UNKNOWN; in aacDecoder_DecodeFrame()
1297 ErrorStatus = CAacDecoder_DecodeFrame( in aacDecoder_DecodeFrame()
1309 !(flags & AACDEC_CONCEAL) && (ErrorStatus != AAC_DEC_OK)) { in aacDecoder_DecodeFrame()
1315 (!(IS_OUTPUT_VALID(ErrorStatus)) || !(accessUnit < numPrerollAU))) { in aacDecoder_DecodeFrame()
1323 if (IS_OUTPUT_VALID(ErrorStatus)) { in aacDecoder_DecodeFrame()
1330 if (!IS_OUTPUT_VALID(ErrorStatus)) { in aacDecoder_DecodeFrame()
1393 ErrorStatus = AAC_DEC_UNKNOWN; in aacDecoder_DecodeFrame()
1396 ErrorStatus = AAC_DEC_OUT_OF_MEMORY; in aacDecoder_DecodeFrame()
1404 if ((ErrorStatus != AAC_DEC_OK) || (flags & AACDEC_CONCEAL) || in aacDecoder_DecodeFrame()
1491 ErrorStatus = AAC_DEC_SET_PARAM_FAIL; in aacDecoder_DecodeFrame()
1510 ErrorStatus = AAC_DEC_OUTPUT_BUFFER_TOO_SMALL; in aacDecoder_DecodeFrame()
1543 ErrorStatus = AAC_DEC_OUTPUT_BUFFER_TOO_SMALL; in aacDecoder_DecodeFrame()
1566 ErrorStatus = AAC_DEC_DECODE_FRAME_ERROR; in aacDecoder_DecodeFrame()
1568 ErrorStatus = AAC_DEC_UNKNOWN; /* no output */ in aacDecoder_DecodeFrame()
1611 ErrorStatus = AAC_DEC_OUTPUT_BUFFER_TOO_SMALL; in aacDecoder_DecodeFrame()
1678 ErrorStatus = AAC_DEC_UNKNOWN; in aacDecoder_DecodeFrame()
1756 ErrorStatus = AAC_DEC_OUTPUT_BUFFER_TOO_SMALL; in aacDecoder_DecodeFrame()
1759 if ((ErrorStatus == AAC_DEC_OK) && (dmxErr == PCMDMX_INVALID_MODE)) { in aacDecoder_DecodeFrame()
1763 ErrorStatus = AAC_DEC_DECODE_FRAME_ERROR; in aacDecoder_DecodeFrame()
1898 if (fEndAuNotAdjusted && !IS_OUTPUT_VALID(ErrorStatus) && in aacDecoder_DecodeFrame()
1905 ErrorStatus); in aacDecoder_DecodeFrame()
1909 IS_OUTPUT_VALID(ErrorStatus)) { in aacDecoder_DecodeFrame()
1911 ErrorStatus = AAC_DEC_UNKNOWN; in aacDecoder_DecodeFrame()
1917 ErrorStatus = AAC_DEC_OUTPUT_BUFFER_TOO_SMALL; in aacDecoder_DecodeFrame()
1921 if (IS_OUTPUT_VALID(ErrorStatus)) { in aacDecoder_DecodeFrame()
1930 return ErrorStatus; in aacDecoder_DecodeFrame()