Searched refs:FPS_TOLERANCE_FACTOR (Results 1 – 4 of 4) sorted by relevance
46 static final double FPS_TOLERANCE_FACTOR = 0.95; field in MultiCodecPerfTestBase140 mMaxFrameRate = minOfMaxFrameRates * FPS_TOLERANCE_FACTOR; in checkAndGetMaxSupportedInstancesFor720p()
128 Math.min(mOperatingRateExpected * FPS_TOLERANCE_FACTOR, maxExpectedFps); in testPerformanceOfHardwareVideoDecoders()
117 Math.min(mOperatingRateExpected * FPS_TOLERANCE_FACTOR, maxExpectedFps); in testPerformanceOfHardwareVideoEncoders()
51 static final double FPS_TOLERANCE_FACTOR; field in CodecPerformanceTestBase97 FPS_TOLERANCE_FACTOR = DEVICE_INITIAL_SDK <= Build.VERSION_CODES.R ? 0.67 : 0.95;