Searched refs:nFrameBlocksLeft (Results 1 – 1 of 1) sorted by relevance
188 int nFrameBlocksLeft = nFrameBlocks - nFrameOffsetBlocks; in FillFrameBuffer() local189 int nBlocksThisPass = min(nFrameBlocksLeft, nBlocksLeft); in FillFrameBuffer()