Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/
DSensor.cpp410 float noiseSample = std::rand() * (2.5 / (1.0 + RAND_MAX)) - 1.25; in captureRaw() local
413 rawCount += noiseStddev * noiseSample; in captureRaw()
/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp421 float noiseSample = std::rand() * (2.5 / (1.0 + RAND_MAX)) - 1.25; in captureRaw() local
424 rawCount += noiseStddev * noiseSample; in captureRaw()