Home
last modified time | relevance | path

Searched refs:mixerChannelCount (Results 1 – 3 of 3) 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.cpp175 const uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mixerChannelMask); in setChannelMasks() local
177 ALOG_ASSERT(trackChannelCount && mixerChannelCount); in setChannelMasks()
181 track->mMixerChannelCount = mixerChannelCount; in setChannelMasks()
/frameworks/av/services/audioflinger/
DThreads.cpp3163 uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mMixerChannelMask); in readOutputParameters_l() local
3278 mMixerBufferSize = mNormalFrameCount * mixerChannelCount in readOutputParameters_l()
3286 mEffectBufferSize = mNormalFrameCount * mixerChannelCount in readOutputParameters_l()
4309 uint32_t mixerChannelCount = mEffectBufferValid ? in threadLoop() local
4336 mNormalFrameCount * (mixerChannelCount + mHapticChannelCount)); in threadLoop()