Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp734 if (! (flags & (AACDEC_CONCEAL | AACDEC_FLUSH) ) ) in aacDecoder_DecodeFrame()
779 if (flags & AACDEC_FLUSH) in aacDecoder_DecodeFrame()
794 if (!(flags & (AACDEC_CONCEAL|AACDEC_FLUSH))) { in aacDecoder_DecodeFrame()
899 if ( flags & AACDEC_FLUSH ) { in aacDecoder_DecodeFrame()
Daacdecoder.cpp1105 …ortDec_GetAuBitsRemaining(self->hInput, 0) < 15) && (flags & (AACDEC_CONCEAL|AACDEC_FLUSH)) == 0) { in CAacDecoder_DecodeFrame()
1185 while ( (type != ID_END) && (! (flags & (AACDEC_CONCEAL | AACDEC_FLUSH))) && self->frameOK ) in CAacDecoder_DecodeFrame()
1549 if ( !(flags & (AACDEC_CONCEAL|AACDEC_FLUSH)) ) in CAacDecoder_DecodeFrame()
1582 …acChannels == 0 || aacChannels > self->aacChannels) && !(flags & (AACDEC_CONCEAL|AACDEC_FLUSH)) ) { in CAacDecoder_DecodeFrame()
1607 if ( self->frameOK && !(flags &(AACDEC_CONCEAL|AACDEC_FLUSH)) ) { in CAacDecoder_DecodeFrame()
1728 if ( flags&AACDEC_FLUSH ) { in CAacDecoder_DecodeFrame()
/external/aac/libAACdec/include/
Daacdecoder_lib.h638 #define AACDEC_FLUSH 2 /*!< Flag for aacDecoder_DecodeFrame(): Do not consider new input data. F… macro