Searched refs:MIN_MS_PER_FRAME (Results 1 – 1 of 1) sorted by relevance
139 public static final long MIN_MS_PER_FRAME = TimeUnit.SECONDS.toMillis(1) / 5; // 5 FPS field in DecodeAccuracyTestBase.SimplePlayer187 … Math.max(MIN_MS_PER_FRAME, msPerFrameCap) * numOfTotalFrames + STARTUP_ALLOW_MS; in decodeVideoFrames()