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.cpp454 unsigned channel_configuration) {
464 meta->setInt32(kKeyChannelCount, channel_configuration);
492 ((sampling_freq_index << 7) & 0x80) | (channel_configuration << 3);
452 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/httplive/
H A DPlaylistFetcher.cpp1556 unsigned channel_configuration = bits.getBits(3); local
1557 CHECK_NE(channel_configuration, 0u);
1561 profile, sampling_freq_index, channel_configuration);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp644 unsigned channel_configuration = bits.getBits(3); local
645 CHECK_NE(channel_configuration, 0u);
649 profile, sampling_freq_index, channel_configuration);
662 // channel_configuration, original_copy, home

Completed in 742 milliseconds