Lines Matching refs:flushStatus
362 self, pCtrlCFGChangeStruct->flushStatus, pCtrlCFGChangeStruct->flushCnt, in aacDecoder_CtrlCFGChangeCallback()
1186 (self->flushStatus == AACDEC_RSV60_DASH_IPF_ATSC_FLUSH_ON) || in aacDecoder_DecodeFrame()
1187 (self->flushStatus == AACDEC_USAC_DASH_IPF_FLUSH_ON) || in aacDecoder_DecodeFrame()
1237 (self->flushStatus != AACDEC_RSV60_CFG_CHANGE_ATSC_FLUSH_ON) && in aacDecoder_DecodeFrame()
1297 if (!self->flushStatus) { in aacDecoder_DecodeFrame()
1327 ((self->flushStatus && !(flags & AACDEC_CONCEAL)) ? AACDEC_FLUSH in aacDecoder_DecodeFrame()
1335 (self->flushStatus == AACDEC_USAC_DASH_IPF_FLUSH_ON) && in aacDecoder_DecodeFrame()
1341 self->flushStatus) && in aacDecoder_DecodeFrame()
1452 ((self->flushStatus && !(flags & AACDEC_CONCEAL)) ? AACDEC_FLUSH in aacDecoder_DecodeFrame()
1867 if (self->flushStatus == AACDEC_USAC_DASH_IPF_FLUSH_ON && in aacDecoder_DecodeFrame()
1896 if ((flags & AACDEC_FLUSH || self->flushStatus) && in aacDecoder_DecodeFrame()
1919 if (self->flushStatus == AACDEC_USAC_DASH_IPF_FLUSH_ON && in aacDecoder_DecodeFrame()
1926 if (self->flushStatus != AACDEC_USAC_DASH_IPF_FLUSH_ON) { in aacDecoder_DecodeFrame()
1930 ((self->flushStatus == AACDEC_USAC_DASH_IPF_FLUSH_ON) && in aacDecoder_DecodeFrame()