Home
last modified time | relevance | path

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

/device/google/cuttlefish_vmm/x86_64-linux-gnu/
Dbuilder_image.txt1 sourceImage: https://www.googleapis.com/compute/v1/projects/cloud-android-testing/global/images/jem…
/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/
DSensor.cpp562 android_depth_points *cloud = reinterpret_cast<android_depth_points *>(img); in captureDepthCloud() local
564 cloud->num_points = 16; in captureDepthCloud()
580 cloud->xyzc_points[i * FLOATS_PER_POINT + 0] = x - 1.5f + randSampleX; in captureDepthCloud()
581 cloud->xyzc_points[i * FLOATS_PER_POINT + 1] = y - 1.5f + randSampleY; in captureDepthCloud()
582 cloud->xyzc_points[i * FLOATS_PER_POINT + 2] = 3.f + randSampleZ; in captureDepthCloud()
583 cloud->xyzc_points[i * FLOATS_PER_POINT + 3] = 0.8f; in captureDepthCloud()
/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp602 android_depth_points *cloud = reinterpret_cast<android_depth_points*>(img); in captureDepthCloud() local
604 cloud->num_points = 16; in captureDepthCloud()
620 cloud->xyzc_points[i * FLOATS_PER_POINT + 0] = x - 1.5f + randSampleX; in captureDepthCloud()
621 cloud->xyzc_points[i * FLOATS_PER_POINT + 1] = y - 1.5f + randSampleY; in captureDepthCloud()
622 cloud->xyzc_points[i * FLOATS_PER_POINT + 2] = 3.f + randSampleZ; in captureDepthCloud()
623 cloud->xyzc_points[i * FLOATS_PER_POINT + 3] = 0.8f; in captureDepthCloud()
/device/google/cuttlefish/tools/
Dcreate_base_image_hostlib.sh27 DEFINE_string source_image_project debian-cloud \
/device/google/cuttlefish_vmm/
Drebuild.sh39 DEFINE_string gce_source_image_project debian-cloud "Project holding the base image" "m"