HomeSort by relevance Sort by last modified time
    Searched full:channel_configuration (Results 1 - 14 of 14) 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/original-kernel-headers/linux/
msm_audio_aac.h 65 unsigned short channel_configuration; member in struct:msm_audio_aac_config
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_audio_aac.h 65 unsigned short channel_configuration; member in struct:msm_audio_aac_config
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_audio_aac.h 65 unsigned short channel_configuration; member in struct:msm_audio_aac_config
  /frameworks/av/media/libstagefright/include/
avc_utils.h 62 unsigned channel_configuration);
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_audio_aac.h 70 unsigned short channel_configuration; member in struct:msm_audio_aac_config
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_audio_aac.h 70 unsigned short channel_configuration; member in struct:msm_audio_aac_config
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_audio_aac.h 70 unsigned short channel_configuration; member in struct:msm_audio_aac_config
  /frameworks/av/media/libstagefright/
avc_utils.cpp 457 unsigned channel_configuration) {
467 meta->setInt32(kKeyChannelCount, channel_configuration);
495 ((sampling_freq_index << 7) & 0x80) | (channel_configuration << 3);
MPEG2TSWriter.cpp 312 unsigned channel_configuration = local
325 | ((channel_configuration >> 2) & 1); // private_bit=0
329 (channel_configuration & 3) << 6
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 628 unsigned channel_configuration = bits.getBits(3); local
629 CHECK_NE(channel_configuration, 0u);
633 profile, sampling_freq_index, channel_configuration);
646 // channel_configuration, original_copy, home
    [all...]
  /external/aac/libMpegTPEnc/src/
tpenc_asc.cpp 122 } CHANNEL_CONFIGURATION;
134 static const CHANNEL_CONFIGURATION pceConfigTab[] =
178 for (i=0; i < (sizeof(pceConfigTab)/sizeof(CHANNEL_CONFIGURATION)); i++) {
  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.cpp 213 unsigned channel_configuration = local
224 | ((channel_configuration >> 2) & 1); // private_bit=0
228 (channel_configuration & 3) << 6
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 1504 unsigned channel_configuration = bits.getBits(3); local
    [all...]

Completed in 387 milliseconds