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.java239 int totalFrames = 0;
242 totalFrames += bucket.getFrameCount();
245 return totalFrames;
249 int totalFrames = 0;
252 totalFrames += bucket.getFrameCount();
255 return totalFrames;
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java883 String encoderName, MediaFormat format, int totalFrames, int runId) { in runEncoder() argument
921 if (inFramesCount < totalFrames) { in runEncoder()
926 boolean eos = (inFramesCount == totalFrames - 1 in runEncoder()