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

/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp312 unsigned channel_configuration = local
325 | ((channel_configuration >> 2) & 1); // private_bit=0
329 (channel_configuration & 3) << 6
H A Davc_utils.cpp496 unsigned channel_configuration) {
506 meta->setInt32(kKeyChannelCount, channel_configuration);
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.cpp213 unsigned channel_configuration = local
224 | ((channel_configuration >> 2) & 1); // private_bit=0
228 (channel_configuration & 3) << 6
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp682 unsigned channel_configuration = bits.getBits(3); local
683 if (channel_configuration == 0u) {
690 profile, sampling_freq_index, channel_configuration);
709 // channel_configuration, original_copy, home
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp1978 unsigned channel_configuration = bits.getBits(3); local
1979 CHECK_NE(channel_configuration, 0u);
1983 profile, sampling_freq_index, channel_configuration);

Completed in 1257 milliseconds