Searched refs:reported (Results 1 – 7 of 7) sorted by relevance
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | MediaPerfUtils.java | 78 Range<Double> reported = in addPerformanceHeadersToLog() local 81 if (reported != null) { in addPerformanceHeadersToLog() 82 log.addValue("reported_low", reported.getLower(), ResultType.NEUTRAL, ResultUnit.FPS); in addPerformanceHeadersToLog() 83 log.addValue("reported_high", reported.getUpper(), ResultType.NEUTRAL, ResultUnit.FPS); in addPerformanceHeadersToLog() 84 message += " reported=" + reported.getLower() + "-" + reported.getUpper(); in addPerformanceHeadersToLog() 162 Range<Double> reported = in verifyAchievableFrameRates() local 165 if (reported == null) { in verifyAchievableFrameRates() 172 double lowerBoundary1 = reported.getLower() / tolerance; in verifyAchievableFrameRates() 173 double upperBoundary1 = reported.getUpper() * tolerance; in verifyAchievableFrameRates() 174 double lowerBoundary2 = reported.getUpper() / Math.pow(tolerance, 2); in verifyAchievableFrameRates() [all …]
|
/cts/tests/video/src/android/video/cts/ |
D | VideoCodecClaimsPerformanceTestBase.java | 114 Range<Double> reported = videoCaps.getAchievableFrameRatesFor(mWidth, mHeight); in deviceClaimsPerformanceSupported() local 115 if (reported != null && reported.getLower() >= mFps) { in deviceClaimsPerformanceSupported()
|
/cts/tests/signature/api-check/scripts/ |
D | README.md | 2 the error reported to the expected failure format.
|
/cts/tests/mediapc/src/android/mediapc/cts/ |
D | VideoCodecRequirementsTest.java | 285 Range<Double> reported = videoCaps.getAchievableFrameRatesFor(width, height); in testAV1EncoderRequirements() local 286 if (reported != null && reported.getLower() >= requiredFps) { in testAV1EncoderRequirements() 287 fps = reported.getLower(); in testAV1EncoderRequirements()
|
/cts/tests/mediapc/common/ |
D | README.md | 179 The test results are then processed and reported creating a file
|
/cts/tools/cts-api-coverage/proto/ |
D | cts_report.proto | 233 // The value reported from UserManager.getMaxSupportedUsers
|
/cts/tests/mediapc/requirements/ |
D | requirements.txtpb | 2080 …description: "Minimum memory available to the kernel as reported by android.app.ActivityManager.Me… 2084 …description: "Physical memory in MiB as reported by android.app.ActivityManager.MemeryInfo.totalMe… 2106 …description: "Minimum memory available to the kernel as reported by android.app.ActivityManager.Me… 2110 …description: "Physical memory in MiB as reported by android.app.ActivityManager.MemeryInfo.totalMe… 2158 …GB of physical memory, with at least 6.64 GB available to the kernel as reported by android.app.Ac…
|