Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioMixer.cpp268 const uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mixerChannelMask); in setChannelMasks() local
269 const bool mixerChannelCountChanged = track.mMixerChannelCount != mixerChannelCount; in setChannelMasks()
273 && mixerChannelCount); in setChannelMasks()
277 track.mMixerChannelCount = mixerChannelCount; in setChannelMasks()