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

  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 586 const int FLOATS_PER_POINT = 4;
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;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp 403 const int FLOATS_PER_POINT=4;
411 maxPointCount.data.i32[0] * sizeof(float) * FLOATS_PER_POINT;
    [all...]

Completed in 80 milliseconds