Searched refs:sample_freq_index (Results 1 - 4 of 4) sorted by relevance

/external/aac/libMpegTPEnc/src/
H A Dtpenc_adts.h108 UCHAR sample_freq_index; member in struct:__anon351
H A Dtpenc_adts.cpp167 hAdts->sample_freq_index = getSamplingRateIndex(config->samplingRate);
225 FDKwriteBits(hBitStream, hAdts->sample_freq_index, 4);
/external/aac/libMpegTPDec/src/
H A Dtpdec_adts.cpp194 bs.sample_freq_index = FDKreadBits(hBs, Adts_Length_SamplingFrequencyIndex);
253 (bs.sample_freq_index >= 13) // we only support 96kHz - 7350kHz
304 pAsc->m_samplingFrequencyIndex = bs.sample_freq_index;
305 pAsc->m_samplingFrequency = SamplingRateTable[bs.sample_freq_index];
334 && (bs.sample_freq_index == pAdts->bs.sample_freq_index) /* we could compare the complete fixed header (bytes) here! */
H A Dtpdec_adts.h117 UCHAR sample_freq_index; member in struct:__anon335

Completed in 8065 milliseconds