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