Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCamera3.cpp1273 static const int32_t tonemapCurvePoints = 128; in constructStaticInfo() local
1274 ADD_STATIC_ENTRY(ANDROID_TONEMAP_MAX_CURVE_POINTS, &tonemapCurvePoints, 1); in constructStaticInfo()
DEmulatedFakeCamera2.cpp2136 static const int32_t tonemapCurvePoints = 128; in constructStaticInfo() local
2137 ADD_OR_SIZE(ANDROID_TONEMAP_MAX_CURVE_POINTS, &tonemapCurvePoints, 1); in constructStaticInfo()
/device/generic/goldfish/camera/
DEmulatedFakeCamera2.cpp2167 static const int32_t tonemapCurvePoints = 128; in constructStaticInfo() local
2168 ADD_OR_SIZE(ANDROID_TONEMAP_MAX_CURVE_POINTS, &tonemapCurvePoints, 1); in constructStaticInfo()
DEmulatedFakeCamera3.cpp1349 static const int32_t tonemapCurvePoints = 128; in constructStaticInfo() local
1350 ADD_STATIC_ENTRY(ANDROID_TONEMAP_MAX_CURVE_POINTS, &tonemapCurvePoints, 1); in constructStaticInfo()