Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DGraphicsStatsValidationTest.java176 int totalFrames = 0;
179 totalFrames += bucket.getFrameCount();
182 return totalFrames;
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java782 String encoderName, MediaFormat format, int totalFrames, int runId) { in runEncoder() argument
820 if (inFramesCount < totalFrames) { in runEncoder()
825 boolean eos = (inFramesCount == totalFrames - 1 in runEncoder()