Searched refs:framesA (Results 1 – 1 of 1) sorted by relevance
668 int framesA = 0; in testStep() local674 framesA = decoder.queueInputBufferRange( in testStep()680 if (framesA < 0) { in testStep()681 warn("received unexpected EOS, received " + (-framesA) + " frames"); in testStep()701 int decodedFrames = Math.abs(framesA) + Math.abs(framesB); in testStep()