HomeSort by relevance Sort by last modified time
    Searched refs:channel_configuration (Results 1 - 14 of 14) 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/msm8994/kernel-headers/linux/
msm_audio_aac.h 70 unsigned short channel_configuration; member in struct:msm_audio_aac_config
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_audio_aac.h 65 unsigned short channel_configuration; member in struct:msm_audio_aac_config
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_audio_aac.h 70 unsigned short channel_configuration; member in struct:msm_audio_aac_config
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio_aac.h 65 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
  /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 94 unsigned channel_configuration);
  /frameworks/av/media/libstagefright/
avc_utils.cpp 518 unsigned channel_configuration) {
528 meta->setInt32(kKeyChannelCount, channel_configuration);
556 ((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 682 unsigned channel_configuration = bits.getBits(3); local
683 if (channel_configuration == 0u) {
690 profile, sampling_freq_index, channel_configuration);
709 // channel_configuration, original_copy, home
    [all...]
  /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 1978 unsigned channel_configuration = bits.getBits(3); local
    [all...]

Completed in 4513 milliseconds