Home
last modified time | relevance | path

Searched refs:grZ (Results 1 – 5 of 5) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.h59 float grZ, float gbX, float gbY, float gbZ, float bX,
DEmulatedSensor.h107 float grZ = 0.0415f; member
DEmulatedScene.cpp175 float grY, float grZ, float gbX, float gbY, in SetColorFilterXYZ() argument
182 filter_gr_[2] = grZ; in SetColorFilterXYZ()
DEmulatedSensor.cpp571 device_chars->second.color_filter.grZ, in threadLoop()
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DHWLUtils.cpp161 sensor_chars->color_filter.grZ = RAT_TO_FLOAT(entry.data.r[5]); in GetSensorCharacteristics()