Home
last modified time | relevance | path

Searched refs:numBytesSubmitted (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DEncoderTest.java197 int numBytesSubmitted = 0; in testEncoder() local
208 if (numBytesSubmitted >= kNumInputBytes) { in testEncoder()
225 numBytesSubmitted += size; in testEncoder()
260 Log.d(TAG, "queued a total of " + numBytesSubmitted + "bytes, " in testEncoder()
270 float actualRatio = (float)numBytesDequeued / (float)numBytesSubmitted; in testEncoder()
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
DVideoEncoderDecoderTest.java620 int numBytesSubmitted = 0; in runEncoder() local
652 numBytesSubmitted += size; in runEncoder()
696 Log.d(TAG, "queued a total of " + numBytesSubmitted + "bytes, " in runEncoder()