Searched refs:totalBuffers (Results 1 – 2 of 2) sorted by relevance
284 int totalBuffers = 0; in observe() local287 postBufferToSurface(Color.BLACK + totalBuffers); in observe()288 totalBuffers++; in observe()291 fps = totalBuffers / testDuration; in observe()
675 int totalBuffers = encoder.getOutputBuffers().length; in doTestAbruptStop() local676 if (VERBOSE) Log.d(TAG, "Total buffers: " + totalBuffers); in doTestAbruptStop()681 for (int i = 0; i < totalBuffers; i++) { in doTestAbruptStop()