Home
last modified time | relevance | path

Searched defs:outputChannelMask (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/av/media/libaudioprocessing/
H A DBufferProviders.cpp145 audio_channel_mask_t outputChannelMask, audio_format_t format, in DownmixerBufferProvider()
343 audio_channel_mask_t outputChannelMask, audio_format_t format, in RemixBufferProvider()
370 audio_channel_mask_t outputChannelMask, audio_format_t format, in ChannelMixBufferProvider()
/aosp_15_r20/system/media/audio_utils/tests/
H A Dchannelmix_tests.cpp156 void testBalance(audio_channel_mask_t outputChannelMask, in testBalance()
347 const audio_channel_mask_t outputChannelMask = kOutputChannelMasks[out_index]; in __anonf37717750102() local
/aosp_15_r20/system/media/audio_utils/
H A DChannelMix.cpp153 bool IChannelMix::isOutputChannelMaskSupported(audio_channel_mask_t outputChannelMask) { in isOutputChannelMaskSupported()
/aosp_15_r20/frameworks/av/media/libaudioprocessing/tests/
H A Dtest-mixer.cpp218 const audio_channel_mask_t outputChannelMask = in main() local
/aosp_15_r20/frameworks/av/media/libaudioprocessing/include/media/
H A DBufferProviders.h145 static bool isOutputChannelMaskSupported(audio_channel_mask_t outputChannelMask) { in isOutputChannelMaskSupported()