HomeSort by relevance Sort by last modified time
    Searched defs:kMaxRawValue (Results 1 - 3 of 3) sorted by null

  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.h 167 static const uint32_t kMaxRawValue;
Sensor.cpp 49 const uint32_t Sensor::kMaxRawValue = 4000;
61 const float Sensor::kBaseGainFactor = (float)Sensor::kMaxRawValue /
407 rawCount = (rawCount < kMaxRawValue) ? rawCount : kMaxRawValue;
430 int scale64x = 64 * totalGain * 255 / kMaxRawValue;
460 int scale64x = 64 * totalGain * 255 / kMaxRawValue;
489 int scale64x = 64 * totalGain * 255 / kMaxRawValue;
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp 55 static const uint32_t kMaxRawValue;
102 const uint32_t Sensor::kMaxRawValue = 4000;
461 &Sensor::kMaxRawValue, 1);

Completed in 127 milliseconds