Searched refs:inputChannelMask (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/media/audio_utils/include/audio_utils/ |
H A D | ChannelMix.h | 42 explicit ChannelMix(audio_channel_mask_t inputChannelMask) { in ChannelMix() argument 43 setInputChannelMask(inputChannelMask); in ChannelMix() 55 bool setInputChannelMask(audio_channel_mask_t inputChannelMask) { in setInputChannelMask() argument 56 if (mInputChannelMask != inputChannelMask) { in setInputChannelMask() 57 if (inputChannelMask & ~((1 << MAX_INPUT_CHANNELS_SUPPORTED) - 1)) { in setInputChannelMask() 90 for (unsigned tmp = inputChannelMask; tmp != 0; ++index) { in setInputChannelMask() 151 if (inputChannelMask & AUDIO_CHANNEL_OUT_LOW_FREQUENCY_2) { in setInputChannelMask() 163 mInputChannelMask = inputChannelMask; in setInputChannelMask() 207 audio_channel_mask_t inputChannelMask) { in process() argument 208 return setInputChannelMask(inputChannelMask) && process(src, dst, frameCount, accumulate); in process()
|
/aosp12/frameworks/base/media/java/android/media/audiofx/ |
H A D | Virtualizer.java | 183 private boolean getAnglesInt(int inputChannelMask, int deviceType, int[] angles) in getAnglesInt() argument 186 if (inputChannelMask == AudioFormat.CHANNEL_INVALID) { in getAnglesInt() 190 int channelMask = inputChannelMask == AudioFormat.CHANNEL_OUT_DEFAULT ? in getAnglesInt() 191 AudioFormat.CHANNEL_OUT_STEREO : inputChannelMask; in getAnglesInt() 214 Log.v(TAG, "getAngles(0x" + Integer.toHexString(inputChannelMask) + ", 0x" in getAnglesInt() 375 public boolean canVirtualize(int inputChannelMask, @VirtualizationMode int virtualizationMode) in canVirtualize() argument 377 return getAnglesInt(inputChannelMask, getDeviceForModeQuery(virtualizationMode), null); in canVirtualize() 410 public boolean getSpeakerAngles(int inputChannelMask, in getSpeakerAngles() argument 418 return getAnglesInt(inputChannelMask, getDeviceForModeQuery(virtualizationMode), angles); in getSpeakerAngles()
|
/aosp12/frameworks/av/media/libaudioprocessing/ |
H A D | BufferProviders.cpp | 144 audio_channel_mask_t inputChannelMask, in DownmixerBufferProvider() argument 153 this, inputChannelMask, outputChannelMask, format, in DownmixerBufferProvider() 175 mDownmixConfig.inputCfg.channels = inputChannelMask; // FIXME: Should be bits in DownmixerBufferProvider() 340 RemixBufferProvider::RemixBufferProvider(audio_channel_mask_t inputChannelMask, in RemixBufferProvider() argument 345 * audio_channel_count_from_out_mask(inputChannelMask), in RemixBufferProvider() 351 mInputChannels(audio_channel_count_from_out_mask(inputChannelMask)), in RemixBufferProvider() 355 this, format, inputChannelMask, outputChannelMask, in RemixBufferProvider() 358 mIdxAry, ARRAY_SIZE(mIdxAry), outputChannelMask, inputChannelMask); in RemixBufferProvider() 372 * audio_channel_count_from_out_mask(inputChannelMask), in ChannelMixBufferProvider() 378 this, format, inputChannelMask, outputChannelMask); in ChannelMixBufferProvider() [all …]
|
/aosp12/frameworks/av/media/libaudioprocessing/include/media/ |
H A D | BufferProviders.h | 104 DownmixerBufferProvider(audio_channel_mask_t inputChannelMask, 137 ChannelMixBufferProvider(audio_channel_mask_t inputChannelMask, 154 RemixBufferProvider(audio_channel_mask_t inputChannelMask,
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |