Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp2070 free(mPostSpatializerBuffer); in ~PlaybackThread()
3059 free(mPostSpatializerBuffer); in readOutputParameters_l()
3060 mPostSpatializerBuffer = nullptr; in readOutputParameters_l()
3063 (void)posix_memalign(&mPostSpatializerBuffer, 32, mPostSpatializerBufferSize); in readOutputParameters_l()
3472 isSessionSpatialized ? mEffectBuffer : mPostSpatializerBuffer, in addEffectChain_l()
3493 mPostSpatializerBuffer, mPostSpatializerBufferSize, &halOutBuffer); in addEffectChain_l()
4031 void *effectBuffer = (mType == SPATIALIZER) ? mPostSpatializerBuffer : mEffectBuffer; in threadLoop()
4056 memcpy_by_audio_format((uint8_t*)mPostSpatializerBuffer + dstBufferSize, in threadLoop()
5636 AudioMixer::MAIN_BUFFER, (void *)mPostSpatializerBuffer); in prepareTracks_l()
5835 memset(mPostSpatializerBuffer, 0, mPostSpatializerBufferSize); in prepareTracks_l()
H A DThreads.h1134 void* mPostSpatializerBuffer = nullptr; variable