Searched refs:mPostSpatializerBufferSize (Results 1 – 2 of 2) sorted by relevance
3061 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()
1137 size_t mPostSpatializerBufferSize; variable