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

/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp308 unsigned sampling_freq_index = local
324 | sampling_freq_index << 2
H A Davc_utils.cpp495 unsigned profile, unsigned sampling_freq_index,
500 CHECK_LE(sampling_freq_index, 11u);
505 meta->setInt32(kKeySampleRate, kSamplingFreq[sampling_freq_index]);
531 ((profile + 1) << 3) | (sampling_freq_index >> 1);
534 ((sampling_freq_index << 7) & 0x80) | (channel_configuration << 3);
494 MakeAACCodecSpecificData( unsigned profile, unsigned sampling_freq_index, unsigned channel_configuration) argument
/frameworks/av/media/libstagefright/wifi-display/source/
H A DTSPacketizer.cpp209 unsigned sampling_freq_index = local
223 | sampling_freq_index << 2
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp680 unsigned sampling_freq_index = bits.getBits(4); local
690 profile, sampling_freq_index, channel_configuration);
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp1976 unsigned sampling_freq_index = bits.getBits(4); local
1983 profile, sampling_freq_index, channel_configuration);

Completed in 2663 milliseconds