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

  /external/opencore/codecs_v2/audio/aac/dec/src/
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/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...]
  /external/opencore/fileformats/rawaac/parser/src/
aacfileparser.cpp     [all...]

Completed in 390 milliseconds