/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_audio_wmapro.h | 17 unsigned short channelmask; member in struct:msm_audio_wmapro_config
|
msm_audio_wma.h | 29 uint32_t channelmask; member in struct:msm_audio_wma_config_v2
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
msm_audio_wmapro.h | 17 unsigned short channelmask; member in struct:msm_audio_wmapro_config
|
msm_audio_wma.h | 29 uint32_t channelmask; member in struct:msm_audio_wma_config_v2
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
msm_audio_wmapro.h | 17 unsigned short channelmask; member in struct:msm_audio_wmapro_config
|
msm_audio_wma.h | 29 uint32_t channelmask; member in struct:msm_audio_wma_config_v2
|
/frameworks/base/media/java/android/media/ |
AudioGainConfig.java | 35 AudioGainConfig(int index, AudioGain gain, int mode, int channelMask, 40 mChannelMask = channelMask; 65 public int channelMask() { 71 * channelMask() from LSB to MSB
|
AudioDevicePortConfig.java | 29 AudioDevicePortConfig(AudioDevicePort devicePort, int samplingRate, int channelMask, 31 super((AudioPort)devicePort, samplingRate, channelMask, format, gain); 35 this(config.port(), config.samplingRate(), config.channelMask(), config.format(),
|
AudioMixPortConfig.java | 29 AudioMixPortConfig(AudioMixPort mixPort, int samplingRate, int channelMask, int format, 31 super((AudioPort)mixPort, samplingRate, channelMask, format, gain);
|
AudioPortConfig.java | 48 AudioPortConfig(AudioPort port, int samplingRate, int channelMask, int format, 52 mChannelMask = channelMask; 75 public int channelMask() {
|
AudioMixPort.java | 45 public AudioMixPortConfig buildConfig(int samplingRate, int channelMask, int format, 47 return new AudioMixPortConfig(this, samplingRate, channelMask, format, gain);
|
AudioGain.java | 72 AudioGain(int index, int mode, int channelMask, 77 mChannelMask = channelMask; 97 public int channelMask() { 149 * @param channelMask: channels of which the gain should be modified. 154 public AudioGainConfig buildConfig(int mode, int channelMask, 157 return new AudioGainConfig(mIndex, this, mode, channelMask, values, rampDurationMs);
|
/frameworks/base/core/jni/ |
android_media_AudioFormat.h | 113 static inline audio_channel_mask_t outChannelMaskToNative(int channelMask) 115 switch (channelMask) { 120 return (audio_channel_mask_t)(channelMask>>2); 134 static inline audio_channel_mask_t inChannelMaskToNative(int channelMask) 136 return (audio_channel_mask_t)channelMask;
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
IOProfile.cpp | 44 audio_channel_mask_t channelMask, 87 if (isPlaybackThread && (!audio_is_output_channel(channelMask) || 88 checkExactChannelMask(channelMask) != NO_ERROR)) { 91 audio_channel_mask_t myUpdatedChannelMask = channelMask; 92 if (isRecordThread && (!audio_is_input_channel(channelMask) || 93 checkCompatibleChannelMask(channelMask, &myUpdatedChannelMask) != NO_ERROR)) {
|
AudioPort.cpp | 223 audio_channel_mask_t channelMask = 227 if (channelMask == 0) { // if not found, check the channel index table 228 channelMask = (audio_channel_mask_t) 233 if (channelMask != 0) { 234 ALOGV("loadInChannels() adding channelMask %#x", channelMask); 235 mChannelMasks.add(channelMask); 255 audio_channel_mask_t channelMask = 259 if (channelMask == 0) { // if not found, check the channel index table 260 channelMask = (audio_channel_mask_t [all...] |
/frameworks/av/media/libnbaio/ |
AudioStreamInSource.cpp | 47 audio_channel_mask_t channelMask = 50 audio_channel_count_from_in_mask(channelMask), streamFormat);
|
AudioStreamOutSink.cpp | 44 audio_channel_mask_t channelMask = 47 audio_channel_count_from_out_mask(channelMask), streamFormat);
|
/frameworks/wilhelm/tests/sandbox/ |
srcsink.c | 48 format_pcm.channelMask = SL_SPEAKER_FRONT_LEFT | SL_SPEAKER_FRONT_RIGHT; 161 format_pcm.channelMask = 0; 167 format_pcm.channelMask = SL_SPEAKER_FRONT_CENTER; 172 format_pcm.channelMask = SL_SPEAKER_FRONT_LEFT | SL_SPEAKER_FRONT_RIGHT | 179 format_pcm.channelMask = 0; 185 format_pcm.channelMask = SL_SPEAKER_FRONT_LEFT | SL_SPEAKER_FRONT_RIGHT;
|
/frameworks/base/media/java/android/media/tv/ |
ITvInputHardware.aidl | 58 * @param channelMask desired channel mask. Use default when it's 62 void overrideAudioSink(int audioType, String audioAddress, int samplingRate, int channelMask,
|
/frameworks/wilhelm/src/android/ |
channels.c | 20 // Return an OpenSL ES channel mask, as used in SLDataFormat_PCM.channelMask
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_audio_wmapro.h | 34 unsigned short channelmask; member in struct:msm_audio_wmapro_config
|
/hardware/qcom/msm8x74/kernel-headers/linux/ |
msm_audio_wmapro.h | 34 unsigned short channelmask; member in struct:msm_audio_wmapro_config
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
msm_audio_wmapro.h | 34 unsigned short channelmask; member in struct:msm_audio_wmapro_config
|
/cts/tests/tests/media/src/android/media/cts/ |
AudioHelper.java | 197 public static int outChannelMaskFromInChannelMask(int channelMask) { 198 switch (channelMask) { 214 public AudioRecordAudit(int audioSource, int sampleRate, int channelMask, 216 this(audioSource, sampleRate, channelMask, format, bufferSize, isChannelIndex, 220 public AudioRecordAudit(int audioSource, int sampleRate, int channelMask, 224 // super(audioSource, sampleRate, channelMask, format, bufferSize); 229 ? new AudioFormat.Builder().setChannelIndexMask(channelMask) 230 : new AudioFormat.Builder().setChannelMask(channelMask)) 238 final int channelOutMask = isChannelIndex ? channelMask : 239 outChannelMaskFromInChannelMask(channelMask); [all...] |
/frameworks/av/services/audioflinger/ |
PlaybackTracks.h | 30 audio_channel_mask_t channelMask, 168 audio_channel_mask_t channelMask, 211 audio_channel_mask_t channelMask, 261 audio_channel_mask_t channelMask, 298 audio_channel_mask_t channelMask,
|