Home
last modified time | relevance | path

Searched refs:maxExpectedFps (Results 1 – 2 of 2) sorted by relevance

/cts/tests/video/src/android/video/cts/
DCodecDecoderPerformanceTest.java126 int maxExpectedFps = getMaxExpectedFps(mWidth, mHeight); in testPerformanceOfHardwareVideoDecoders() local
128 Math.min(mOperatingRateExpected * FPS_TOLERANCE_FACTOR, maxExpectedFps); in testPerformanceOfHardwareVideoDecoders()
DCodecEncoderPerformanceTest.java115 int maxExpectedFps = getMaxExpectedFps(mWidth, mHeight); in testPerformanceOfHardwareVideoEncoders() local
117 Math.min(mOperatingRateExpected * FPS_TOLERANCE_FACTOR, maxExpectedFps); in testPerformanceOfHardwareVideoEncoders()