Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp4404 void *effectBuffer = (mType == SPATIALIZER) ? mPostSpatializerBuffer : mEffectBuffer; in threadLoop() local
4406 mono_blend(effectBuffer, mEffectBufferFormat, mChannelCount, mNormalFrameCount, in threadLoop()
4415 mBalance.process((float *)effectBuffer, mNormalFrameCount); in threadLoop()
4442 static_cast<const float*>(effectBuffer), in threadLoop()
4446 effectBuffer, mEffectBufferFormat, framesToCopy); in threadLoop()