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

/frameworks/av/media/libstagefright/codecs/aacdec/
H A Dget_adts_header.cpp207 channel_configuration = (lower_16 >> 2) AND 0x7;
209 channel_configuration = channel_configuration - 1;
210 pVars->prog_config.front.ele_is_cpe[0] = channel_configuration;
370 UInt channel_configuration; local
465 channel_configuration = (lower_16 >> 2) & 0x7;
467 if (channel_configuration > 2)
492 if (channel_configuration)
494 channel_configuration--;
496 pVars->prog_config.front.ele_is_cpe[0] = channel_configuration;
[all...]
/frameworks/av/media/libstagefright/include/
H A Davc_utils.h59 unsigned channel_configuration);
/frameworks/av/media/libstagefright/
H A Davc_utils.cpp356 unsigned channel_configuration) {
366 meta->setInt32(kKeyChannelCount, channel_configuration);
394 ((sampling_freq_index << 7) & 0x80) | (channel_configuration << 3);
354 MakeAACCodecSpecificData( unsigned profile, unsigned sampling_freq_index, unsigned channel_configuration) argument
H A DMPEG2TSWriter.cpp311 unsigned channel_configuration = local
324 | ((channel_configuration >> 2) & 1); // private_bit=0
328 (channel_configuration & 3) << 6
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp325 unsigned channel_configuration = bits.getBits(3); local
326 CHECK_NE(channel_configuration, 0u);
330 profile, sampling_freq_index, channel_configuration);
343 // channel_configuration, original_copy, home

Completed in 108 milliseconds