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/
avc_utils.h 61 unsigned profile, unsigned sampling_freq_index,
  /frameworks/av/media/libstagefright/
avc_utils.cpp 423 unsigned profile, unsigned sampling_freq_index,
428 CHECK_LE(sampling_freq_index, 11u);
433 meta->setInt32(kKeySampleRate, kSamplingFreq[sampling_freq_index]);
459 ((profile + 1) << 3) | (sampling_freq_index >> 1);
462 ((sampling_freq_index << 7) & 0x80) | (channel_configuration << 3);
MPEG2TSWriter.cpp 308 unsigned sampling_freq_index = local
324 | sampling_freq_index << 2
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 433 unsigned sampling_freq_index = bits.getBits(4); local
440 profile, sampling_freq_index, channel_configuration);
  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.cpp 209 unsigned sampling_freq_index = local
223 | sampling_freq_index << 2
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 1296 unsigned sampling_freq_index = bits.getBits(4); local
    [all...]

Completed in 181 milliseconds