Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/
DSensor.cpp571 float randSampleX = std::rand() * (2.5f / (1.0f + RAND_MAX)) - 1.25f; in captureDepthCloud() local
572 randSampleX *= JITTER_STDDEV; in captureDepthCloud()
580 cloud->xyzc_points[i * FLOATS_PER_POINT + 0] = x - 1.5f + randSampleX; in captureDepthCloud()
/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp611 float randSampleX = std::rand() * (2.5f / (1.0f + RAND_MAX)) - 1.25f; in captureDepthCloud() local
612 randSampleX *= JITTER_STDDEV; in captureDepthCloud()
620 cloud->xyzc_points[i * FLOATS_PER_POINT + 0] = x - 1.5f + randSampleX; in captureDepthCloud()