Home
last modified time | relevance | path

Searched refs:FPS_TOLERANCE_FACTOR (Results 1 – 4 of 4) sorted by relevance

/cts/tests/video/src/android/video/cts/
DCodecDecoderPerformanceTest.java132 Math.min(mOperatingRateExpected * FPS_TOLERANCE_FACTOR, maxExpectedFps); in testPerformanceOfHardwareVideoDecoders()
DCodecEncoderPerformanceTest.java136 double fpsToleranceFactor = FPS_TOLERANCE_FACTOR; in testPerformanceOfHardwareVideoEncoders()
DCodecPerformanceTestBase.java53 static final double FPS_TOLERANCE_FACTOR; field in CodecPerformanceTestBase
107 FPS_TOLERANCE_FACTOR = VNDK_VERSION <= Build.VERSION_CODES.R ? 0.67 : 0.95;
/cts/tests/mediapc/common/src/android/mediapc/cts/common/
DPerformanceClassEvaluator.java198 private static final double FPS_TOLERANCE_FACTOR = 0.95; field in PerformanceClassEvaluator.ConcurrentCodecRequirement
199 private static final double FPS_30_TOLERANCE = 30.0 * FPS_TOLERANCE_FACTOR;