Home
last modified time | relevance | path

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

/cts/hostsidetests/graphics/framerateoverride/app/src/com/android/cts/graphics/framerateoverride/
DFrameRateOverrideTestActivity.java284 int totalBuffers = 0; in observe() local
287 postBufferToSurface(Color.BLACK + totalBuffers); in observe()
288 totalBuffers++; in observe()
291 fps = totalBuffers / testDuration; in observe()
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecTest.java675 int totalBuffers = encoder.getOutputBuffers().length; in doTestAbruptStop() local
676 if (VERBOSE) Log.d(TAG, "Total buffers: " + totalBuffers); in doTestAbruptStop()
681 for (int i = 0; i < totalBuffers; i++) { in doTestAbruptStop()