Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioMixerBase.cpp52 static constexpr int BLOCKSIZE = 16; variable
1059 int32_t outTemp[BLOCKSIZE * MAX_NUM_CHANNELS] __attribute__((aligned(32))); in process__genericNoResampling()
1078 const size_t frameCount = std::min((size_t)BLOCKSIZE, mFrameCount - numFrames); in process__genericNoResampling()