| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_10969_workaround.c | 56 u32 minX, minY, maxX, maxY; in kbasep_10969_workaround_clamp_coordinates() local 116 maxY = job_header[FRAG_JOB_DESC_MAX_TILE_COORD_WORD] & Y_COORDINATE_MASK; in kbasep_10969_workaround_clamp_coordinates() 130 maxX, maxY); in kbasep_10969_workaround_clamp_coordinates() 157 if (restartY > maxY) { in kbasep_10969_workaround_clamp_coordinates() 158 job_header[JOB_DESC_RESTART_INDEX_WORD] = (maxY) | restartX; in kbasep_10969_workaround_clamp_coordinates() 161 restartY, maxY); in kbasep_10969_workaround_clamp_coordinates() 180 maxX, maxY); in kbasep_10969_workaround_clamp_coordinates()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/kdbush/0.1.1-1/include/ |
| H A D | kdbush.hpp | 70 const TNumber maxY, in range() argument 72 range(minX, minY, maxX, maxY, visitor, 0, static_cast<TIndex>(ids.size() - 1), 0); in range() 89 const TNumber maxY, in range() argument 99 if (x >= minX && x <= maxX && y >= minY && y <= maxY) visitor(ids[i]); in range() 108 if (x >= minX && x <= maxX && y >= minY && y <= maxY) visitor(ids[m]); in range() 111 range(minX, minY, maxX, maxY, visitor, left, m - 1, (axis + 1) % 2); in range() 113 if (axis == 0 ? maxX >= x : maxY >= y) in range() 114 range(minX, minY, maxX, maxY, visitor, m + 1, right, (axis + 1) % 2); in range()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Modes.c | 421 int maxX, int maxY, int maxPitch) in xf86ValidateModesSize() argument 429 if (maxY <= 0) in xf86ValidateModesSize() 430 maxY = MAXINT; in xf86ValidateModesSize() 435 xf86ModeHeight(mode, RR_Rotate_0) > maxY) && in xf86ValidateModesSize() 438 xf86ModeHeight(mode, RR_Rotate_90) > maxY)) { in xf86ValidateModesSize() 447 if (xf86ModeHeight(mode, RR_Rotate_0) > maxY || in xf86ValidateModesSize() 448 xf86ModeHeight(mode, RR_Rotate_90) > maxY) in xf86ValidateModesSize()
|
| H A D | xf86RandR12.c | 49 int maxY; member 461 int maxX = 0, maxY = 0; in xf86RandR12GetInfo() local 479 if (randrp->maxX == 0 || randrp->maxY == 0) { in xf86RandR12GetInfo() 482 if (maxY < mode->VDisplay) in xf86RandR12GetInfo() 483 maxY = mode->VDisplay; in xf86RandR12GetInfo() 499 if (randrp->maxX == 0 || randrp->maxY == 0) { in xf86RandR12GetInfo() 501 randrp->maxY = maxY; in xf86RandR12GetInfo() 589 int maxX = 0, maxY = 0; in xf86RandR12SetConfig() local 609 if (randrp->maxX == 0 || randrp->maxY == 0) { in xf86RandR12SetConfig() 612 if (maxY < mode->VDisplay) in xf86RandR12SetConfig() [all …]
|
| H A D | xf86Modes.h | 83 int maxX, int maxY, int maxPitch);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tile_range.hpp | 30 const auto maxY = static_cast<uint32_t>(util::clamp(std::floor(swProj.y), 0.0, maxTile)); in fromLatLngBounds() local 32 return TileRange({ {minX, minY}, {maxX, maxY} }, {minZoom, maxZoom}); in fromLatLngBounds()
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_probe_helper.h | 14 uint32_t maxY);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/uAPI2/ |
| H A D | rk_aiq_user_api2_custom_awb_type_v32.h | 55 unsigned short maxY; member
|
| H A D | rk_aiq_user_api2_custom_awb_type_v3x.h | 50 unsigned short maxY; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rk3066_hdmi.c | 506 uint32_t maxX, uint32_t maxY) in rk3066_hdmi_probe_single_connector_modes() argument 510 if (maxY > 1080) in rk3066_hdmi_probe_single_connector_modes() 511 maxY = 1080; in rk3066_hdmi_probe_single_connector_modes() 513 return drm_helper_probe_single_connector_modes(connector, maxX, maxY); in rk3066_hdmi_probe_single_connector_modes()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/awb/ |
| H A D | rk_aiq_types_awb_stat_v200.h | 76 unsigned short maxY; member
|
| H A D | rk_aiq_types_awb_stat_v32.h | 77 unsigned short maxY; member
|
| H A D | rk_aiq_types_awb_stat_v201.h | 119 unsigned short maxY; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/ |
| H A D | rk_aiq_user_api2_custom_awb_v32.cpp | 49 awbHwConfig->maxY = 230*16; in initCustomAwbHwConfigGw() 92 awbHwConfig->maxY = 230*16;; in initAwbHwFullConfigGw() 128 awbHwConfig->maxY = awbHwConfigFull->maxY; in initCustomAwbRes() 225 awbHwConfigFull->maxY = awbHwConfig->maxY; in _customAwbHw2rkAwbHwCfg() 619 fprintf(fp, "awbHwConfig->maxY = %d;\n", wpDetectPara.maxY ); in WriteDataForThirdParty()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/earcut/0.12.4/include/mapbox/ |
| H A D | earcut.hpp | 86 double minY, maxY; member in mapbox::detail::Earcut 160 minY = maxY = p->y; in operator ()() 167 maxY = std::max<double>(maxY, y); in operator ()() 172 inv_size = std::max<double>(maxX - minX, maxY - minY); in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/earcut/ |
| H A D | earcut.hpp | 113 double minY, maxY; member in qt_mapbox::detail::Earcut 190 minY = maxY = outerNode->y; in operator ()() 197 maxY = std::max<double>(maxY, y); in operator ()() 202 inv_size = std::max<double>(maxX - minX, maxY - minY); in operator ()()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/awb_algo_demo/ |
| H A D | third_party_awbV32_algo.cpp | 59 pstAwbResult->awbHwConfig.maxY = 230*16;; in custom_awb_run()
|
| H A D | third_party_awb_algo.cpp | 64 pstAwbResult->awbHwConfig.maxY = 230; in custom_awb_run()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/geoflickr/flickrmobile/ |
| H A D | GeoTab.qml | 56 property int maxX: parent.width; property int maxY: parent.height 82 drag.minimumY: -(parent.height/2); drag.maximumY: parent.maxY - (parent.height/2)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/ |
| H A D | awb_head.h | 220 unsigned short *maxY; member 933 float * maxY; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/ |
| H A D | awb_xml2json.cpp | 50 free(autoParaV21->limitRange.maxY); in CalibV2AwbV21Free() 137 …autoParaV21->limitRange.maxY= (unsigned short*)malloc(awb_calib_v21->limitRange.lumaNum *sizeof(un… in convertCalib2calibV21() 229 …memcpy(autoParaV21->limitRange.maxY,awb_calib_v21->limitRange.maxY,autoParaV21->limitRange.maxY_le… in convertCalib2calibV21() 434 free(autoParaV20->limitRange.maxY); in CalibV2AwbV20Free() 517 …autoParaV20->limitRange.maxY= (unsigned short*)malloc(awb_calib_v20->limitRange.lumaNum *sizeof(un… in convertCalib2calibV20() 608 …memcpy(autoParaV20->limitRange.maxY,awb_calib_v20->limitRange.maxY,autoParaV20->limitRange.maxY_le… in convertCalib2calibV20()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/ |
| H A D | tst_map_item_fit_viewport.qml | 616 var maxY = point.y 626 if (point.y > maxY) 627 maxY = point.y 633 point.y = maxY
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_wb_connector.c | 118 uint32_t maxX, uint32_t maxY) in komeda_wb_connector_fill_modes() argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_probe_helper.c | 417 uint32_t maxX, uint32_t maxY) in drm_helper_probe_single_connector_modes() argument 541 mode->status = drm_mode_validate_size(mode, maxX, maxY); in drm_helper_probe_single_connector_modes()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa.h | 161 int maxY; member
|