Home | History | Annotate | Download | only in src

Lines Matching refs:samplingFrequency

464   INT samplingFrequency = (INT)hTp->asc->m_samplingFrequency;
469 if ( (samplesPerFrame == 0 ) || (samplingFrequency == 0) ) {
474 maxAU = hTp->burstPeriod * samplingFrequency
479 avgBitsPerFrame = hTp->avgBitRate * samplesPerFrame + (samplingFrequency-1);
480 avgBitsPerFrame = avgBitsPerFrame / samplingFrequency;