Searched refs:high (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() 35 assertTrue(high >= 0 && high <= 100); in checkQuality() 36 assertTrue(low <= mid && mid <= high); in checkQuality() 42 int high = CameraProfile.getJpegEncodingQualityParameter(CameraProfile.QUALITY_HIGH); in testGetImageEncodingQualityParameter() local 43 checkQuality(low, mid, high); in testGetImageEncodingQualityParameter() 51 … int high = CameraProfile.getJpegEncodingQualityParameter(id, CameraProfile.QUALITY_HIGH); in testGetWithId() local 52 checkQuality(low, mid, high); in testGetWithId()
|
D | CamcorderProfileTest.java | 149 CamcorderProfile high, in checkSpecificProfiles() argument 183 assertProfileEquals(high, maxProfile); in checkSpecificProfiles()
|
/cts/tests/src/android/renderscript/cts/ |
D | cross_f32.rs | 5 float3 high; 9 *out = cross(in->low, in->high); 14 float4 high; 18 *out = cross(in->low, in->high);
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 112368 public static final int high
|