Home
last modified time | relevance | path

Searched refs:isOutputChannelMaskSupported (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libaudioprocessing/include/media/
DBufferProviders.h145 static bool isOutputChannelMaskSupported(audio_channel_mask_t outputChannelMask) { in isOutputChannelMaskSupported() function
146 return audio_utils::channels::IChannelMix::isOutputChannelMaskSupported( in isOutputChannelMaskSupported()
/frameworks/av/media/libaudioprocessing/
DAudioMixer.cpp196 && ChannelMixBufferProvider::isOutputChannelMaskSupported(mMixerChannelMask) in prepareForDownmix()