Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DBufferProviders.cpp145 audio_channel_mask_t outputChannelMask, audio_format_t format, in DownmixerBufferProvider() argument
149 audio_bytes_per_sample(format) * audio_channel_count_from_out_mask(outputChannelMask), in DownmixerBufferProvider()
153 this, inputChannelMask, outputChannelMask, format, in DownmixerBufferProvider()
176 mDownmixConfig.outputCfg.channels = outputChannelMask; // FIXME: should be bits in DownmixerBufferProvider()
194 audio_bytes_per_sample(format) * audio_channel_count_from_out_mask(outputChannelMask); in DownmixerBufferProvider()
343 audio_channel_mask_t outputChannelMask, audio_format_t format, in RemixBufferProvider() argument
349 * audio_channel_count_from_out_mask(outputChannelMask), in RemixBufferProvider()
354 mOutputChannels(audio_channel_count_from_out_mask(outputChannelMask)) in RemixBufferProvider()
357 this, format, inputChannelMask, outputChannelMask, in RemixBufferProvider()
360 mIdxAry, ARRAY_SIZE(mIdxAry), outputChannelMask, inputChannelMask); in RemixBufferProvider()
[all …]
/frameworks/av/media/libaudioprocessing/include/media/
DBufferProviders.h105 audio_channel_mask_t outputChannelMask, audio_format_t format,
138 audio_channel_mask_t outputChannelMask, audio_format_t format,
145 static bool isOutputChannelMaskSupported(audio_channel_mask_t outputChannelMask) { in isOutputChannelMaskSupported() argument
147 outputChannelMask); in isOutputChannelMaskSupported()
160 audio_channel_mask_t outputChannelMask, audio_format_t format,
/frameworks/av/media/libaudioprocessing/tests/
Dtest-mixer.cpp218 const audio_channel_mask_t outputChannelMask = in main() local
268 (void *)(uintptr_t)outputChannelMask); in main()