Home
last modified time | relevance | path

Searched refs:curve (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DEcKeyGenPerformanceTest.java30 for (int curve : SUPPORTED_CURVES) { in testEcKeyGen()
33 new AndroidKeystoreEcKeyGenerator("EC", curve), curve), in testEcKeyGen()
35 new DefaultKeystoreEcKeyGenerator("EC", curve), curve)); in testEcKeyGen()
55 DefaultKeystoreEcKeyGenerator(String algorithm, int curve) throws Exception { in DefaultKeystoreEcKeyGenerator() argument
57 getKeyPairGenerator().initialize(curve); in DefaultKeystoreEcKeyGenerator()
DAttestationPerformanceTest.java49 for (int curve : EC_CURVES) { in testEcKeyAttestation()
51 new AndroidKeystoreEcKeyGenerator("SHA1withECDSA", curve, challenge), in testEcKeyAttestation()
52 curve, in testEcKeyAttestation()
DECCurves.java115 EllipticCurve curve = new EllipticCurve(field, a, b, seed); in createNistPCurveSpec() local
118 curve, in createNistPCurveSpec()
/cts/tests/tests/display/src/android/display/cts/
DBrightnessTest.java310 Pair<float[], float[]> curve = defaultConfig.getCurve(); in testGetDefaultCurve() local
311 assertTrue(curve.first.length > 0); in testGetDefaultCurve()
312 assertEquals(curve.first.length, curve.second.length); in testGetDefaultCurve()
313 assertInRange(curve.first, 0, Float.MAX_VALUE); in testGetDefaultCurve()
314 assertInRange(curve.second, 0, Float.MAX_VALUE); in testGetDefaultCurve()
315 assertEquals(0.0, curve.first[0], 0.1); in testGetDefaultCurve()
316 assertMonotonic(curve.first, true /*strictly increasing*/, "lux"); in testGetDefaultCurve()
317 assertMonotonic(curve.second, false /*strictly increasing*/, "nits"); in testGetDefaultCurve()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
Draw_converter.rscript42 float4 toneMapCoeffs; // Coefficients for a polynomial tonemapping curve
67 // Apply gamma correction using sRGB gamma curve
81 // Apply polynomial tonemapping curve to each color channel in RGB pixel.
124 // Apply tonemapping curve to min, max RGB channel values
183 // a tonemapping curve, apply a colorspace transform to a final colorspace,
184 // and apply a gamma correction curve.
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraMetadataGetter.java373 private static Object serializeTonemapCurve(TonemapCurve curve) in serializeTonemapCurve() argument
380 int len = curve.getPointCount(ch); in serializeTonemapCurve()
382 curveArr.put(curve.getPoint(ch, i).x); in serializeTonemapCurve()
383 curveArr.put(curve.getPoint(ch, i).y); in serializeTonemapCurve()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsSerializer.java217 private static Object serializeTonemapCurve(TonemapCurve curve) in serializeTonemapCurve() argument
223 int len = curve.getPointCount(ch); in serializeTonemapCurve()
225 curveArr.put(curve.getPoint(ch,i).x); in serializeTonemapCurve()
226 curveArr.put(curve.getPoint(ch,i).y); in serializeTonemapCurve()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...