Searched refs:lastBatchSize (Results 1 – 1 of 1) sorted by relevance
190 int lastBatchSize = depth == 0 ? 0 : frameBuffer.curBatchFrameCount(); in getNextBatchSize() local191 int nextBatchSize = batchSize(lastBatchSize); in getNextBatchSize()193 System.err.println("last batch size = " + lastBatchSize + in getNextBatchSize()