Searched refs:currentQueueSize (Results 1 – 2 of 2) sorted by relevance
602 int currentQueueSize = mediaChunks.size(); in reevaluateBuffer() local604 if (currentQueueSize <= preferredQueueSize) { in reevaluateBuffer()608 int newQueueSize = currentQueueSize; in reevaluateBuffer()609 for (int i = preferredQueueSize; i < currentQueueSize; i++) { in reevaluateBuffer()615 if (newQueueSize == currentQueueSize) { in reevaluateBuffer()
126 static jint currentQueueSize = 0; variable169 while (size + currentQueueSize > maxQueueSize) { in enqueueCommand()177 currentQueueSize += size; in enqueueCommand()255 currentQueueSize -= size; in dequeueCommand()