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

/frameworks/base/media/libstagefright/
H A DAACExtractor.cpp74 uint32_t get_sample_rate(const uint8_t sf_index) argument
82 if (sf_index < sizeof(sample_rates) / sizeof(sample_rates[0])) {
83 return sample_rates[sf_index];
144 uint8_t profile, sf_index, channel, header[2]; local
150 sf_index = (header[0] >> 2) & 0xf;
151 uint32_t sr = get_sample_rate(sf_index);
157 mMeta = MakeAACCodecSpecificData(profile, sf_index, channel);

Completed in 252 milliseconds