| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/ |
| H A D | tst_map.qml | 85 zoomLevel: 3; center: coordinate1; plugin: testPlugin; 93 center: coordinate1; plugin: testPlugin; } 96 zoomLevel: 4; center: coordinate1; plugin: testPlugin; 103 center: coordinateCenterVisibleRegion; plugin: testPlugin; zoomLevel: 1.0 } 105 Map {id: map; plugin: testPlugin; center: coordinate1; width: 100; height: 100} 108 Map {id: mapPar; plugin: testPlugin; center: coordinate1; width: 512; height: 512} 110 Map {id: coordinateMap; plugin: testPlugin; center: coordinate3; 113 Map {id: mapTiltBearing; plugin: testPlugin; center: coordinate1; 116 Map {id: mapTiltBearingHere; plugin: testPlugin; center: coordinate1; 134 property var center: QtPositioning.coordinate(-33.0, -47.0) [all …]
|
| H A D | tst_map_flick.qml | 53 center: coordinate; 72 flickStartedLatitude = map.center.latitude 73 flickStartedLatitude = map.center.longitude 169 map.center.latitude = 10 170 map.center.longitude = 11 179 … verify(map.center.latitude > 10) // latitude increases we are going 'up/north' (moving mouse down) 180 var moveLatitude = map.center.latitude // store lat and check that flick continues 186 verify(map.center.latitude > moveLatitude) 187 compare(map.center.longitude, 11) // should remain the same 206 map.center.latitude = 70 [all …]
|
| H A D | tst_map_keepgrab.qml | 77 map.center = QtPositioning.coordinate(50,50) 112 var center = QtPositioning.coordinate(map.center.latitude,map.center.longitude) 121 verify(center == map.center) 126 var center = QtPositioning.coordinate(map.center.latitude,map.center.longitude) 134 verify(center != map.center) 144 var center = QtPositioning.coordinate(map.center.latitude,map.center.longitude) 153 verify(center != map.center)
|
| H A D | tst_map_item.qml | 84 center { 226 var mapcenter = map.fromCoordinate(map.center) 233 map.center = QtPositioning.coordinate(20, 20) 234 preMapCircle.center = QtPositioning.coordinate(10,30) 282 map.center = preMapRect.topLeft 292 map.center = preMapCircle.center 294 point = map.fromCoordinate(preMapCircle.center) 300 map.center = preMapCircle.center.atDistanceAndAzimuth(preMapCircle.radius, -45) 307 map.center = preMapQuickItem.coordinate 315 map.center = preMapPolygon.path[1] [all …]
|
| H A D | tst_map_error.qml | 86 map_error_plugin.center = QtPositioning.coordinate(0, 0) 87 map_no_plugin.center = QtPositioning.coordinate(0, 0) 127 map_no_plugin.center = coordinate 128 verify(map_no_plugin.center === coordinate) 129 map_error_plugin.center = coordinate 130 verify(map_error_plugin.center === coordinate) 149 map_no_plugin.center = coordinate 151 map_error_plugin.center = coordinate 171 map_no_plugin.center = coordinate 173 verify(map_no_plugin.center === coordinate) [all …]
|
| H A D | tst_map_item_fit_viewport.qml | 113 center: mapDefaultCenter 137 center: preMapCircleDefaultCenter 225 var mapcenter = map.fromCoordinate(map.center) 236 preMapCircle.center.latitude = 10 237 preMapCircle.center.longitude = 30 258 map.center.latitude = 20 259 map.center.longitude = 20 400 map.center = QtPositioning.coordinate(0,0) 418 function circle_in_viewport(center, radius, visible) 422 var coord = center.atDistanceAndAzimuth(radius,azimuth) [all …]
|
| H A D | tst_map_itemview.qml | 75 center { 86 center: mapDefaultCenter; 94 center: mapDefaultCenter; 102 center: mapDefaultCenter; 113 center { 126 center: mapDefaultCenter 136 center: mapDefaultCenter 143 center: mapDefaultCenter 217 center: mapDefaultCenter 225 center: mapDefaultCenter [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocircle/ |
| H A D | tst_qgeocircle.cpp | 49 void center(); 79 QVERIFY(!c.center().isValid()); in defaultConstructor() 86 QCOMPARE(c.center(), QGeoCoordinate(1,1)); in centerRadiusConstructor() 98 QCOMPARE(c2.center(), QGeoCoordinate(10.0, 0.0)); in assignment() 104 QCOMPARE(c1.center(), QGeoCoordinate(10.0, 0.0)); in assignment() 114 QCOMPARE(ca.center(), c1.center()); in assignment() 119 QVERIFY(ca.center() != c1.center()); in assignment() 170 void tst_QGeoCircle::center() in center() function in tst_QGeoCircle 174 QCOMPARE(c.center(), QGeoCoordinate(1,1)); in center() 177 QCOMPARE(shape.center(), c.center()); in center() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativecirclemapitem.cpp | 94 from the center. This is in contrast to other map items which store 118 center { 176 … const double leftLongi = QLocationUtils::mapLeftLongitude(map.cameraData().center().longitude()); in updateScreenPointsInvert() 177 …const double rightLongi = QLocationUtils::mapRightLongitude(map.cameraData().center().longitude()); in updateScreenPointsInvert() 347 \qmlproperty coordinate MapCircle::center 353 void QDeclarativeCircleMapItem::setCenter(const QGeoCoordinate ¢er) in setCenter() argument 355 if (m_circle.center() == center) in setCenter() 358 possiblySwitchBackend(m_circle.center(), m_circle.radius(), center, m_circle.radius()); in setCenter() 359 m_circle.setCenter(center); in setCenter() 361 emit centerChanged(center); in setCenter() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/res/layout/ |
| H A D | activity_main.xml | 16 android:layout_gravity="center"/> 69 android:layout_gravity="center" 72 android:gravity="center" 81 android:layout_gravity="center" 84 android:gravity="center" 92 android:layout_gravity="center" 103 android:layout_gravity="center" 106 android:gravity="center" 115 android:layout_gravity="center" 118 android:gravity="center" [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeocircle.cpp | 61 center of the circle and a qreal which specifies the radius of the circle 64 The circle is considered invalid if the center coordinate is invalid 72 \property QGeoCircle::center 73 \brief This property holds the center coordinate for the geo circle. 79 as center. 132 Constructs a new geo circle centered at \a center and with a radius of \a radius meters. 134 QGeoCircle::QGeoCircle(const QGeoCoordinate ¢er, qreal radius) in QGeoCircle() argument 137 d_ptr = new QGeoCirclePrivate(center, radius); in QGeoCircle() 205 Sets the center coordinate of this geo circle to \a center. 207 void QGeoCircle::setCenter(const QGeoCoordinate ¢er) in setCenter() argument [all …]
|
| H A D | qgeorectangle.cpp | 70 center coordinate, the width of the geo rectangle in degrees and the height 73 If the height or center of a geo rectangle is adjusted such that it would 75 touches but does not cross the pole and that the center coordinate is still 76 in the center of the geo rectangle. 123 \property QGeoRectangle::center 124 \brief This property holds the center of this geo rectangle. 129 \sa QGeoShape::center 142 geo rectangle based on the center, width, and height, you should use 164 geo rectangle based on the center, width, and height, you should use 170 This change is done such that the center coordinate is still at the [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmwifi_channels.h | 45 #define CH_MIN_2G_40M_CHANNEL 3u /* Min 40MHz center channel in 2G band */ 46 #define CH_MAX_2G_40M_CHANNEL 11u /* Max 40MHz center channel in 2G band */ 50 #define CH_MIN_6G_40M_CHANNEL 3u /* Min 40MHz center channel in 6G band */ 51 #define CH_MAX_6G_40M_CHANNEL 227u /* Max 40MHz center channel in 6G band */ 52 #define CH_MIN_6G_80M_CHANNEL 7u /* Min 80MHz center channel in 6G band */ 53 #define CH_MAX_6G_80M_CHANNEL 215u /* Max 80MHz center channel in 6G band */ 54 #define CH_MIN_6G_160M_CHANNEL 15u /* Min 160MHz center channel in 6G band */ 55 #define CH_MAX_6G_160M_CHANNEL 207u /* Max 160MHz center channel in 6G band */ 56 #define CH_MIN_6G_240M_CHANNEL 23u /* Min 240MHz center channel in 6G band */ 57 #define CH_MAX_6G_240M_CHANNEL 167u /* Max 240MHz center channel in 6G band */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmwifi_channels.h | 45 #define CH_MIN_2G_40M_CHANNEL 3u /* Min 40MHz center channel in 2G band */ 46 #define CH_MAX_2G_40M_CHANNEL 11u /* Max 40MHz center channel in 2G band */ 50 #define CH_MIN_6G_40M_CHANNEL 3u /* Min 40MHz center channel in 6G band */ 51 #define CH_MAX_6G_40M_CHANNEL 227u /* Max 40MHz center channel in 6G band */ 52 #define CH_MIN_6G_80M_CHANNEL 7u /* Min 80MHz center channel in 6G band */ 53 #define CH_MAX_6G_80M_CHANNEL 215u /* Max 80MHz center channel in 6G band */ 54 #define CH_MIN_6G_160M_CHANNEL 15u /* Min 160MHz center channel in 6G band */ 55 #define CH_MAX_6G_160M_CHANNEL 207u /* Max 160MHz center channel in 6G band */ 56 #define CH_MIN_6G_240M_CHANNEL 23u /* Min 240MHz center channel in 6G band */ 57 #define CH_MAX_6G_240M_CHANNEL 167u /* Max 240MHz center channel in 6G band */ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmwifi_channels.c | 82 * These fields specify the center channel of the first and the second 80MHz 97 * Chanspec BW Center Ch Channel Range Primary Ch 111 * Chanspec BW Center Ch Channel Range Primary Ch 212 /* bw in MHz, return the channel count from the center channel to the 243 * given the center channel and BW 251 /* return side band number given center channel and primary20 channel 284 /* return primary20 channel given center channel and side band */ 312 /* The 6GHz center channels start at 7, and have a spacing of 16 */ in channel_6g_80mhz_to_id() 344 /* The 6GHz center channels start at 15, and have a spacing of 32 */ in channel_6g_160mhz_to_id() 360 /* The 6GHz center channels start at 23, and have a spacing of 48 */ in channel_6g_240mhz_to_id() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmwifi_channels.c | 82 * These fields specify the center channel of the first and the second 80MHz 97 * Chanspec BW Center Ch Channel Range Primary Ch 111 * Chanspec BW Center Ch Channel Range Primary Ch 212 /* bw in MHz, return the channel count from the center channel to the 243 * given the center channel and BW 251 /* return side band number given center channel and primary20 channel 284 /* return primary20 channel given center channel and side band */ 312 /* The 6GHz center channels start at 7, and have a spacing of 16 */ in channel_6g_80mhz_to_id() 344 /* The 6GHz center channels start at 15, and have a spacing of 32 */ in channel_6g_160mhz_to_id() 360 /* The 6GHz center channels start at 23, and have a spacing of 48 */ in channel_6g_240mhz_to_id() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qmapcircleobject.cpp | 74 return QGeoCircle(center(), radius()); in geoShape() 83 const bool centerHasChanged = circle.center() != center(); in setGeoShape() 87 setCenter(circle.center()); // to handle overrides in setGeoShape() 108 m_center = other.center(); in QMapCircleObjectPrivateDefault() 120 QGeoCoordinate QMapCircleObjectPrivateDefault::center() const in center() function in QMapCircleObjectPrivateDefault 125 void QMapCircleObjectPrivateDefault::setCenter(const QGeoCoordinate ¢er) in setCenter() argument 127 m_center = center; in setCenter() 177 && center() == o.center() in equals() 204 \qmlproperty coordinate Qt.labs.location::MapCircleObject::center 210 QGeoCoordinate QMapCircleObject::center() const in center() function in QMapCircleObject [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | grid_index.cpp | 48 auto cx1 = convertToXCellCoord(bcircle.center.x - bcircle.radius); in insert() 49 auto cy1 = convertToYCellCoord(bcircle.center.y - bcircle.radius); in insert() 50 auto cx2 = convertToXCellCoord(bcircle.center.x + bcircle.radius); in insert() 51 auto cy2 = convertToYCellCoord(bcircle.center.y + bcircle.radius); in insert() 116 return BBox{{circle.center.x - circle.radius, circle.center.y - circle.radius}, in convertToBox() 117 {circle.center.x + circle.radius, circle.center.y + circle.radius}}; in convertToBox() 204 auto cx1 = convertToXCellCoord(queryBCircle.center.x - queryBCircle.radius); in query() 205 auto cy1 = convertToYCellCoord(queryBCircle.center.y - queryBCircle.radius); in query() 206 auto cx2 = convertToXCellCoord(queryBCircle.center.x + queryBCircle.radius); in query() 207 auto cy2 = convertToYCellCoord(queryBCircle.center.y + queryBCircle.radius); in query() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/sound/designs/ |
| H A D | channel-mapping-api.rst | 24 from rear. Or, some devices secretly assume that center/LFE is the 93 SNDRV_CHMAP_FC, /* front center */ 97 SNDRV_CHMAP_RC, /* rear center */ 99 SNDRV_CHMAP_FLC, /* front left center */ 100 SNDRV_CHMAP_FRC, /* front right center */ 101 SNDRV_CHMAP_RLC, /* rear left center */ 102 SNDRV_CHMAP_RRC, /* rear right center */ 106 SNDRV_CHMAP_FCH, /* front center high */ 108 SNDRV_CHMAP_TC, /* top center */ 111 SNDRV_CHMAP_TFC, /* top front center */ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/itemview_transitions/ |
| H A D | main.qml | 72 center: QtPositioning.coordinate(59.91, 10.75) // Oslo 148 … property point center: Qt.point(e1.x + e1.width * 0.5 , e1.y + e1.height * 0.5) 151 property point top: Qt.point(center.x, center.y - half ) 152 property point bottomLeft: Qt.point(center.x - half, center.y + half ) 153 property point bottomRight: Qt.point(center.x + half, center.y + half ) 155 startX: center.x; 156 startY: center.y + half 161 PathLine { x: c_sp1.center.x; y: c_sp1.center.y + c_sp1.half }
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocameradata/ |
| H A D | tst_qgeocameradata.cpp | 65 QTest::addColumn<QGeoCoordinate>("center"); in populateCameraData() 81 QFETCH(QGeoCoordinate, center); in constructorTest() 90 QCOMPARE(cameraData.center(), cameraData2.center()); in constructorTest() 97 cameraData.setCenter(center); in constructorTest() 104 QCOMPARE(cameraData3.center(), center); in constructorTest() 110 QCOMPARE(cameraData.center(), cameraData3.center()); in constructorTest() 120 QGeoCameraData cameraData; //center currently default to (-27.5, 153) in centerTest() 122 QCOMPARE(cameraData.center(),QGeoCoordinate(10.0,20.4,30.8)); in centerTest() 181 QFETCH(QGeoCoordinate, center); in operatorsTest() 186 cameraData.setCenter(center); in operatorsTest()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-nintendo.c | 114 s32 center; member 325 ctlr->left_stick_cal_x.center = DFLT_STICK_CAL_CEN; in joycon_request_calibration() 329 ctlr->left_stick_cal_y.center = DFLT_STICK_CAL_CEN; in joycon_request_calibration() 333 ctlr->right_stick_cal_x.center = DFLT_STICK_CAL_CEN; in joycon_request_calibration() 337 ctlr->right_stick_cal_y.center = DFLT_STICK_CAL_CEN; in joycon_request_calibration() 353 cal_x->center = hid_field_extract(ctlr->hdev, (raw_cal + 3), 0, 12); in joycon_request_calibration() 354 cal_y->center = hid_field_extract(ctlr->hdev, (raw_cal + 4), 4, 12); in joycon_request_calibration() 357 cal_x->max = cal_x->center + x_max_above; in joycon_request_calibration() 358 cal_x->min = cal_x->center - x_min_below; in joycon_request_calibration() 359 cal_y->max = cal_y->center + y_max_above; in joycon_request_calibration() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rk3288-linux.dtsi | 111 logo,mode = "center"; 112 charge_logo,mode = "center"; 120 logo,mode = "center"; 121 charge_logo,mode = "center"; 129 logo,mode = "center"; 130 charge_logo,mode = "center"; 138 logo,mode = "center"; 139 charge_logo,mode = "center"; 147 logo,mode = "center"; 148 charge_logo,mode = "center";
|
| /OK3568_Linux_fs/kernel/drivers/md/persistent-data/ |
| H A D | dm-btree-remove.c | 265 * We dump as many entries from center as possible into left, then the rest 271 struct btree_node *left, struct btree_node *center, struct btree_node *right, in delete_center_node() argument 278 node_copy(left, center, -shift); in delete_center_node() 285 node_copy(center, right, shift); in delete_center_node() 302 struct btree_node *left, struct btree_node *center, struct btree_node *right, in redistribute3() argument 320 shift(left, center, -nr_center); in redistribute3() 325 shift(left, center, s); in redistribute3() 327 shift(center, right, target_right - nr_right); in redistribute3() 333 shift(center, right, nr_center); in redistribute3() 338 shift(center, right, s); in redistribute3() [all …]
|
| /OK3568_Linux_fs/buildroot/docs/website/ |
| H A D | sponsors.html | 17 <img class="img-responsive center-block" src="images/tap2open-logo.png"/> 33 <img class="img-responsive center-block" src="images/logilin-logo.png"/> 58 <img class="img-responsive center-block" src="images/zillabit-logo.png"/> 76 <img class="img-responsive center-block" src="images/smile-logo.png"/> 97 <img class="img-responsive center-block" src="images/mind-logo.png"/> 118 <img class="img-responsive center-block" src="images/google-logo.png"/></a></p> 139 <img class="img-responsive center-block" src="images/amarula-solutions-logo.png"/></a></p> 155 <img class="img-responsive center-block" src="images/bootlin-logo.png"/></a></p> 175 <img class="img-responsive center-block" src="images/logilin-logo.png"/> 197 <img class="img-responsive center-block" src="images/tkos-logo.png"/> [all …]
|