HomeSort by relevance Sort by last modified time
    Searched refs:tonemapCurve (Results 1 - 3 of 3) sorted by null

  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp 806 static const float tonemapCurve[4] = {
810 ADD_OR_SIZE(ANDROID_TONEMAP_CURVE_RED, tonemapCurve, 32); // sungjoong
811 ADD_OR_SIZE(ANDROID_TONEMAP_CURVE_GREEN, tonemapCurve, 32);
812 ADD_OR_SIZE(ANDROID_TONEMAP_CURVE_BLUE, tonemapCurve, 32);
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 581 static const float tonemapCurve[4] = {
585 settings.update(ANDROID_TONEMAP_CURVE_RED, tonemapCurve, 4);
586 settings.update(ANDROID_TONEMAP_CURVE_GREEN, tonemapCurve, 4);
587 settings.update(ANDROID_TONEMAP_CURVE_BLUE, tonemapCurve, 4);
    [all...]
EmulatedFakeCamera2.cpp     [all...]

Completed in 739 milliseconds