Searched refs:cameraPoints (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/automotive/sv/1.0/ |
D | ISurroundView2dSession.hal | 71 * @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 (
|
D | ISurroundView3dSession.hal | 102 * @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/ |
D | SurroundView3dSession.h | 57 const hidl_vec<Point2dInt>& cameraPoints,
|
D | SurroundView3dSession.cpp | 223 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/ |
D | AutomotiveSvV1_0Fuzzer.cpp | 234 std::vector<Point2dInt> cameraPoints = {cameraPoint}; in invoke3dSessionAPI() local 252 cameraPoints, cameraId, in invoke3dSessionAPI()
|
/hardware/interfaces/automotive/sv/1.0/vts/functional/ |
D | VtsHalSurroundViewV1_0TargetTest.cpp | 1055 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()
|