Home | History | Annotate | Download | only in src

Lines Matching refs:avgBitRate

135   UINT  avgBitRate;                /* Average bit rate used for frame loss estimation. */
466 if ( (hTp->avgBitRate == 0) || (hTp->burstPeriod == 0) ) {
479 avgBitsPerFrame = hTp->avgBitRate * samplesPerFrame + (samplingFrequency-1);
897 if ( (TRANSPORTDEC_NOT_ENOUGH_BITS == err) && (FDKgetValidBits(hBs) >= ((TRANSPORTDEC_INBUF_SIZE*8 - ((hTp->avgBitRate*hTp->burstPeriod)/1000)) - 7)) )
949 if (hTp->avgBitRate > 0 && hTp->asc[0].m_samplesPerFrame > 0 && hTp->asc[0].m_samplingFrequency > 0)
983 denom = hTp->avgBitRate * hTp->asc[0].m_samplesPerFrame;
1067 hTp->avgBitRate = hTp->parser.adif.BitRate;
1194 hTp->avgBitRate = value;
1213 hTp->avgBitRate = 0;