Home
last modified time | relevance | path

Searched refs:gbX (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.h108 float gbX = -0.9689f; member
DEmulatedScene.cpp175 float grY, float grZ, float gbX, float gbY, in SetColorFilterXYZ() argument
183 filter_gb_[0] = gbX; in SetColorFilterXYZ()
DEmulatedSensor.cpp712 device_chars->second.color_filter.gbX, in threadLoop()
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DHWLUtils.cpp155 sensor_chars->color_filter.gbX = RAT_TO_FLOAT(entry.data.r[3]); in GetSensorCharacteristics()