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

  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI_Metatags.cpp 565 static const float tonemapCurve[4] = {
569 ADD_OR_SIZE(ANDROID_TONEMAP_CURVE_RED, tonemapCurve, 4);
570 ADD_OR_SIZE(ANDROID_TONEMAP_CURVE_GREEN, tonemapCurve, 4);
571 ADD_OR_SIZE(ANDROID_TONEMAP_CURVE_BLUE, tonemapCurve, 4);
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 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);
    [all...]
EmulatedFakeCamera2.cpp     [all...]

Completed in 273 milliseconds