Searched refs:IS_OUTPUT_VALID (Results 1 – 3 of 3) sorted by relevance
557 #define IS_OUTPUT_VALID(err) (((err) == AAC_DEC_OK) || IS_DECODE_ERROR(err)) macro
1131 if (IS_OUTPUT_VALID(ErrorStatus)) { in aacDecoder_UpdateBitStreamCounters()1361 (!(IS_OUTPUT_VALID(ErrorStatus)) || !(accessUnit < numPrerollAU))) { in aacDecoder_DecodeFrame()1369 if (IS_OUTPUT_VALID(ErrorStatus)) { in aacDecoder_DecodeFrame()1376 if (!IS_OUTPUT_VALID(ErrorStatus)) { in aacDecoder_DecodeFrame()2038 if (fEndAuNotAdjusted && !IS_OUTPUT_VALID(ErrorStatus) && in aacDecoder_DecodeFrame()2049 IS_OUTPUT_VALID(ErrorStatus)) { in aacDecoder_DecodeFrame()2054 if (!IS_OUTPUT_VALID(ErrorStatus)) { in aacDecoder_DecodeFrame()
3258 if (!IS_OUTPUT_VALID(ErrorStatus)) { in CAacDecoder_DecodeFrame()