Home
last modified time | relevance | path

Searched refs:bX (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.h111 float bX = 0.0557f; member
DEmulatedScene.cpp176 float gbZ, float bX, float bY, float bZ) { in SetColorFilterXYZ() argument
186 filter_b_[0] = bX; in SetColorFilterXYZ()
DEmulatedSensor.cpp715 device_chars->second.color_filter.bX, in threadLoop()
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DHWLUtils.cpp158 sensor_chars->color_filter.bX = RAT_TO_FLOAT(entry.data.r[6]); in GetSensorCharacteristics()