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

  /hardware/qcom/msm8960/kernel-headers/linux/
msm_audio_wmapro.h 27 uint8_t numchannels; member in struct:msm_audio_wmapro_config
msm_audio_wma.h 37 unsigned short numchannels; member in struct:msm_audio_wma_config_v2
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_audio_wmapro.h 12 uint8_t numchannels; member in struct:msm_audio_wmapro_config
msm_audio_wma.h 24 unsigned short numchannels; member in struct:msm_audio_wma_config_v2
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_audio_wmapro.h 27 uint8_t numchannels; member in struct:msm_audio_wmapro_config
msm_audio_wma.h 37 unsigned short numchannels; member in struct:msm_audio_wma_config_v2
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_audio_wmapro.h 12 uint8_t numchannels; member in struct:msm_audio_wmapro_config
msm_audio_wma.h 24 unsigned short numchannels; member in struct:msm_audio_wma_config_v2
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_audio_wmapro.h 27 uint8_t numchannels; member in struct:msm_audio_wmapro_config
msm_audio_wma.h 37 unsigned short numchannels; member in struct:msm_audio_wma_config_v2
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_audio_wmapro.h 12 uint8_t numchannels; member in struct:msm_audio_wmapro_config
msm_audio_wma.h 24 unsigned short numchannels; member in struct:msm_audio_wma_config_v2
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 587 int32_t numChannels, sampleRate, aacProfile;
588 CHECK(meta->findInt32(kKeyChannelCount, &numChannels));
600 status_t err = setAACFormat(numChannels, sampleRate, bitRate, aacProfile, isADTS);
606 int32_t numChannels, sampleRate;
607 if (meta->findInt32(kKeyChannelCount, &numChannels)
614 numChannels);
617 int32_t numChannels;
619 CHECK(meta->findInt32(kKeyChannelCount, &numChannels));
622 status_t err = setAC3Format(numChannels, sampleRate);
632 int32_t numChannels;
1737 int32_t numchannels = 0; local
    [all...]

Completed in 127 milliseconds