Home
last modified time | relevance | path

Searched refs:kFixedBitPrecision (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h269 static const int32_t kFixedBitPrecision; variable
DEmulatedSensor.cpp101 const int32_t EmulatedSensor::kFixedBitPrecision = 64; // 6-bit member in android::EmulatedSensor
103 const int32_t EmulatedSensor::kSaturationPoint = kFixedBitPrecision * 255;
1002 kFixedBitPrecision * total_gain * 255 / chars.max_raw_value; in CaptureYUV420()