Searched refs:outputChannelMask (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libaudioprocessing/ |
D | BufferProviders.cpp | 145 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() 192 audio_bytes_per_sample(format) * audio_channel_count_from_out_mask(outputChannelMask); in DownmixerBufferProvider() 341 audio_channel_mask_t outputChannelMask, audio_format_t format, in RemixBufferProvider() argument 347 * audio_channel_count_from_out_mask(outputChannelMask), in RemixBufferProvider() 352 mOutputChannels(audio_channel_count_from_out_mask(outputChannelMask)) in RemixBufferProvider() 355 this, format, inputChannelMask, outputChannelMask, in RemixBufferProvider() 358 mIdxAry, ARRAY_SIZE(mIdxAry), outputChannelMask, inputChannelMask); in RemixBufferProvider()
|
/frameworks/av/media/libaudioprocessing/include/media/ |
D | BufferProviders.h | 104 audio_channel_mask_t outputChannelMask, audio_format_t format, 137 audio_channel_mask_t outputChannelMask, audio_format_t format,
|
/frameworks/av/media/libaudioprocessing/tests/ |
D | test-mixer.cpp | 218 const audio_channel_mask_t outputChannelMask = in main() local 268 (void *)(uintptr_t)outputChannelMask); in main()
|