Searched refs:sampling_freq_index (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A Davc_utils.h95 unsigned profile, unsigned sampling_freq_index,
/frameworks/av/media/libstagefright/
H A Davc_utils.cpp545 unsigned profile, unsigned sampling_freq_index,
550 CHECK_LE(sampling_freq_index, 11u);
555 meta->setInt32(kKeySampleRate, kSamplingFreq[sampling_freq_index]);
581 ((profile + 1) << 3) | (sampling_freq_index >> 1);
584 ((sampling_freq_index << 7) & 0x80) | (channel_configuration << 3);
544 MakeAACCodecSpecificData( unsigned profile, unsigned sampling_freq_index, unsigned channel_configuration) argument
H A DMPEG2TSWriter.cpp302 unsigned sampling_freq_index = local
318 | sampling_freq_index << 2
/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.cpp856 unsigned sampling_freq_index = bits.getBits(4); local
866 profile, sampling_freq_index, channel_configuration);
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp2060 unsigned sampling_freq_index = bits.getBits(4); local
2067 profile, sampling_freq_index, channel_configuration);

Completed in 164 milliseconds