Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp5840 int8_t *curBuf = (int8_t *)mSinkBuffer; in threadLoop_mix() local
5849 memset(curBuf, 0, frameCount * mFrameSize); in threadLoop_mix()
5853 memcpy(curBuf, buffer.raw, buffer.frameCount * mFrameSize); in threadLoop_mix()
5855 curBuf += buffer.frameCount * mFrameSize; in threadLoop_mix()
5858 mCurrentWriteLength = curBuf - (int8_t *)mSinkBuffer; in threadLoop_mix()