Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp3061 mPostSpatializerBufferSize = mNormalFrameCount * mChannelCount in readOutputParameters_l()
3063 (void)posix_memalign(&mPostSpatializerBuffer, 32, mPostSpatializerBufferSize); in readOutputParameters_l()
3473 isSessionSpatialized ? mEffectBufferSize : mPostSpatializerBufferSize, in addEffectChain_l()
3493 mPostSpatializerBuffer, mPostSpatializerBufferSize, &halOutBuffer); in addEffectChain_l()
5835 memset(mPostSpatializerBuffer, 0, mPostSpatializerBufferSize); in prepareTracks_l()
H A DThreads.h1137 size_t mPostSpatializerBufferSize; variable