Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.h58 void SetColorFilterXYZ(float rX, float rY, float rZ, float grX, float grY,
DEmulatedSensor.h105 float grX = -0.9689f; member
DEmulatedScene.cpp174 void EmulatedScene::SetColorFilterXYZ(float rX, float rY, float rZ, float grX, in SetColorFilterXYZ() argument
180 filter_gr_[0] = grX; in SetColorFilterXYZ()
DEmulatedSensor.cpp709 device_chars->second.color_filter.grX, in threadLoop()
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DHWLUtils.cpp152 sensor_chars->color_filter.grX = RAT_TO_FLOAT(entry.data.r[3]); in GetSensorCharacteristics()