Searched refs:AACDEC_CONCEAL (Results 1 – 3 of 3) sorted by relevance
1134 …if ( (transportDec_GetAuBitsRemaining(self->hInput, 0) < 15) && (flags & (AACDEC_CONCEAL|AACDEC_FL… in CAacDecoder_DecodeFrame()1211 while ( (type != ID_END) && (! (flags & (AACDEC_CONCEAL | AACDEC_FLUSH))) && self->frameOK ) in CAacDecoder_DecodeFrame()1559 if ( !(flags & (AACDEC_CONCEAL|AACDEC_FLUSH)) ) in CAacDecoder_DecodeFrame()1592 …if ( (aacChannels == 0 || aacChannels > self->aacChannels) && !(flags & (AACDEC_CONCEAL|AACDEC_FLU… in CAacDecoder_DecodeFrame()1617 if ( self->frameOK && !(flags &(AACDEC_CONCEAL|AACDEC_FLUSH)) ) { in CAacDecoder_DecodeFrame()1720 (self->frameOK && !(flags&AACDEC_CONCEAL)), in CAacDecoder_DecodeFrame()1752 (self->frameOK && !(flags&AACDEC_CONCEAL)), in CAacDecoder_DecodeFrame()
808 if (! (flags & (AACDEC_CONCEAL | AACDEC_FLUSH) ) ) in aacDecoder_DecodeFrame()877 flags | (fTpConceal ? AACDEC_CONCEAL : 0), in aacDecoder_DecodeFrame()882 if (!(flags & (AACDEC_CONCEAL|AACDEC_FLUSH))) { in aacDecoder_DecodeFrame()908 …if (ErrorStatus || (flags & AACDEC_CONCEAL) || self->pAacDecoderStaticChannelInfo[0]->concealmentI… in aacDecoder_DecodeFrame()
700 #define AACDEC_CONCEAL 1 /*!< Flag for aacDecoder_DecodeFrame(): Trigger the built-in error concea… macro