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

  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 52 const uint32_t Sensor::kMaxRawValue = 4000;
64 const float Sensor::kBaseGainFactor = (float)Sensor::kMaxRawValue /
411 rawCount = (rawCount < kMaxRawValue) ? rawCount : kMaxRawValue;
434 int scale64x = 64 * totalGain * 255 / kMaxRawValue;
464 int scale64x = 64 * totalGain * 255 / kMaxRawValue;
494 const int scale64x = 64 * totalGain * 255 / kMaxRawValue;
551 int scale64x = 64 * totalGain * 8191 / kMaxRawValue;
Sensor.h 172 static const uint32_t kMaxRawValue;
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp     [all...]
EmulatedFakeCamera3.cpp     [all...]

Completed in 71 milliseconds