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

/frameworks/av/services/audioflinger/
H A DBufferProviders.cpp138 audio_channel_mask_t outputChannelMask, audio_format_t format,
142 audio_bytes_per_sample(format) * audio_channel_count_from_out_mask(outputChannelMask),
146 this, inputChannelMask, outputChannelMask, format,
159 mDownmixConfig.outputCfg.channels = outputChannelMask; // FIXME: should be bits
278 audio_channel_mask_t outputChannelMask, audio_format_t format,
284 * audio_channel_count_from_out_mask(outputChannelMask),
289 mOutputChannels(audio_channel_count_from_out_mask(outputChannelMask))
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
277 RemixBufferProvider(audio_channel_mask_t inputChannelMask, audio_channel_mask_t outputChannelMask, audio_format_t format, size_t bufferFrameCount) argument
H A DBufferProviders.h94 audio_channel_mask_t outputChannelMask, audio_format_t format,
122 audio_channel_mask_t outputChannelMask, audio_format_t format,
/frameworks/av/services/audioflinger/tests/
H A Dtest-mixer.cpp222 const audio_channel_mask_t outputChannelMask = local
270 (void *)(uintptr_t)outputChannelMask);

Completed in 1893 milliseconds