Home
last modified time | relevance | path

Searched refs:expectedFrameCount (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/incident/apps/graphicsstatsapp/src/com/android/server/cts/device/graphicsstats/
DSimpleDrawFrameTests.java53 final int expectedFrameCount = initialFrames + framesToDraw.length; in runTest() local
55 Range.closedOpen(expectedFrameCount, expectedFrameCount + 5)); in runTest()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java1251 int expectedFrameCount = frameMD5Sums.size(); in verifyDecoder() local
1315 if (decodedFrameCount != expectedFrameCount) { in verifyDecoder()
/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java2151 int expectedFrameCount = (int) (expectedDurationMinMs / expectedFrameDurationMinMs); in validateRecording()
2152 ArrayList<Long> timestamps = new ArrayList<Long>(expectedFrameCount); in validateRecording()