Searched defs:outputChannelMask (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libaudioprocessing/
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,
168 mDownmixConfig.outputCfg.channels = outputChannelMask; // FIXME: should be bits
184 audio_bytes_per_sample(format) * audio_channel_count_from_out_mask(outputChannelMask);
333 audio_channel_mask_t outputChannelMask, audio_format_t format,
339 * audio_channel_count_from_out_mask(outputChannelMask),
344 mOutputChannels(audio_channel_count_from_out_mask(outputChannelMask))
347 this, format, inputChannelMask, outputChannelMask,
350 mIdxAry, ARRAY_SIZE(mIdxAry), outputChannelMask, inputChannelMas
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
332 RemixBufferProvider(audio_channel_mask_t inputChannelMask, audio_channel_mask_t outputChannelMask, audio_format_t format, size_t bufferFrameCount) argument
[all...]
/frameworks/av/media/libaudioprocessing/tests/
H A Dtest-mixer.cpp222 const audio_channel_mask_t outputChannelMask = local
270 (void *)(uintptr_t)outputChannelMask);

Completed in 44 milliseconds