Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/
DSensor.cpp545 uint32_t depthCount; in captureDepth() local
549 depthCount = pixel[Scene::Gr] * scale64x; in captureDepth()
551 *px++ = depthCount < 8191 * 64 ? depthCount / 64 : 0; in captureDepth()
/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp583 uint32_t depthCount; in captureDepth() local
591 depthCount = pixel[Scene::Gr] * scale64x; in captureDepth()
592 *px++ = depthCount < 8191*64 ? depthCount / 64 : 0; in captureDepth()