Searched refs:framesB (Results 1 – 1 of 1) sorted by relevance
667 int framesB = 0; in testStep() local685 framesB = decoder.queueInputBufferRange( in testStep()692 if (framesB >= 0) { in testStep()693 warn("did not receive EOS, received " + (-framesB) + " frames"); in testStep()698 int decodedFrames = Math.abs(framesA) + Math.abs(framesB); in testStep()