HomeSort by relevance Sort by last modified time
    Searched refs:numchannels (Results 1 - 10 of 10) 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
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_wave.c 297 int channel, int numchannels, struct IMA_ADPCM_decodestate *state)
310 decoded += 2 * numchannels;
317 decoded += 2 * numchannels;
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 502 int32_t numChannels, sampleRate, aacProfile;
503 CHECK(meta->findInt32(kKeyChannelCount, &numChannels));
515 status_t err = setAACFormat(numChannels, sampleRate, bitRate, aacProfile, isADTS);
521 int32_t numChannels, sampleRate;
522 if (meta->findInt32(kKeyChannelCount, &numChannels)
529 numChannels);
536 int32_t numChannels;
537 CHECK(meta->findInt32(kKeyChannelCount, &numChannels));
539 setG711Format(numChannels);
543 int32_t numChannels, sampleRate
1629 int32_t numchannels = 0; local
    [all...]

Completed in 252 milliseconds