Home
last modified time | relevance | path

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

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