Searched refs:framesA (Results 1 – 1 of 1) sorted by relevance
614 int framesA = 0; in testStep() local620 framesA = decoder.queueInputBufferRange( in testStep()626 if (framesA < 0) { in testStep()627 warn("received unexpected EOS, received " + (-framesA) + " frames"); in testStep()646 int decodedFrames = Math.abs(framesA) + Math.abs(framesB); in testStep()