[go: nahoru, domu]

Searched refs:inputChannelMask (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/audiofx/
H A DVirtualizer.java173 * @param inputChannelMask
183 private boolean getAnglesInt(int inputChannelMask, int deviceType, int[] angles) argument
186 if (inputChannelMask == AudioFormat.CHANNEL_INVALID) {
190 int channelMask = inputChannelMask == AudioFormat.CHANNEL_OUT_DEFAULT ?
191 AudioFormat.CHANNEL_OUT_STEREO : inputChannelMask;
214 Log.v(TAG, "getAngles(0x" + Integer.toHexString(inputChannelMask) + ", 0x"
358 * @param inputChannelMask the channel mask of the content to virtualize.
374 public boolean canVirtualize(int inputChannelMask, @VirtualizationMode int virtualizationMode) argument
376 return getAnglesInt(inputChannelMask, getDeviceForModeQuery(virtualizationMode), null);
387 * @param inputChannelMask th
409 getSpeakerAngles(int inputChannelMask, @VirtualizationMode int virtualizationMode, int[] angles) argument
[all...]
/frameworks/av/services/audioflinger/
H A DBufferProviders.cpp137 audio_channel_mask_t inputChannelMask,
141 audio_bytes_per_sample(format) * audio_channel_count_from_out_mask(inputChannelMask),
146 this, inputChannelMask, outputChannelMask, format,
158 mDownmixConfig.inputCfg.channels = inputChannelMask; // FIXME: Should be bits
277 RemixBufferProvider::RemixBufferProvider(audio_channel_mask_t inputChannelMask, argument
282 * audio_channel_count_from_out_mask(inputChannelMask),
288 mInputChannels(audio_channel_count_from_out_mask(inputChannelMask)),
292 this, format, inputChannelMask, outputChannelMask,
295 mIdxAry, ARRAY_SIZE(mIdxAry), outputChannelMask, inputChannelMask);
136 DownmixerBufferProvider( audio_channel_mask_t inputChannelMask, audio_channel_mask_t outputChannelMask, audio_format_t format, uint32_t sampleRate, int32_t sessionId, size_t bufferFrameCount) argument
H A DBufferProviders.h93 DownmixerBufferProvider(audio_channel_mask_t inputChannelMask,
121 RemixBufferProvider(audio_channel_mask_t inputChannelMask,

Completed in 92 milliseconds