Searched refs:flushStatus (Results 1 – 6 of 6) sorted by relevance
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()[all …]
330 UCHAR flushStatus; /*!< Indicates flush status: on|off */ member449 UCHAR flushStatus,
712 if (self->flushStatus != AACDEC_FLUSH_OFF) { in CAacDecoder_PreRollExtensionPayloadParse()714 self->flushStatus = AACDEC_FLUSH_OFF; in CAacDecoder_PreRollExtensionPayloadParse()745 if (self->flushStatus != AACDEC_FLUSH_OFF) { in CAacDecoder_PreRollExtensionPayloadParse()746 self->flushStatus = AACDEC_FLUSH_OFF; in CAacDecoder_PreRollExtensionPayloadParse()1407 UCHAR flushStatus, in CAacDecoder_CtrlCFGChange() argument1413 self->flushStatus = flushStatus; in CAacDecoder_CtrlCFGChange()3318 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()534 hTp->ctrlCFGChange[layer].flushStatus = TPDEC_FLUSH_OFF; in transportDec_InBandConfig()[all …]
352 UCHAR flushStatus; /**< Flag indicates flush mode: on|off */ member