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

  /external/chromium_org/media/formats/mp2t/
es_parser_adts.cc 210 size_t channel_configuration = ExtractAdtsChannelConfig(adts_header); local
211 if (channel_configuration == 0 ||
212 channel_configuration >= kADTSChannelLayoutTableSize) {
237 (channel_configuration << 3);
246 kADTSChannelLayoutTable[channel_configuration],
255 DVLOG(1) << "Channel config: " << channel_configuration;
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_audio_aac.h 70 unsigned short channel_configuration; member in struct:msm_audio_aac_config