Searched refs:AACDEC_FLUSH (Results 1 – 3 of 3) sorted by relevance
812 if (! (flags & (AACDEC_CONCEAL | AACDEC_FLUSH) ) ) in aacDecoder_DecodeFrame()858 if (flags & AACDEC_FLUSH) in aacDecoder_DecodeFrame()886 if (!(flags & (AACDEC_CONCEAL|AACDEC_FLUSH))) { in aacDecoder_DecodeFrame()929 (flags & AACDEC_FLUSH) ); in aacDecoder_DecodeFrame()1043 if ( flags & AACDEC_FLUSH ) { in aacDecoder_DecodeFrame()
1136 …ortDec_GetAuBitsRemaining(self->hInput, 0) < 15) && (flags & (AACDEC_CONCEAL|AACDEC_FLUSH)) == 0) { in CAacDecoder_DecodeFrame()1216 while ( (type != ID_END) && (! (flags & (AACDEC_CONCEAL | AACDEC_FLUSH))) && self->frameOK ) in CAacDecoder_DecodeFrame()1571 if ( !(flags & (AACDEC_CONCEAL|AACDEC_FLUSH)) ) in CAacDecoder_DecodeFrame()1604 …acChannels == 0 || aacChannels > self->aacChannels) && !(flags & (AACDEC_CONCEAL|AACDEC_FLUSH)) ) { in CAacDecoder_DecodeFrame()1629 if ( self->frameOK && !(flags &(AACDEC_CONCEAL|AACDEC_FLUSH)) ) { in CAacDecoder_DecodeFrame()1718 if ( flags&AACDEC_FLUSH ) { in CAacDecoder_DecodeFrame()1783 if ( flags&AACDEC_FLUSH ) { in CAacDecoder_DecodeFrame()
704 #define AACDEC_FLUSH 2 /*!< Flag for aacDecoder_DecodeFrame(): Flush all filterbanks to get all … macro