Searched defs:sampleRateIndex (Results 1 - 1 of 1) sorted by relevance

/external/aac/libMpegTPEnc/src/
H A Dtpenc_asc.cpp228 int sampleRateIndex, i; local
233 sampleRateIndex = getSamplingRateIndex(sampleRate);
234 if (sampleRateIndex == 15) {
247 FDKwriteBits(hBs, sampleRateIndex, 4); /* Sample rate index*/
359 int sampleRateIndex = getSamplingRateIndex(sampleRate); local
361 FDKwriteBits( hBitstreamBuffer, sampleRateIndex, 4 );
362 if( sampleRateIndex == 15 ) {

Completed in 46 milliseconds