Home
last modified time | relevance | path

Searched refs:kMaxRawValue (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp55 const uint32_t Sensor::kMaxRawValue = 4000; member in android::Sensor
67 const float Sensor::kBaseGainFactor = (float)Sensor::kMaxRawValue /
419 rawCount = (rawCount < kMaxRawValue) ? rawCount : kMaxRawValue; in captureRaw()
442 int scale64x = 64 * totalGain * 255 / kMaxRawValue; in captureRGBA()
472 int scale64x = 64 * totalGain * 255 / kMaxRawValue; in captureRGB()
502 const int scale64x = 64 * totalGain * 255 / kMaxRawValue; in captureNV21()
556 int scale64x = 64 * totalGain * 8191 / kMaxRawValue; in captureDepth()
DSensor.h170 static const uint32_t kMaxRawValue; variable
/device/generic/goldfish/camera/
DEmulatedFakeCamera3.cpp1125 (int32_t*)&Sensor::kMaxRawValue, 1); in constructStaticInfo()
DEmulatedFakeCamera2.cpp2134 &Sensor::kMaxRawValue, 1); in constructStaticInfo()