Home
last modified time | relevance | path

Searched refs:gbZ (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.h110 float gbZ = 0.0415f; member
DEmulatedScene.cpp176 float gbZ, float bX, float bY, float bZ) { in SetColorFilterXYZ() argument
185 filter_gb_[2] = gbZ; in SetColorFilterXYZ()
DEmulatedSensor.cpp714 device_chars->second.color_filter.gbZ, in threadLoop()
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DHWLUtils.cpp157 sensor_chars->color_filter.gbZ = RAT_TO_FLOAT(entry.data.r[5]); in GetSensorCharacteristics()