Home
last modified time | relevance | path

Searched refs:IS_OUTPUT_VALID (Results 1 – 3 of 3) sorted by relevance

/external/aac/libAACdec/include/
Daacdecoder_lib.h557 #define IS_OUTPUT_VALID(err) (((err) == AAC_DEC_OK) || IS_DECODE_ERROR(err)) macro
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp1131 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()
Daacdecoder.cpp3258 if (!IS_OUTPUT_VALID(ErrorStatus)) { in CAacDecoder_DecodeFrame()