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

  /system/core/include/system/
graphics.h 503 * firstPoint.x = d.xyzc_points[0];
504 * firstPoint.y = d.xyzc_points[1];
505 * firstPoint.z = d.xyzc_points[2];
506 * firstPoint.confidence = d.xyzc_points[3];
507 * lastPoint.x = d.xyzc_points[(d.num_points - 1) * 4 + 0];
508 * lastPoint.y = d.xyzc_points[(d.num_points - 1) * 4 + 1];
509 * lastPoint.z = d.xyzc_points[(d.num_points - 1) * 4 + 2];
510 * lastPoint.confidence = d.xyzc_points[(d.num_points - 1) * 4 + 3];
519 float xyzc_points[]; member in struct:android_depth_points
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 599 cloud->xyzc_points[i * FLOATS_PER_POINT + 0] = x - 1.5f + randSampleX;
600 cloud->xyzc_points[i * FLOATS_PER_POINT + 1] = y - 1.5f + randSampleY;
601 cloud->xyzc_points[i * FLOATS_PER_POINT + 2] = 3.f + randSampleZ;
602 cloud->xyzc_points[i * FLOATS_PER_POINT + 3] = 0.8f;

Completed in 94 milliseconds