Searched refs:low (Results 1 – 4 of 4) 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() argument 32 Log.v(TAG, "low = " + low + ", mid = " + mid + ", high = " + high); in checkQuality() 33 assertTrue(low >= 0 && low <= 100); in checkQuality() 36 assertTrue(low <= mid && mid <= high); in checkQuality() 40 int low = CameraProfile.getJpegEncodingQualityParameter(CameraProfile.QUALITY_LOW); in testGetImageEncodingQualityParameter() local 43 checkQuality(low, mid, high); in testGetImageEncodingQualityParameter() 49 int low = CameraProfile.getJpegEncodingQualityParameter(id, CameraProfile.QUALITY_LOW); in testGetWithId() local 52 checkQuality(low, mid, high); in testGetWithId()
|
D | CamcorderProfileTest.java | 148 CamcorderProfile low, in checkSpecificProfiles() argument 182 assertProfileEquals(low, minProfile); in checkSpecificProfiles()
|
/cts/tests/src/android/renderscript/cts/ |
D | cross_f32.rs | 4 float3 low; 9 *out = cross(in->low, in->high); 13 float4 low; 18 *out = cross(in->low, in->high);
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 112452 public static final int low
|