Searched refs:numBytesDequeued (Results 1 – 2 of 2) sorted by relevance
324 int numBytesDequeued = 0; in testEncoder() local381 numBytesDequeued += info.size; in testEncoder()398 + "dequeued " + numBytesDequeued + " bytes."); in testEncoder()402 float actualRatio = (float)numBytesDequeued / (float)numBytesSubmitted; in testEncoder()
812 int numBytesDequeued = 0; in runEncoder() local870 numBytesDequeued += info.size; in runEncoder()891 + "dequeued " + numBytesDequeued + " bytes."); in runEncoder()904 (int)(numBytesDequeued * 8. * format.getInteger(MediaFormat.KEY_FRAME_RATE) in runEncoder()