HomeSort by relevance Sort by last modified time
    Searched full:burstperiod (Results 1 - 1 of 1) sorted by null

  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 141 UINT burstPeriod; /* Data burst period in mili seconds. */
216 hInput->burstPeriod = 0;
483 if ( (hTp->avgBitRate == 0) || (hTp->burstPeriod == 0) ) {
490 /* One Master Frame is sent every hTp->burstPeriod ms */
491 maxAU = hTp->burstPeriod * samplingFrequency + (samplesPerFrame*1000 - 1);
914 if ( (TRANSPORTDEC_NOT_ENOUGH_BITS == err) && (FDKgetValidBits(hBs) >= ((TRANSPORTDEC_INBUF_SIZE*8 - ((hTp->avgBitRate*hTp->burstPeriod)/1000)) - 7)) )
    [all...]

Completed in 49 milliseconds