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

/frameworks/av/media/libstagefright/include/
H A Davc_utils.h58 unsigned profile, unsigned sampling_freq_index,
/frameworks/av/media/libstagefright/
H A Davc_utils.cpp355 unsigned profile, unsigned sampling_freq_index,
360 CHECK_LE(sampling_freq_index, 11u);
365 meta->setInt32(kKeySampleRate, kSamplingFreq[sampling_freq_index]);
391 ((profile + 1) << 3) | (sampling_freq_index >> 1);
394 ((sampling_freq_index << 7) & 0x80) | (channel_configuration << 3);
354 MakeAACCodecSpecificData( unsigned profile, unsigned sampling_freq_index, unsigned channel_configuration) argument
H A DMPEG2TSWriter.cpp308 unsigned sampling_freq_index = local
324 | sampling_freq_index << 2
/frameworks/av/media/libstagefright/wifi-display/source/
H A DTSPacketizer.cpp198 unsigned sampling_freq_index = local
212 | sampling_freq_index << 2
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp412 unsigned sampling_freq_index = bits.getBits(4); local
419 profile, sampling_freq_index, channel_configuration);

Completed in 204 milliseconds