Searched refs:flushStatus (Results 1 – 6 of 6) sorted by relevance
362 self, pCtrlCFGChangeStruct->flushStatus, pCtrlCFGChangeStruct->flushCnt, in aacDecoder_CtrlCFGChangeCallback()1201 (self->flushStatus == AACDEC_RSV60_DASH_IPF_ATSC_FLUSH_ON) || in aacDecoder_DecodeFrame()1202 (self->flushStatus == AACDEC_USAC_DASH_IPF_FLUSH_ON) || in aacDecoder_DecodeFrame()1252 (self->flushStatus != AACDEC_RSV60_CFG_CHANGE_ATSC_FLUSH_ON) && in aacDecoder_DecodeFrame()1312 if (!self->flushStatus) { in aacDecoder_DecodeFrame()1345 ((self->flushStatus && !(flags & AACDEC_CONCEAL)) ? AACDEC_FLUSH in aacDecoder_DecodeFrame()1354 (self->flushStatus == AACDEC_USAC_DASH_IPF_FLUSH_ON) && in aacDecoder_DecodeFrame()1360 self->flushStatus) && in aacDecoder_DecodeFrame()1469 ((self->flushStatus && !(flags & AACDEC_CONCEAL)) ? AACDEC_FLUSH in aacDecoder_DecodeFrame()1632 ((self->flushStatus && !(flags & AACDEC_CONCEAL)) ? AACDEC_FLUSH in aacDecoder_DecodeFrame()[all …]
339 UCHAR flushStatus; /*!< Indicates flush status: on|off */ member458 UCHAR flushStatus,
781 if (self->flushStatus != AACDEC_FLUSH_OFF) { in CAacDecoder_PreRollExtensionPayloadParse()783 self->flushStatus = AACDEC_FLUSH_OFF; in CAacDecoder_PreRollExtensionPayloadParse()814 if (self->flushStatus != AACDEC_FLUSH_OFF) { in CAacDecoder_PreRollExtensionPayloadParse()815 self->flushStatus = AACDEC_FLUSH_OFF; in CAacDecoder_PreRollExtensionPayloadParse()1506 UCHAR flushStatus, in CAacDecoder_CtrlCFGChange() argument1512 self->flushStatus = flushStatus; in CAacDecoder_CtrlCFGChange()3481 if (self->flushStatus && (self->flushCnt > 0) && in CAacDecoder_DecodeFrame()
382 if ((hTp->ctrlCFGChange[layer].flushStatus == TPDEC_FLUSH_OFF) && in transportDec_InBandConfig()394 hTp->ctrlCFGChange[layer].flushStatus = in transportDec_InBandConfig()431 if ((hTp->ctrlCFGChange[layer].flushStatus == TPDEC_FLUSH_OFF) && in transportDec_InBandConfig()438 hTp->ctrlCFGChange[layer].flushStatus = TPDEC_USAC_DASH_IPF_FLUSH_ON; in transportDec_InBandConfig()442 if ((hTp->ctrlCFGChange[layer].flushStatus == in transportDec_InBandConfig()444 (hTp->ctrlCFGChange[layer].flushStatus == in transportDec_InBandConfig()452 hTp->ctrlCFGChange[layer].flushStatus = TPDEC_FLUSH_OFF; in transportDec_InBandConfig()467 if ((hTp->ctrlCFGChange[layer].flushStatus == in transportDec_InBandConfig()469 (hTp->ctrlCFGChange[layer].flushStatus == in transportDec_InBandConfig()535 hTp->ctrlCFGChange[layer].flushStatus = TPDEC_FLUSH_OFF; in transportDec_InBandConfig()[all …]
352 UCHAR flushStatus; /**< Flag indicates flush mode: on|off */ member