Home
last modified time | relevance | path

Searched refs:curves (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CameraITS/tests/scene1_1/
Dtest_capture_result.py217 curves = [metadata['android.tonemap.curve']['red'],
220 logging.debug('Tonemap: %s', str(curves[0][1::16]))
221 for _, c in enumerate(curves):
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsSerializer.java779 float[][] curves = new float[3][]; in deserialize() local
782 curves[ch] = new float[ja.length()]; in deserialize()
784 Array.set(curves[ch], i, (float)ja.getDouble(i)); in deserialize()
787 val = new TonemapCurve(curves[0], curves[1], curves[2]); in deserialize()
/cts/hostsidetests/mediapc/videoencodingquality/bdrate/
DAndroid.bp209 Each file is read for their rate-distortion curves and then compared to return one
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java214 final String[] curves; in testEcAttestation() local
220 curves = new String[] {"secp256r1"}; in testEcAttestation()
228 curves = new String[] { in testEcAttestation()
241 for (int curveIndex = 0; curveIndex < curves.length; ++curveIndex) { in testEcAttestation()
248 curves[curveIndex], keySizes[curveIndex], in testEcAttestation()
/cts/tests/mediapc/requirements/
Drequirements.txtpb949 "rate-distortion curves for hardware AVC and HEVC codecs, as defined "
986 "rate-distortion curves for hardware AVC and HEVC codecs, as defined "