Home
last modified time | relevance | path

Searched refs:high (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DCameraProfileTest.java34 private void checkQuality(int low, int mid, int high) { in checkQuality() argument
35 Log.v(TAG, "low = " + low + ", mid = " + mid + ", high = " + high); in checkQuality()
38 assertTrue(high >= 0 && high <= 100); in checkQuality()
39 assertTrue(low <= mid && mid <= high); in checkQuality()
45 int high = CameraProfile.getJpegEncodingQualityParameter(CameraProfile.QUALITY_HIGH); in testGetImageEncodingQualityParameter() local
46 checkQuality(low, mid, high); in testGetImageEncodingQualityParameter()
54 … int high = CameraProfile.getJpegEncodingQualityParameter(id, CameraProfile.QUALITY_HIGH); in testGetWithId() local
55 checkQuality(low, mid, high); in testGetWithId()
DCamcorderProfileTest.java369 CamcorderProfile high, in checkSpecificProfiles() argument
375 if (low == null && high == null) { in checkSpecificProfiles()
413 assertProfileEquals(high, maxProfile); in checkSpecificProfiles()
/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DColorUtils.java60 private static float constrain(float amount, float low, float high) { in constrain() argument
61 return amount < low ? low : (amount > high ? high : amount); in constrain()
DCam.java389 float high = chroma; in getInt()
399 while (Math.abs(low - high) >= CHROMA_SEARCH_ENDPOINT) { in getInt()
414 mid = low + (high - low) / 2.0f; in getInt()
421 high = mid; in getInt()
428 mid = low + (high - low) / 2.0f; in getInt()
448 float high = 100.0f; in findCamByJ() local
454 while (Math.abs(low - high) > LIGHTNESS_SEARCH_ENDPOINT) { in findCamByJ()
455 mid = low + (high - low) / 2; in findCamByJ()
494 high = mid; in findCamByJ()
/cts/apps/CtsVerifier/jni/verifier/
Dcom_android_cts_verifier_camera_StatsImage.cpp85 int high = *(pbuf + pixelSubIndex); in getPixelValue() local
86 pixelValue = (high << 2) | low; in getPixelValue()
101 int high = *(pbuf + 1); in getPixelValue() local
102 pixelValue = (high << 8) | low; in getPixelValue()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DAssertHelpers.java112 public static void assertInRange(float value, float low, float high) {
118 value, high),
119 value <= high);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DMotionIndicatorView.java339 RangeCoveredRegister(int low, int high, int step) { in RangeCoveredRegister() argument
343 mHigh = high; in RangeCoveredRegister()
373 public boolean isRangeCovered(int low, int high) { in isRangeCovered() argument
376 int iHigh = Math.min((high - mLow) / mStep, mCovered.length - 1); in isRangeCovered()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/rrlp_components/
DMpathIndic.java41 high(3), enumConstant
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DFloatyUnitTest.java473 private void validateRoundToFloat16(double argument, double low, double high) { in validateRoundToFloat16() argument
475 double[] expected = new double[]{low, high}; in validateRoundToFloat16()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java1374 private static double clamp(double low, double high, double value) { in clamp() argument
1375 return Math.max(low, Math.min(high, value)); in clamp()
/cts/tests/tests/text/src/android/text/format/cts/
DTimeTest.java3086 ZoneOffsetTransition high; in calculateToMillisTestTimes() local
3087 while ((high = rules.nextTransition(low.getInstant())) != null) { in calculateToMillisTestTimes()
3088 Instant highTime = high.getInstant(); in calculateToMillisTestTimes()
3103 low = high; in calculateToMillisTestTimes()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...