OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sample_freq_index
(Results
1 - 4
of
4
) sorted by null
/external/aac/libMpegTPEnc/src/
tpenc_adts.h
108
UCHAR
sample_freq_index
;
member in struct:__anon6922
tpenc_adts.cpp
167
hAdts->
sample_freq_index
= getSamplingRateIndex(config->samplingRate);
225
FDKwriteBits(hBitStream, hAdts->
sample_freq_index
, 4);
/external/aac/libMpegTPDec/src/
tpdec_adts.cpp
194
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! */
tpdec_adts.h
117
UCHAR
sample_freq_index
;
member in struct:__anon6906
Completed in 50 milliseconds