Searched refs:mRsmpInFramesP2 (Results 1 – 2 of 2) sorted by relevance
5316 int32_t rear = mRsmpInRear & (mRsmpInFramesP2 - 1); in threadLoop()5355 size_t part1 = mRsmpInFramesP2 - rear; in threadLoop()5357 memcpy(mRsmpInBuffer, &mRsmpInBuffer[mRsmpInFramesP2 * mChannelCount], in threadLoop()5418 front &= mRsmpInFramesP2 - 1; in threadLoop()5419 size_t part1 = mRsmpInFramesP2 - front; in threadLoop()6017 front &= recordThread->mRsmpInFramesP2 - 1; in getNextBuffer()6018 size_t part1 = recordThread->mRsmpInFramesP2 - front; in getNextBuffer()6228 mRsmpInFramesP2 = roundup(mRsmpInFrames); in readInputParameters_l()6239 mRsmpInBuffer = new int16_t[(mRsmpInFramesP2 + mFrameCount - 1) * mChannelCount]; in readInputParameters_l()
1159 size_t mRsmpInFramesP2;// size rounded up to a power-of-2 variable