OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tonemapCurve
(Results
1 - 3
of
3
) sorted by null
/hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp
813
static const float
tonemapCurve
[4] = {
817
ADD_OR_SIZE(ANDROID_TONEMAP_CURVE_RED,
tonemapCurve
, 32); // sungjoong
818
ADD_OR_SIZE(ANDROID_TONEMAP_CURVE_GREEN,
tonemapCurve
, 32);
819
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 286 milliseconds