Searched refs:curves (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/keymaster/3.0/ |
D | types.hal | 216 * Supported EC curves, used in ECDSA
|
D | IKeymasterDevice.hal | 33 * with the NIST curves (P-224, P-256, P-384, and P-521). CDD requires that all
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | cam_types.h | 2694 cam_tonemap_curve_t curves[3]; member
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 1234 EcCurve curves[] = {EcCurve::P_224, EcCurve::P_256, EcCurve::P_384, EcCurve::P_521}; in TEST_F() local 1235 for (auto curve : curves) { in TEST_F()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 7627 &tonemap->curves[0].tonemap_points[0][0], in translateFromHalMetadata() 7631 &tonemap->curves[1].tonemap_points[0][0], in translateFromHalMetadata() 7635 &tonemap->curves[2].tonemap_points[0][0], in translateFromHalMetadata() 12924 tonemapCurves.curves[0] = tonemapCurveGreen; in translateFwkMetadataToHalMetadata() 12936 tonemapCurves.curves[1] = tonemapCurveBlue; in translateFwkMetadataToHalMetadata() 12948 tonemapCurves.curves[2] = tonemapCurveRed; in translateFwkMetadataToHalMetadata()
|