Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/alsa/
DUtils.h68 unsigned int getChannelCountFromChannelMask(
DUtils.cpp272 unsigned int getChannelCountFromChannelMask(const AudioChannelLayout& channelMask, bool isInput) { in getChannelCountFromChannelMask() function
339 config.channels = alsa::getChannelCountFromChannelMask(context.getChannelLayout(), isInput); in getPcmConfig()