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.java365 int numBytesSubmitted = 0; in testEncoder() local
377 (long)numBytesSubmitted * 1000000 / (2 * channelCount * sampleRate); in testEncoder()
378 if (numBytesSubmitted >= kNumInputBytes) { in testEncoder()
395 numBytesSubmitted += size; in testEncoder()
440 Log.d(TAG, "queued a total of " + numBytesSubmitted + "bytes, " in testEncoder()
445 float actualRatio = (float)numBytesDequeued / (float)numBytesSubmitted; in testEncoder()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java648 int numBytesSubmitted = 0; in runEncoder() local
683 numBytesSubmitted += size; in runEncoder()
727 Log.d(TAG, "queued a total of " + numBytesSubmitted + "bytes, " in runEncoder()