Searched refs:numBytesDequeued (Results 1 – 2 of 2) sorted by relevance
367 int numBytesDequeued = 0; in testEncoder() local424 numBytesDequeued += info.size; in testEncoder()441 + "dequeued " + numBytesDequeued + " bytes."); in testEncoder()445 float actualRatio = (float)numBytesDequeued / (float)numBytesSubmitted; in testEncoder()
649 int numBytesDequeued = 0; in runEncoder() local707 numBytesDequeued += info.size; in runEncoder()728 + "dequeued " + numBytesDequeued + " bytes."); in runEncoder()741 (int)(numBytesDequeued * 8. * format.getInteger(MediaFormat.KEY_FRAME_RATE) in runEncoder()