Home
last modified time | relevance | path

Searched refs:tonemapCurvePoints (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedFakeCamera3.cpp1257 static const int32_t tonemapCurvePoints = 128; in constructStaticInfo() local
1258 ADD_STATIC_ENTRY(ANDROID_TONEMAP_MAX_CURVE_POINTS, &tonemapCurvePoints, 1); in constructStaticInfo()
DEmulatedFakeCamera2.cpp2116 static const int32_t tonemapCurvePoints = 128; in constructStaticInfo() local
2117 ADD_OR_SIZE(ANDROID_TONEMAP_MAX_CURVE_POINTS, &tonemapCurvePoints, 1); in constructStaticInfo()
/device/generic/goldfish/camera/
DEmulatedFakeCamera2.cpp2164 static const int32_t tonemapCurvePoints = 128; in constructStaticInfo() local
2165 ADD_OR_SIZE(ANDROID_TONEMAP_MAX_CURVE_POINTS, &tonemapCurvePoints, 1); in constructStaticInfo()
DEmulatedFakeCamera3.cpp1352 static const int32_t tonemapCurvePoints = 128; in constructStaticInfo() local
1353 ADD_STATIC_ENTRY(ANDROID_TONEMAP_MAX_CURVE_POINTS, &tonemapCurvePoints, 1); in constructStaticInfo()