Searched refs:AACDEC_FLUSH (Results 1 – 3 of 3) sorted by relevance
734 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()
1105 …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()
638 #define AACDEC_FLUSH 2 /*!< Flag for aacDecoder_DecodeFrame(): Do not consider new input data. F… macro