Home
last modified time | relevance | path

Searched refs:ctrlCFGChange (Results 1 – 1 of 1) sorted by relevance

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp150 CCtrlCFGChange ctrlCFGChange[(1 * 1)]; /* Controls config change */ member
382 if ((hTp->ctrlCFGChange[layer].flushStatus == TPDEC_FLUSH_OFF) && in transportDec_InBandConfig()
383 (hTp->ctrlCFGChange[layer].buildUpStatus != in transportDec_InBandConfig()
393 hTp->ctrlCFGChange[layer].flushCnt = 0; in transportDec_InBandConfig()
394 hTp->ctrlCFGChange[layer].flushStatus = in transportDec_InBandConfig()
396 hTp->ctrlCFGChange[layer].buildUpCnt = 0; in transportDec_InBandConfig()
397 hTp->ctrlCFGChange[layer].buildUpStatus = TPDEC_BUILD_UP_OFF; in transportDec_InBandConfig()
431 if ((hTp->ctrlCFGChange[layer].flushStatus == TPDEC_FLUSH_OFF) && in transportDec_InBandConfig()
432 (hTp->ctrlCFGChange[layer].buildUpStatus != in transportDec_InBandConfig()
434 hTp->ctrlCFGChange[layer].flushCnt = 0; in transportDec_InBandConfig()
[all …]