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

  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI_Metatags.cpp 580 static const float tonemapCurve[4] = {
584 ADD_OR_SIZE(ANDROID_TONEMAP_CURVE_RED, tonemapCurve, 4);
585 ADD_OR_SIZE(ANDROID_TONEMAP_CURVE_GREEN, tonemapCurve, 4);
586 ADD_OR_SIZE(ANDROID_TONEMAP_CURVE_BLUE, tonemapCurve, 4);
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp 834 static const float tonemapCurve[4] = {
838 ADD_OR_SIZE(ANDROID_TONEMAP_CURVE_RED, tonemapCurve, 32); // sungjoong
839 ADD_OR_SIZE(ANDROID_TONEMAP_CURVE_GREEN, tonemapCurve, 32);
840 ADD_OR_SIZE(ANDROID_TONEMAP_CURVE_BLUE, tonemapCurve, 32);
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 579 static const float tonemapCurve[4] = {
583 settings.update(ANDROID_TONEMAP_CURVE_RED, tonemapCurve, 4);
584 settings.update(ANDROID_TONEMAP_CURVE_GREEN, tonemapCurve, 4);
585 settings.update(ANDROID_TONEMAP_CURVE_BLUE, tonemapCurve, 4);
    [all...]
EmulatedFakeCamera2.cpp     [all...]

Completed in 681 milliseconds