Home
last modified time | relevance | path

Searched defs:high (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DCameraProfileTest.java31 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
DCamcorderProfileTest.java181 CamcorderProfile high, in checkSpecificProfiles()