Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp7014 int8_t *curBuf = (int8_t *)mSinkBuffer; in threadLoop_mix() local
7023 memset(curBuf, 0, frameCount * mFrameSize); in threadLoop_mix()
7027 memcpy(curBuf, buffer.raw, buffer.frameCount * mFrameSize); in threadLoop_mix()
7029 curBuf += buffer.frameCount * mFrameSize; in threadLoop_mix()
7032 mCurrentWriteLength = curBuf - (int8_t *)mSinkBuffer; in threadLoop_mix()