• Home
  • Raw
  • Download

Lines Matching refs:ErrorStatus

1090                                                AAC_DECODER_ERROR ErrorStatus) {  in aacDecoder_UpdateBitStreamCounters()  argument
1116 if (IS_OUTPUT_VALID(ErrorStatus)) { in aacDecoder_UpdateBitStreamCounters()
1119 if (IS_DECODE_ERROR(ErrorStatus)) { in aacDecoder_UpdateBitStreamCounters()
1137 AAC_DECODER_ERROR ErrorStatus; in aacDecoder_DecodeFrame() local
1196 ErrorStatus = AAC_DEC_NOT_ENOUGH_BITS; in aacDecoder_DecodeFrame()
1204 ErrorStatus = AAC_DEC_NEED_TO_RESTART; in aacDecoder_DecodeFrame()
1210 ErrorStatus = AAC_DEC_UNSUPPORTED_FORMAT; in aacDecoder_DecodeFrame()
1213 ErrorStatus = AAC_DEC_UNKNOWN; in aacDecoder_DecodeFrame()
1245 ErrorStatus = CAacDecoder_PreRollExtensionPayloadParse( in aacDecoder_DecodeFrame()
1248 if (ErrorStatus != AAC_DEC_OK) { in aacDecoder_DecodeFrame()
1249 switch (ErrorStatus) { in aacDecoder_DecodeFrame()
1275 ErrorStatus = AAC_DEC_TRANSPORT_SYNC_ERROR; in aacDecoder_DecodeFrame()
1289 ErrorStatus = AAC_DEC_UNKNOWN; in aacDecoder_DecodeFrame()
1324 ErrorStatus = CAacDecoder_DecodeFrame( in aacDecoder_DecodeFrame()
1336 !(flags & AACDEC_CONCEAL) && (ErrorStatus != AAC_DEC_OK)) { in aacDecoder_DecodeFrame()
1342 (!(IS_OUTPUT_VALID(ErrorStatus)) || !(accessUnit < numPrerollAU))) { in aacDecoder_DecodeFrame()
1350 if (IS_OUTPUT_VALID(ErrorStatus)) { in aacDecoder_DecodeFrame()
1357 if (!IS_OUTPUT_VALID(ErrorStatus)) { in aacDecoder_DecodeFrame()
1424 ErrorStatus = AAC_DEC_UNKNOWN; in aacDecoder_DecodeFrame()
1427 ErrorStatus = AAC_DEC_OUT_OF_MEMORY; in aacDecoder_DecodeFrame()
1435 if ((ErrorStatus != AAC_DEC_OK) || (flags & AACDEC_CONCEAL) || in aacDecoder_DecodeFrame()
1522 ErrorStatus = AAC_DEC_SET_PARAM_FAIL; in aacDecoder_DecodeFrame()
1541 ErrorStatus = AAC_DEC_OUTPUT_BUFFER_TOO_SMALL; in aacDecoder_DecodeFrame()
1574 ErrorStatus = AAC_DEC_OUTPUT_BUFFER_TOO_SMALL; in aacDecoder_DecodeFrame()
1597 ErrorStatus = AAC_DEC_DECODE_FRAME_ERROR; in aacDecoder_DecodeFrame()
1599 ErrorStatus = AAC_DEC_UNKNOWN; /* no output */ in aacDecoder_DecodeFrame()
1642 ErrorStatus = AAC_DEC_OUTPUT_BUFFER_TOO_SMALL; in aacDecoder_DecodeFrame()
1716 ErrorStatus = AAC_DEC_UNKNOWN; in aacDecoder_DecodeFrame()
1794 ErrorStatus = AAC_DEC_OUTPUT_BUFFER_TOO_SMALL; in aacDecoder_DecodeFrame()
1797 if ((ErrorStatus == AAC_DEC_OK) && (dmxErr == PCMDMX_INVALID_MODE)) { in aacDecoder_DecodeFrame()
1801 ErrorStatus = AAC_DEC_DECODE_FRAME_ERROR; in aacDecoder_DecodeFrame()
1936 if (fEndAuNotAdjusted && !IS_OUTPUT_VALID(ErrorStatus) && in aacDecoder_DecodeFrame()
1943 ErrorStatus); in aacDecoder_DecodeFrame()
1947 IS_OUTPUT_VALID(ErrorStatus)) { in aacDecoder_DecodeFrame()
1949 ErrorStatus = AAC_DEC_UNKNOWN; in aacDecoder_DecodeFrame()
1955 ErrorStatus = AAC_DEC_OUTPUT_BUFFER_TOO_SMALL; in aacDecoder_DecodeFrame()
1959 if (IS_OUTPUT_VALID(ErrorStatus)) { in aacDecoder_DecodeFrame()
1968 return ErrorStatus; in aacDecoder_DecodeFrame()