Home
last modified time | relevance | path

Searched refs:cameraPoints (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/sv/1.0/
DISurroundView2dSession.hal71 * @param cameraPoints List of camera pixel points to be projected in range including (0, 0)
77 * frame in the same order as cameraPoints. Point projected maybe outside
82 projectCameraPoints(vec<Point2dInt> cameraPoints, string cameraId) generates (
DISurroundView3dSession.hal102 * @param cameraPoints List of camera pixel points to be projected in range including (0, 0)
108 * automotive coordinate system in the same order as cameraPoints.
111 projectCameraPointsTo3dSurface(vec<Point2dInt> cameraPoints, string cameraId) generates (
/hardware/interfaces/automotive/sv/1.0/default/
DSurroundView3dSession.h57 const hidl_vec<Point2dInt>& cameraPoints,
DSurroundView3dSession.cpp223 const hidl_vec<Point2dInt>& cameraPoints, in projectCameraPointsTo3dSurface() argument
243 for (const auto cameraPoint : cameraPoints) { in projectCameraPointsTo3dSurface()
/hardware/interfaces/automotive/sv/1.0/default/tests/fuzzer/
DAutomotiveSvV1_0Fuzzer.cpp234 std::vector<Point2dInt> cameraPoints = {cameraPoint}; in invoke3dSessionAPI() local
252 cameraPoints, cameraId, in invoke3dSessionAPI()
/hardware/interfaces/automotive/sv/1.0/vts/functional/
DVtsHalSurroundViewV1_0TargetTest.cpp1055 std::vector<Point2dInt> cameraPoints = {cameraPoint}; in TEST_P() local
1061 cameraPoints, invalidCameraId, in TEST_P()
1115 std::vector<Point2dInt> cameraPoints = {cameraPoint}; in TEST_P() local
1119 cameraPoints, cameraIds[0], in TEST_P()