Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp413 float noiseSample = std::rand() * (2.5 / (1.0 + RAND_MAX)) - 1.25; in captureRaw() local
416 rawCount += noiseStddev * noiseSample; in captureRaw()