HomeSort by relevance Sort by last modified time
    Searched refs:sampling_freq_index (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/include/media/stagefright/
MetaDataUtils.h 27 bool MakeAACCodecSpecificData(MetaDataBase &meta, unsigned profile, unsigned sampling_freq_index,
  /frameworks/av/media/libstagefright/
MetaDataUtils.cpp 51 unsigned profile, unsigned sampling_freq_index,
53 if(sampling_freq_index > 11u) {
62 sampleRate = kSamplingFreq[sampling_freq_index];
90 ((profile + 1) << 3) | (sampling_freq_index >> 1);
93 ((sampling_freq_index << 7) & 0x80) | (channel_configuration << 3);
MPEG2TSWriter.cpp 302 unsigned sampling_freq_index = local
318 | sampling_freq_index << 2
  /external/libxaac/decoder/
ixheaacd_latmdemux.h 30 UWORD32 sampling_freq_index; member in struct:__anon26564
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 859 unsigned sampling_freq_index = bits.getBits(4); local
870 profile, sampling_freq_index, channel_configuration);
    [all...]
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 2075 unsigned sampling_freq_index = bits.getBits(4); local
    [all...]

Completed in 223 milliseconds