HomeSort by relevance Sort by last modified time
    Searched refs:xyzc_points (Results 1 - 3 of 3) sorted by null

  /system/core/libsystem/include/system/
graphics.h 213 * firstPoint.x = d.xyzc_points[0];
214 * firstPoint.y = d.xyzc_points[1];
215 * firstPoint.z = d.xyzc_points[2];
216 * firstPoint.confidence = d.xyzc_points[3];
217 * lastPoint.x = d.xyzc_points[(d.num_points - 1) * 4 + 0];
218 * lastPoint.y = d.xyzc_points[(d.num_points - 1) * 4 + 1];
219 * lastPoint.z = d.xyzc_points[(d.num_points - 1) * 4 + 2];
220 * lastPoint.confidence = d.xyzc_points[(d.num_points - 1) * 4 + 3];
233 float xyzc_points[]; member in struct:android_depth_points
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 617 cloud->xyzc_points[i * FLOATS_PER_POINT + 0] = x - 1.5f + randSampleX;
618 cloud->xyzc_points[i * FLOATS_PER_POINT + 1] = y - 1.5f + randSampleY;
619 cloud->xyzc_points[i * FLOATS_PER_POINT + 2] = 3.f + randSampleZ;
620 cloud->xyzc_points[i * FLOATS_PER_POINT + 3] = 0.8f;
  /device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
Sensor.cpp 583 cloud->xyzc_points[i * FLOATS_PER_POINT + 0] = x - 1.5f + randSampleX;
584 cloud->xyzc_points[i * FLOATS_PER_POINT + 1] = y - 1.5f + randSampleY;
585 cloud->xyzc_points[i * FLOATS_PER_POINT + 2] = 3.f + randSampleZ;
586 cloud->xyzc_points[i * FLOATS_PER_POINT + 3] = 0.8f;

Completed in 117 milliseconds