Home
last modified time | relevance | path

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

/cts/tests/tests/media/encoder/src/android/media/encoder/cts/
DEncoderTest.java362 int numBytesSubmitted = 0; in testEncoder() local
374 (long)numBytesSubmitted * 1000000 / (2 * channelCount * sampleRate); in testEncoder()
375 if (numBytesSubmitted >= kNumInputBytes) { in testEncoder()
392 numBytesSubmitted += size; in testEncoder()
437 Log.d(TAG, "queued a total of " + numBytesSubmitted + "bytes, " in testEncoder()
442 float actualRatio = (float)numBytesDequeued / (float)numBytesSubmitted; in testEncoder()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java647 int numBytesSubmitted = 0; in runEncoder() local
682 numBytesSubmitted += size; in runEncoder()
726 Log.d(TAG, "queued a total of " + numBytesSubmitted + "bytes, " in runEncoder()