Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioprocessing/
H A 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()
H A 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()
/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp2924 uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mMixerChannelMask); in readOutputParameters_l() local
3045 mMixerBufferSize = mNormalFrameCount * mixerChannelCount in readOutputParameters_l()
3053 mEffectBufferSize = mNormalFrameCount * mixerChannelCount in readOutputParameters_l()
3941 uint32_t mixerChannelCount = mEffectBufferValid ? in threadLoop() local
3963 mNormalFrameCount * (mixerChannelCount + mHapticChannelCount)); in threadLoop()