Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp4709 int8_t *curBuf = (int8_t *)mSinkBuffer; in threadLoop_mix() local
4716 memset(curBuf, 0, frameCount * mFrameSize); in threadLoop_mix()
4719 memcpy(curBuf, buffer.raw, buffer.frameCount * mFrameSize); in threadLoop_mix()
4721 curBuf += buffer.frameCount * mFrameSize; in threadLoop_mix()
4724 mCurrentWriteLength = curBuf - (int8_t *)mSinkBuffer; in threadLoop_mix()