HomeSort by relevance Sort by last modified time
    Searched defs:channel_configuration (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacdec/
get_adts_header.cpp 207 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/base/media/libstagefright/
MPEG2TSWriter.cpp 311 unsigned channel_configuration = local
324 | ((channel_configuration >> 2) & 1); // private_bit=0
328 (channel_configuration & 3) << 6
  /frameworks/base/media/libstagefright/mpeg2ts/
ESQueue.cpp 328 unsigned channel_configuration = bits.getBits(3); local
329 CHECK_NE(channel_configuration, 0u);
333 profile, sampling_freq_index, channel_configuration);
344 // channel_configuration, original_copy, home

Completed in 551 milliseconds