Home
last modified time | relevance | path

Searched refs:points3d (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/sv/1.0/default/
DSurroundView3dSession.cpp227 std::vector<Point3dFloat> points3d; in projectCameraPointsTo3dSurface() local
239 _hidl_cb(points3d); in projectCameraPointsTo3dSurface()
252 points3d.push_back(point3d); in projectCameraPointsTo3dSurface()
254 _hidl_cb(points3d); in projectCameraPointsTo3dSurface()
/hardware/interfaces/automotive/sv/1.0/vts/functional/
DVtsHalSurroundViewV1_0TargetTest.cpp1059 std::vector<Point3dFloat> points3d; in TEST_P() local
1062 [&points3d](const hidl_vec<Point3dFloat>& points3dproj) { in TEST_P()
1063 points3d = points3dproj; in TEST_P()
1066 EXPECT_TRUE(points3d.empty()); in TEST_P()
1117 std::vector<Point3dFloat> points3d; in TEST_P() local
1120 [&points3d](const hidl_vec<Point3dFloat>& points3dproj) { in TEST_P()
1121 points3d = points3dproj; in TEST_P()
1124 EXPECT_FALSE(points3d[0].isValid); in TEST_P()
/hardware/interfaces/automotive/sv/1.0/
DISurroundView3dSession.hal107 * @return points3d Returns a list of 3d points on the approximate 3d surface in the
112 vec<Point3dFloat> points3d);