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

  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 418 uint16_t rawCount = electronCount * totalGain;
419 rawCount = (rawCount < kMaxRawValue) ? rawCount : kMaxRawValue;
428 rawCount += kBlackLevel;
429 rawCount += noiseStddev * noiseSample;
431 *px++ = rawCount;
  /external/skia/src/core/
SkStream.cpp 697 size_t read(void* buffer, size_t rawCount) override {
698 size_t count = rawCount;

Completed in 65 milliseconds