Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioMixer.cpp92 const uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mixerChannelMask); in setChannelMasks() local
99 && mixerChannelCount); in setChannelMasks()
103 track->mMixerChannelCount = mixerChannelCount; in setChannelMasks()
DAudioMixerBase.cpp172 const uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mixerChannelMask); in setChannelMasks() local
174 ALOG_ASSERT(trackChannelCount && mixerChannelCount); in setChannelMasks()
178 track->mMixerChannelCount = mixerChannelCount; in setChannelMasks()