Home
last modified time | relevance | path

Searched refs:grY (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/
DScene.h43 void setColorFilterXYZ(float rX, float rY, float rZ, float grX, float grY,
DScene.cpp116 float grY, float grZ, float gbX, float gbY, in setColorFilterXYZ() argument
122 mFilterGr[1] = grY; in setColorFilterXYZ()
/device/generic/goldfish/camera/fake-pipeline2/
DScene.h47 float grX, float grY, float grZ,
DScene.cpp118 float grX, float grY, float grZ, in setColorFilterXYZ() argument
122 mFilterGr[0] = grX; mFilterGr[1] = grY; mFilterGr[2] = grZ; in setColorFilterXYZ()