Home
last modified time | relevance | path

Searched refs:reported (Results 1 – 7 of 7) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaPerfUtils.java78 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/
DVideoCodecClaimsPerformanceTestBase.java114 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/
DREADME.md2 the error reported to the expected failure format.
/cts/tests/mediapc/src/android/mediapc/cts/
DVideoCodecRequirementsTest.java285 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/
DREADME.md179 The test results are then processed and reported creating a file
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto233 // The value reported from UserManager.getMaxSupportedUsers
/cts/tests/mediapc/requirements/
Drequirements.txtpb2080 …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…