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 169 static const uint32_t kMaxRawValue;
Sensor.cpp 49 const uint32_t Sensor::kMaxRawValue = 4000;
61 const float Sensor::kBaseGainFactor = (float)Sensor::kMaxRawValue /
406 rawCount = (rawCount < kMaxRawValue) ? rawCount : kMaxRawValue;
429 int scale64x = 64 * totalGain * 255 / kMaxRawValue;
459 int scale64x = 64 * totalGain * 255 / kMaxRawValue;
489 const int scale64x = 64 * totalGain * 255 / kMaxRawValue;
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp 55 static const uint32_t kMaxRawValue;
101 const uint32_t Sensor::kMaxRawValue = 4000;
462 &Sensor::kMaxRawValue, 1);

Completed in 39 milliseconds