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 55 const uint32_t Sensor::kMaxRawValue = 4000;
67 const float Sensor::kBaseGainFactor = (float)Sensor::kMaxRawValue /
419 rawCount = (rawCount < kMaxRawValue) ? rawCount : kMaxRawValue;
442 int scale64x = 64 * totalGain * 255 / kMaxRawValue;
472 int scale64x = 64 * totalGain * 255 / kMaxRawValue;
502 const int scale64x = 64 * totalGain * 255 / kMaxRawValue;
556 int scale64x = 64 * totalGain * 8191 / kMaxRawValue;
Sensor.h 170 static const uint32_t kMaxRawValue;
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp     [all...]
EmulatedFakeCamera2.cpp     [all...]

Completed in 396 milliseconds