Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/sv/1.0/vts/functional/
DVtsHalSurroundViewV1_0TargetTest.cpp493 std::vector<View3d> views(1); in TEST_P() local
494 SvResult setViewResult = surroundView3dSession->setViews(views); in TEST_P()
527 std::vector<View3d> views(1); in TEST_P() local
528 SvResult setViewResult = surroundView3dSession->setViews(views); in TEST_P()
563 std::vector<View3d> views(1); in TEST_P() local
564 SvResult setViewResult = surroundView3dSession->setViews(views); in TEST_P()
612 std::vector<View3d> views(1); in TEST_P() local
613 views[0].viewId = 0; in TEST_P()
614 SvResult setViewResult = surroundView3dSession->setViews(views); in TEST_P()
630 views.resize(3); in TEST_P()
[all …]
/hardware/interfaces/automotive/sv/1.0/
DISurroundView3dSession.hal31 * Sets the desired views of surround view 3d.
36 * A call to setViews() results in the views set by a previous call to be discarded.
40 * may continue to receive frames of previous views after setViews() call for a while and can
41 * identify updated set of views once effective using the view Id provided in the updated
42 * views frames.
44 * @param views List of desired views to generate output frames.
47 setViews(vec<View3d> views) generates (SvResult svResult);
Dtypes.hal155 * Frames generated with different views.
/hardware/interfaces/automotive/sv/1.0/default/
DSurroundView3dSession.cpp117 Return<SvResult> SurroundView3dSession::setViews(const hidl_vec<View3d>& views) { in setViews() argument
121 mViews.resize(views.size()); in setViews()
122 for (int i=0; i<views.size(); i++) { in setViews()
123 mViews[i] = views[i]; in setViews()
DSurroundView3dSession.h52 Return<SvResult> setViews(const hidl_vec<View3d>& views) override;
/hardware/interfaces/input/common/1.0/
Dtypes.hal156 * The framework may use this axis to scroll views vertically.
165 * The framework may use this axis to scroll views horizontally.