Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp4031 void *effectBuffer = (mType == SPATIALIZER) ? mPostSpatializerBuffer : mEffectBuffer; in threadLoop() local
4033 mono_blend(effectBuffer, mEffectBufferFormat, mChannelCount, mNormalFrameCount, in threadLoop()
4042 mBalance.process((float *)effectBuffer, mNormalFrameCount); in threadLoop()
4063 memcpy_by_audio_format(mSinkBuffer, mFormat, effectBuffer, mEffectBufferFormat, in threadLoop()