Home
last modified time | relevance | path

Searched defs:low (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()
40 int low = CameraProfile.getJpegEncodingQualityParameter(CameraProfile.QUALITY_LOW); in testGetImageEncodingQualityParameter() local
49 int low = CameraProfile.getJpegEncodingQualityParameter(id, CameraProfile.QUALITY_LOW); in testGetWithId() local
DCamcorderProfileTest.java180 CamcorderProfile low, in checkSpecificProfiles()