Home
last modified time | relevance | path

Searched refs:Route (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A Daec_xml2json.cpp171 free(aec_json->LinearAeCtrl.Route.TimeDot); in CalibV2AecFree()
172 free(aec_json->LinearAeCtrl.Route.GainDot); in CalibV2AecFree()
173 free(aec_json->LinearAeCtrl.Route.IspDGainDot); in CalibV2AecFree()
174 free(aec_json->LinearAeCtrl.Route.PIrisDot); in CalibV2AecFree()
186 free(aec_json->HdrAeCtrl.Route.Frm0TimeDot); in CalibV2AecFree()
187 free(aec_json->HdrAeCtrl.Route.Frm0GainDot); in CalibV2AecFree()
188 free(aec_json->HdrAeCtrl.Route.Frm0IspDGainDot); in CalibV2AecFree()
189 free(aec_json->HdrAeCtrl.Route.Frm1TimeDot); in CalibV2AecFree()
190 free(aec_json->HdrAeCtrl.Route.Frm1GainDot); in CalibV2AecFree()
191 free(aec_json->HdrAeCtrl.Route.Frm1IspDGainDot); in CalibV2AecFree()
[all …]
H A DRkAiqCalibDbV2.cpp963 CalibDb_LinAeRoute_AttrV2_t *Route = &LinearAeCtrl->Route; in CamCalibDbFreeAeCtx() local
964 if (Route->TimeDot) in CamCalibDbFreeAeCtx()
965 calib_free(Route->TimeDot); in CamCalibDbFreeAeCtx()
966 if (Route->GainDot) in CamCalibDbFreeAeCtx()
967 calib_free(Route->GainDot); in CamCalibDbFreeAeCtx()
968 if (Route->IspDGainDot) in CamCalibDbFreeAeCtx()
969 calib_free(Route->IspDGainDot); in CamCalibDbFreeAeCtx()
970 if (Route->PIrisDot) in CamCalibDbFreeAeCtx()
971 calib_free(Route->PIrisDot); in CamCalibDbFreeAeCtx()
1013 CalibDb_HdrAeRoute_AttrV2_t* hdr_Route = &HdrAeCtrl->Route; in CamCalibDbFreeAeCtx()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/
H A Drouting.qml76 //! [Route Maneuver List1]
80 //! [Route Maneuver List1]
84 //! [Route Maneuver List2]
101 //! [Route Maneuver List2]
117 //! [Route Maneuver List3]
120 //! [Route Maneuver List3]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/menus/
H A DMarkerPopupMenu.qml65 …addItem(qsTr("Route to next point")).triggered.connect(function(){itemClicked("routeToNextPoint")}…
69 …addItem(qsTr("Route to next points")).triggered.connect(function(){itemClicked("routeToNextPoints"…
H A DMainMenu.qml125 …addItem(qsTr("Route with coordinates")).triggered.connect(function(){selectTool("CoordinateRoute")…
126 … addItem(qsTr("Route with address")).triggered.connect(function(){selectTool("AddressRoute")})
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Daec_head.h462 CalibDb_LinAeRoute_AttrV2_t Route; member
658 CalibDb_HdrAeRoute_AttrV2_t Route; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/doc/src/
H A Dmapviewer.qdoc141 is some kind of control over the model to begin the Route request process.
142 In the simplest case, we can fill out a Route request using two already
155 This is all that is required to display a Route on the Map. However, it is
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dqtlocation-qml.qdoc44 To perform navigation we need \l {Route}s from start to destination.
71 \li The \l [QML] Route is be determined by a \e plugin, with each
H A Dmaps.qdoc169 \li \l{QtLocation::Route}{Route}
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.11.128 * Fixed a crash in Map{Polyline,Polygon,Route}ObjectQsg.
/OK3568_Linux_fs/buildroot/system/skeleton/etc/
H A Dprotocols27 ipv6-route 43 IPv6-Route # Routing Header for IPv6
/OK3568_Linux_fs/kernel/Documentation/sound/designs/
H A Dcontrol-names.rst27 Route route control, hardware specific
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/forms/
H A DRouteListHeader.qml71 text: qsTr("Route Information")
H A DRouteAddressForm.ui.qml80 text: qsTr("Route Address")
H A DRouteCoordinateForm.ui.qml78 text: qsTr("Route Coordinates")
/OK3568_Linux_fs/kernel/net/ipv6/
H A DKconfig35 bool "IPv6: Route Information (RFC 4191) support"
38 Support of Route Information.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_routing.qml77 Route {id: emptyRoute}
174 compare (emptyQuery.routeOptimizations, RouteQuery.FastestRoute, "Route optimization")
409 // Route optimization
735 // test Route.equals
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/
H A Dmapviewer.qml504 …onRouteError: stackView.showMessage(qsTr("Route Error"),qsTr("Unable to find a route for the given…
520 onShowRouteMenu: itemPopupMenu.show("Route",coordinate)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0001-Adjust-for-musl-headers.patch396 int route_new(Route **ret) {
397 _cleanup_(route_freep) Route *route = NULL;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_item_details.qml186 route: Route {
273 route: Route {
H A Dtst_map_item.qml69 Route { id: someRoute;
205 route: Route {
H A Dtst_map_item_fit_viewport.qml205 route: Route {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes750 "QtLocation/Route 5.0",
751 "QtLocation/Route 5.11",
752 "QtLocation/Route 5.12",
753 "QtLocation/Route 5.13"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0001-Adjust-for-musl-headers.patch471 int route_new(Route **ret) {
472 _cleanup_(route_freep) Route *route = NULL;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/
H A DLICENSE.md532 Route-Me open source project, including the Alpstein fork of it.
534 The Route-Me license appears below.
536 Copyright (c) 2008-2013, Route-Me Contributors

12