Searched refs:curves (Results 1 – 3 of 3) sorted by relevance
/cts/apps/CameraITS/tests/scene1/ |
D | test_capture_result.py | 179 curves = [cap_res["android.tonemap.curve"]["red"], 193 print "Tonemap:", curves[0][1::16] 220 for c in curves:
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | ItsSerializer.java | 715 float[][] curves = new float[3][]; in deserialize() local 718 curves[ch] = new float[ja.length()]; in deserialize() 720 Array.set(curves[ch], i, (float)ja.getDouble(i)); in deserialize() 723 val = new TonemapCurve(curves[0], curves[1], curves[2]); in deserialize()
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | KeyAttestationTest.java | 147 String[] curves = { in testEcAttestation() local 162 for (int curveIndex = 0; curveIndex < curves.length; ++curveIndex) { in testEcAttestation() 168 curves[curveIndex], keySizes[curveIndex], purposes[purposeIndex]); in testEcAttestation() 171 curves[curveIndex], keySizes[curveIndex], purposes[purposeIndex]); in testEcAttestation()
|