Searched refs:AACDEC_FLUSH (Results 1 – 3 of 3) sorted by relevance
720 if (! (flags & (AACDEC_CONCEAL | AACDEC_FLUSH) ) ) in aacDecoder_DecodeFrame()765 if (flags & AACDEC_FLUSH) in aacDecoder_DecodeFrame()780 if (!(flags & (AACDEC_CONCEAL|AACDEC_FLUSH))) { in aacDecoder_DecodeFrame()885 if ( flags & AACDEC_FLUSH ) { in aacDecoder_DecodeFrame()
1071 …ortDec_GetAuBitsRemaining(self->hInput, 0) < 15) && (flags & (AACDEC_CONCEAL|AACDEC_FLUSH)) == 0) { in CAacDecoder_DecodeFrame()1151 while ( (type != ID_END) && (! (flags & (AACDEC_CONCEAL | AACDEC_FLUSH))) && self->frameOK ) in CAacDecoder_DecodeFrame()1507 if ( !(flags & (AACDEC_CONCEAL|AACDEC_FLUSH)) ) in CAacDecoder_DecodeFrame()1540 …acChannels == 0 || aacChannels > self->aacChannels) && !(flags & (AACDEC_CONCEAL|AACDEC_FLUSH)) ) { in CAacDecoder_DecodeFrame()1565 if ( self->frameOK && !(flags &(AACDEC_CONCEAL|AACDEC_FLUSH)) ) { in CAacDecoder_DecodeFrame()1686 if ( flags&AACDEC_FLUSH ) { in CAacDecoder_DecodeFrame()
637 #define AACDEC_FLUSH 2 /*!< Flag for aacDecoder_DecodeFrame(): Do not consider new input data. F… macro