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.java353 int numBytesSubmitted = 0; in testEncoder() local
365 (long)numBytesSubmitted * 1000000 / (2 * channelCount * sampleRate); in testEncoder()
366 if (numBytesSubmitted >= kNumInputBytes) { in testEncoder()
383 numBytesSubmitted += size; in testEncoder()
428 Log.d(TAG, "queued a total of " + numBytesSubmitted + "bytes, " in testEncoder()
433 float actualRatio = (float)numBytesDequeued / (float)numBytesSubmitted; in testEncoder()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java938 int numBytesSubmitted = 0; in runEncoder() local
973 numBytesSubmitted += size; in runEncoder()
1017 Log.d(TAG, "queued a total of " + numBytesSubmitted + "bytes, " in runEncoder()