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

/external/aac/libAACdec/include/
H A Daacdecoder_lib.h425 #define IS_OUTPUT_VALID(err) ( ((err) == AAC_DEC_OK) || IS_DECODE_ERROR(err) ) macro
/external/aac/libAACdec/src/
H A Daacdecoder_lib.cpp768 if (IS_OUTPUT_VALID(ErrorStatus)) {
895 if ( ! IS_OUTPUT_VALID(ErrorStatus) ) {
1061 if ( IS_OUTPUT_VALID(ErrorStatus) ) {
H A Daacdecoder.cpp1657 if ( ! IS_OUTPUT_VALID(ErrorStatus) ) {

Completed in 277 milliseconds