Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp141 UINT burstPeriod; /* Data burst period in mili seconds. */ member
216 hInput->burstPeriod = 0; in C_ALLOC_MEM()
483 if ( (hTp->avgBitRate == 0) || (hTp->burstPeriod == 0) ) { in additionalHoldOffNeeded()
491 maxAU = hTp->burstPeriod * samplingFrequency + (samplesPerFrame*1000 - 1); in additionalHoldOffNeeded()
914 …tValidBits(hBs) >= ((TRANSPORTDEC_INBUF_SIZE*8 - ((hTp->avgBitRate*hTp->burstPeriod)/1000)) - 7)) ) in synchronization()
1214 hTp->burstPeriod = value; in transportDec_SetParam()