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