Searched refs:rawCount (Results 1 – 1 of 1) sorted by relevance
405 uint16_t rawCount = electronCount * totalGain; in captureRaw() local406 rawCount = (rawCount < kMaxRawValue) ? rawCount : kMaxRawValue; in captureRaw()415 rawCount += kBlackLevel; in captureRaw()416 rawCount += noiseStddev * noiseSample; in captureRaw()418 *px++ = rawCount; in captureRaw()