Searched refs:FPS_TOLERANCE_FACTOR (Results 1 – 4 of 4) sorted by relevance
132 Math.min(mOperatingRateExpected * FPS_TOLERANCE_FACTOR, maxExpectedFps); in testPerformanceOfHardwareVideoDecoders()
136 double fpsToleranceFactor = FPS_TOLERANCE_FACTOR; in testPerformanceOfHardwareVideoEncoders()
53 static final double FPS_TOLERANCE_FACTOR; field in CodecPerformanceTestBase107 FPS_TOLERANCE_FACTOR = VNDK_VERSION <= Build.VERSION_CODES.R ? 0.67 : 0.95;
198 private static final double FPS_TOLERANCE_FACTOR = 0.95; field in PerformanceClassEvaluator.ConcurrentCodecRequirement199 private static final double FPS_30_TOLERANCE = 30.0 * FPS_TOLERANCE_FACTOR;