Searched refs:numBytesDequeued (Results 1 – 2 of 2) sorted by relevance
400 int numBytesDequeued = 0; in testEncoder() local457 numBytesDequeued += info.size; in testEncoder()474 + "dequeued " + numBytesDequeued + " bytes."); in testEncoder()478 float actualRatio = (float)numBytesDequeued / (float)numBytesSubmitted; in testEncoder()
913 int numBytesDequeued = 0; in runEncoder() local971 numBytesDequeued += info.size; in runEncoder()992 + "dequeued " + numBytesDequeued + " bytes."); in runEncoder()1005 (int)(numBytesDequeued * 8. * format.getInteger(MediaFormat.KEY_FRAME_RATE) in runEncoder()