Searched refs:expectedFrameCount (Results 1 – 3 of 3) sorted by relevance
53 final int expectedFrameCount = initialFrames + framesToDraw.length; in runTest() local55 Range.closedOpen(expectedFrameCount, expectedFrameCount + 5)); in runTest()
1251 int expectedFrameCount = frameMD5Sums.size(); in verifyDecoder() local1315 if (decodedFrameCount != expectedFrameCount) { in verifyDecoder()
2151 int expectedFrameCount = (int) (expectedDurationMinMs / expectedFrameDurationMinMs); in validateRecording()2152 ArrayList<Long> timestamps = new ArrayList<Long>(expectedFrameCount); in validateRecording()