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.java322 int numBytesSubmitted = 0; in testEncoder() local
334 (long)numBytesSubmitted * 1000000 / (2 * channelCount * sampleRate); in testEncoder()
335 if (numBytesSubmitted >= kNumInputBytes) { in testEncoder()
352 numBytesSubmitted += size; in testEncoder()
397 Log.d(TAG, "queued a total of " + numBytesSubmitted + "bytes, " in testEncoder()
402 float actualRatio = (float)numBytesDequeued / (float)numBytesSubmitted; in testEncoder()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java811 int numBytesSubmitted = 0; in runEncoder() local
846 numBytesSubmitted += size; in runEncoder()
890 Log.d(TAG, "queued a total of " + numBytesSubmitted + "bytes, " in runEncoder()