Searched defs:high (Results 1 – 5 of 5) sorted by relevance
| /cts/tests/tests/media/src/android/media/cts/ |
| D | CameraProfileTest.java | 31 private void checkQuality(int low, int mid, int high) { in checkQuality() 42 int high = CameraProfile.getJpegEncodingQualityParameter(CameraProfile.QUALITY_HIGH); in testGetImageEncodingQualityParameter() local 51 … int high = CameraProfile.getJpegEncodingQualityParameter(id, CameraProfile.QUALITY_HIGH); in testGetWithId() local
|
| D | CamcorderProfileTest.java | 196 CamcorderProfile high, in checkSpecificProfiles()
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
| D | MotionIndicatorView.java | 313 RangeCoveredRegister(int low, int high, int step) { in RangeCoveredRegister() 347 public boolean isRangeCovered(int low, int high) { in isRangeCovered()
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| D | FloatyUnitTest.java | 473 private void validateRoundToFloat16(double argument, double low, double high) { in validateRoundToFloat16()
|
| /cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
| D | RawConverter.java | 742 private static double clamp(double low, double high, double value) { in clamp()
|