Home | History | Annotate | Download | only in camera

Lines Matching refs:tonemapCurve

527         static const float tonemapCurve[4] = {
531 settings.update(ANDROID_TONEMAP_CURVE_RED, tonemapCurve, 4);
532 settings.update(ANDROID_TONEMAP_CURVE_GREEN, tonemapCurve, 4);
533 settings.update(ANDROID_TONEMAP_CURVE_BLUE, tonemapCurve, 4);