Searched refs:kDirectSunIllum (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish/camera/fake-pipeline2/ |
D | Scene.cpp | 154 float sunShadeLux = sunLux * (kDaylightShadeIllum / kDirectSunIllum); in calculateScene() 217 float moonShadeLux = moonLux * (kDaylightShadeIllum / kDirectSunIllum); in calculateScene() 371 kDirectSunIllum, 372 kDirectSunIllum, 373 kDirectSunIllum, // 12:00 374 kDirectSunIllum, 375 kDirectSunIllum, 402 const float Scene::kDirectSunIllum = 100000; member in android::Scene 435 { kDirectSunlightXY[0], kDirectSunlightXY[1], kDirectSunIllum }, // SUN 436 { kNoonSkyXY[0], kNoonSkyXY[1], kDaylightShadeIllum / kDirectSunIllum }, // SKY
|
D | Scene.h | 190 static const float kDirectSunIllum; variable
|
/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/ |
D | Scene.cpp | 154 float sunShadeLux = sunLux * (kDaylightShadeIllum / kDirectSunIllum); in calculateScene() 207 float moonShadeLux = moonLux * (kDaylightShadeIllum / kDirectSunIllum); in calculateScene() 365 kDirectSunIllum, 366 kDirectSunIllum, 367 kDirectSunIllum, // 12:00 368 kDirectSunIllum, 369 kDirectSunIllum, 392 const float Scene::kDirectSunIllum = 100000; member in android::Scene 425 {kDirectSunlightXY[0], kDirectSunlightXY[1], kDirectSunIllum}, // SUN 427 kDaylightShadeIllum / kDirectSunIllum}, // SKY
|
D | Scene.h | 147 static const float kDirectSunIllum; variable
|