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

  /hardware/qcom/msm8960/kernel-headers/linux/
msm_audio_aac.h 70 unsigned short channel_configuration; member in struct:msm_audio_aac_config
  /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/kernel-headers/linux/
msm_audio_aac.h 70 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
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 312 unsigned channel_configuration = local
325 | ((channel_configuration >> 2) & 1); // private_bit=0
329 (channel_configuration & 3) << 6
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 912 unsigned channel_configuration = bits.getBits(3); local
913 CHECK_NE(channel_configuration, 0u);
917 profile, sampling_freq_index, channel_configuration);
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 435 unsigned channel_configuration = bits.getBits(3); local
436 CHECK_NE(channel_configuration, 0u);
440 profile, sampling_freq_index, channel_configuration);
453 // channel_configuration, original_copy, home
  /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

Completed in 400 milliseconds