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

  /device/generic/goldfish/camera/fake-pipeline2/
Scene.cpp 158 const float *prevSunXY, *nextSunXY;
170 nextSunXY = kSunsetXY;
173 nextSunXY = kDirectSunlightXY;
177 nextSunXY[0] * timeFrac;
179 nextSunXY[1] * timeFrac;
  /device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
Scene.cpp 160 const float *prevSunXY, *nextSunXY;
172 nextSunXY = kSunsetXY;
175 nextSunXY = kDirectSunlightXY;
178 currentSunXY[0] = prevSunXY[0] * (1 - timeFrac) + nextSunXY[0] * timeFrac;
179 currentSunXY[1] = prevSunXY[1] * (1 - timeFrac) + nextSunXY[1] * timeFrac;

Completed in 309 milliseconds