Home
last modified time | relevance | path

Searched refs:rawCount (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp405 uint16_t rawCount = electronCount * totalGain; in captureRaw() local
406 rawCount = (rawCount < kMaxRawValue) ? rawCount : kMaxRawValue; in captureRaw()
415 rawCount += kBlackLevel; in captureRaw()
416 rawCount += noiseStddev * noiseSample; in captureRaw()
418 *px++ = rawCount; in captureRaw()