Searched refs:startFrames (Results 1 – 1 of 1) sorted by relevance
1730 uint32_t startFrames = (mFrameCount - frames); in write() local1732 pInBuffer->mBuffer = new int16_t[startFrames * channelCount]; in write()1733 pInBuffer->frameCount = startFrames; in write()1735 memset(pInBuffer->raw, 0, startFrames * channelCount * sizeof(int16_t)); in write()