Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp1116 if (IS_OUTPUT_VALID(ErrorStatus)) { in aacDecoder_UpdateBitStreamCounters()
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()
1936 if (fEndAuNotAdjusted && !IS_OUTPUT_VALID(ErrorStatus) && in aacDecoder_DecodeFrame()
1947 IS_OUTPUT_VALID(ErrorStatus)) { in aacDecoder_DecodeFrame()
1959 if (IS_OUTPUT_VALID(ErrorStatus)) { in aacDecoder_DecodeFrame()
Daacdecoder.cpp3099 if (!IS_OUTPUT_VALID(ErrorStatus)) { in CAacDecoder_DecodeFrame()
/external/aac/libAACdec/include/
Daacdecoder_lib.h582 #define IS_OUTPUT_VALID(err) (((err) == AAC_DEC_OK) || IS_DECODE_ERROR(err)) macro