| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | tile_pyramid.cpp | 34 for (const auto& pair : tiles) { in isLoaded() 60 auto it = tiles.find(tileID); in getTile() 61 return it == tiles.end() ? cache.get(tileID) : it->second.get(); in getTile() 73 // If we need a relayout, abandon any cached tiles; they're now stale. in update() 78 // If we're not going to render anything, move our existing tiles into in update() 82 for (auto& entry : tiles) { in update() 87 tiles.clear(); in update() 95 // Determine the overzooming/underzooming amounts and required tiles. in update() 107 // Make sure we're not reparsing overzoomed raster tiles. in update() 114 // Request lower zoom level tiles (if configured to do so) in an attempt in update() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | tile_cache.cpp | 14 tiles.erase(key); in setSize() 26 if (tiles.emplace(key, std::move(tile)).second) { in add() 43 auto it = tiles.find(key); in get() 44 if (it != tiles.end()) { in get() 55 auto it = tiles.find(key); in pop() 56 if (it != tiles.end()) { in pop() 58 tiles.erase(it); in pop() 67 return tiles.find(key) != tiles.end(); in has() 72 tiles.clear(); in clear()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeotiledmapscene.cpp | 110 void QGeoTiledMapScene::setVisibleTiles(const QSet<QGeoTileSpec> &tiles) in setVisibleTiles() argument 113 d->setVisibleTiles(tiles); in setVisibleTiles() 205 // Currently only using lower ZL tiles for the overzoom. in buildGeometry() 260 void QGeoTiledMapScenePrivate::updateTileBounds(const QSet<QGeoTileSpec> &tiles) in updateTileBounds() argument 262 if (tiles.isEmpty()) { in updateTileBounds() 271 iter i = tiles.constBegin(); in updateTileBounds() 272 iter end = tiles.constEnd(); in updateTileBounds() 274 // determine whether the set of map tiles crosses the dateline. in updateTileBounds() 275 // A gap in the tiles indicates dateline crossing in updateTileBounds() 296 // if dateline crossing is detected we wrap all x pos of tiles in updateTileBounds() [all …]
|
| H A D | qgeotiledmapscene_p_p.h | 66 tiles.insert(spec, node); in addChild() 69 QHash<QGeoTileSpec, QSGImageNode *> tiles; variable 79 , tiles(new QGeoTiledMapTileContainerNode()) in QGeoTiledMapRootNode() 85 root->appendChildNode(tiles); in QGeoTiledMapRootNode() 119 QGeoTiledMapTileContainerNode *tiles; // The majority of the tiles variable 120 …QGeoTiledMapTileContainerNode *wrapLeft; // When zoomed out, the tiles that wrap around on the… 121 …QGeoTiledMapTileContainerNode *wrapRight; // When zoomed out, the tiles that wrap around on the… 143 void updateTileBounds(const QSet<QGeoTileSpec> &tiles); 168 // the number of tiles in each direction for the whole map (earth) at the current zoom level.
|
| H A D | qgeotilerequestmanager.cpp | 56 …QMap<QGeoTileSpec, QSharedPointer<QGeoTileTexture> > requestTiles(const QSet<QGeoTileSpec> &tiles); 77 …redPointer<QGeoTileTexture> > QGeoTileRequestManager::requestTiles(const QSet<QGeoTileSpec> &tiles) in requestTiles() argument 79 return d_ptr->requestTiles(tiles); in requestTiles() 110 …ter<QGeoTileTexture> > QGeoTileRequestManagerPrivate::requestTiles(const QSet<QGeoTileSpec> &tiles) in requestTiles() argument 112 QSet<QGeoTileSpec> cancelTiles = m_requested - tiles; in requestTiles() 113 QSet<QGeoTileSpec> requestTiles = tiles - m_requested; in requestTiles() 115 // int tileSize = tiles.size(); in requestTiles() 122 // remove tiles in cache from request tiles in requestTiles() 157 // qDebug() << "required # tiles: " << tileSize << ", new tiles: " << newTiles << ", total serve… in requestTiles() 164 // Remove any cancelled tiles from the error retry hash to avoid in requestTiles()
|
| H A D | qgeotiledmap.cpp | 225 QSet<QGeoTileSpec> tiles; in prefetchTiles() local 231 tiles = m_prefetchTiles->createTiles(); in prefetchTiles() 240 // Approx heuristic, keeping total # prefetched tiles roughly independent of the in prefetchTiles() 245 tiles += m_prefetchTiles->createTiles(); in prefetchTiles() 257 tiles += m_prefetchTiles->createTiles(); in prefetchTiles() 264 tiles += m_prefetchTiles->createTiles(); in prefetchTiles() 273 m_tileRequests->requestTiles(tiles - m_mapScene->texturedTiles()); in prefetchTiles() 314 // snapped to the exact pixel size of the tiles in changeCameraData() 338 // detect if new tiles introduced in updateScene() 339 const QSet<QGeoTileSpec>& tiles = m_visibleTiles->createTiles(); in updateScene() local [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/ |
| H A D | osm.qdoc | 48 This also implies that providers serving tiles over HTTPS may be used. 88 \li The cost strategy to use to cache map tiles on disk. 92 Using \b unitary, they will be interpreted as number of tiles. 96 …\li Disk cache size for map tiles. The default size of the cache is 50 MiB when \b bytesize is the… 97 strategy for this cache, or 1000 tiles, when \b unitary is the cost strategy. 100 \li The cost strategy to use to cache map tiles in memory. 104 Using \b unitary, they will be interpreted as number of tiles. 108 …\li Memory cache size for map tiles. The default size of the cache is 3 MiB when \b bytesize is th… 109 strategy for this cache, or 100 tiles, when \b unitary is the cost strategy. 112 \li The cost strategy to use to cache decompressed map tiles in memory. [all …]
|
| H A D | mapbox.qdoc | 85 \li Data format to download tiles in, available values are "png", "png32", 91 …\li Whether or not to request high dpi tiles. Valid values are \b true and \b false. The default v… 105 \li The cost strategy to use to cache map tiles on disk. 109 Using \b unitary, they will be interpreted as number of tiles. 113 \li Disk cache size for map tiles. 116 Note that 6000 is the maximum amount of tiles that the Mapbox free plan allows to cache. 120 \li The cost strategy to use to cache map tiles in memory. 124 Using \b unitary, they will be interpreted as number of tiles. 128 \li Memory cache size for map tiles. 133 \li The cost strategy to use to cache decompressed map tiles in memory. [all …]
|
| H A D | esri.qdoc | 100 \li The cost strategy to use to cache map tiles on disk. 104 Using \b unitary, they will be interpreted as number of tiles. 108 …\li Disk cache size for map tiles. The default size of the cache is 50 MiB when \b bytesize is the… 109 strategy for this cache, or 1000 tiles, when \b unitary is the cost strategy. 112 \li The cost strategy to use to cache map tiles in memory. 116 Using \b unitary, they will be interpreted as number of tiles. 120 …\li Memory cache size for map tiles. The default size of the cache is 3 MiB when \b bytesize is th… 121 strategy for this cache, or 100 tiles, when \b unitary is the cost strategy. 124 \li The cost strategy to use to cache decompressed map tiles in memory. 128 Using \b unitary, they will be interpreted as number of tiles. [all …]
|
| H A D | nokia.qdoc | 101 \li The cost strategy to use to cache map tiles on disk. 105 Using \b unitary, they will be interpreted as number of tiles. 109 …\li Disk cache size for map tiles. The default size of the cache is 50 MiB when \b bytesize is the… 110 strategy for this cache, or 1000 tiles, when \b unitary is the cost strategy. 113 \li The cost strategy to use to cache map tiles in memory. 117 Using \b unitary, they will be interpreted as number of tiles. 121 …\li Memory cache size for map tiles. The default size of the cache is 3 MiB when \b bytesize is th… 122 strategy for this cache, or 100 tiles, when \b unitary is the cost strategy. 125 \li The cost strategy to use to cache decompressed map tiles in memory. 129 Using \b unitary, they will be interpreted as number of tiles. [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | tileset.cpp | 12 auto tiles = objectMember(value, "tiles"); in operator ()() local 13 if (!tiles) { in operator ()() 14 error = { "source must have tiles" }; in operator ()() 18 if (!isArray(*tiles)) { in operator ()() 19 error = { "source tiles must be an array" }; in operator ()() 23 for (std::size_t i = 0; i < arrayLength(*tiles); i++) { in operator ()() 24 optional<std::string> urlTemplate = toString(arrayMember(*tiles, i)); in operator ()() 26 error = { "source tiles member must be a string" }; in operator ()() 29 result.tiles.push_back(std::move(*urlTemplate)); in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/ |
| H A D | geojsonvt.hpp | 118 auto it = tiles.find(id); in getTile() 119 if (it != tiles.end()) in getTile() 124 if (it == tiles.end()) in getTile() 133 it = tiles.find(id); in getTile() 134 if (it != tiles.end()) in getTile() 138 if (it == tiles.end()) in getTile() 145 return tiles; in getInternalTiles() 149 std::unordered_map<uint64_t, detail::InternalTile> tiles; member in mapbox::geojsonvt::GeoJSONVT 157 const auto end = tiles.end(); in findParent() 164 parent = tiles.find(toID(z0, x0, y0)); in findParent() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocameratiles/ |
| H A D | tst_qgeocameratiles.cpp | 122 // ctFull : Full map in the view, all 16 zl2 tiles visible. Using this as control. in test_tilted_frustum() 260 QSet<QGeoTileSpec> tiles; in tilesPositions() local 265 … tiles.insert(QGeoTileSpec("", 0, static_cast<int>(qFloor(zoom)), tilesX.at(i), tilesY.at(i))); in tilesPositions() 267 QCOMPARE(ct.createTiles(), tiles); in tilesPositions() 286 and checks which tiles are visible against those that in tilesPositions_data() 331 the tiles on both sides of the boundary are expected to be fetched. in tilesPositions_data() 333 Those tiles are needed in case we perform bilinear antialiasing, in tilesPositions_data() 336 that some or all of those extra tiles will need to be fetched before in tilesPositions_data() 343 be in the viewport and for the number of tiles along an axis that in tilesPositions_data() 352 expected visible tiles match the actual visible tiles generated by in tilesPositions_data() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/ |
| H A D | drm_fourcc.h | 265 * This is a tiled layout using 4Kb tiles (except on gen2 where the tiles 2Kb) 279 * This is a tiled layout using 4Kb tiles (except on gen2 where the tiles 2Kb) 294 * This is a tiled layout using 4Kb tiles in row-major layout. 295 * Within the tile pixels are laid out in 16 256 byte units / sub-tiles which 315 * considered to be made up of normal 128Bx32 Y tiles, Thus 344 * This is a simple tiled layout using tiles of 16x16 pixels in a row-major 356 * Each macrotile consists of m x n (mostly 4 x 4) tiles. 368 * This is a simple tiled layout using tiles of 4x4 pixels in a row-major 376 * This is a tiled layout using 64x64 pixel super-tiles, where each super-tile 377 * contains 8x4 groups of 2x4 tiles of 4x4 pixels (like above) each, all in row- [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/ |
| H A D | drm_fourcc.h | 265 * This is a tiled layout using 4Kb tiles (except on gen2 where the tiles 2Kb) 279 * This is a tiled layout using 4Kb tiles (except on gen2 where the tiles 2Kb) 294 * This is a tiled layout using 4Kb tiles in row-major layout. 295 * Within the tile pixels are laid out in 16 256 byte units / sub-tiles which 315 * considered to be made up of normal 128Bx32 Y tiles, Thus 344 * This is a simple tiled layout using tiles of 16x16 pixels in a row-major 356 * Each macrotile consists of m x n (mostly 4 x 4) tiles. 368 * This is a simple tiled layout using tiles of 4x4 pixels in a row-major 376 * This is a tiled layout using 64x64 pixel super-tiles, where each super-tile 377 * contains 8x4 groups of 2x4 tiles of 4x4 pixels (like above) each, all in row- [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/ |
| H A D | av1d_parser2_syntax.c | 50 pp->tiles.cols = frame_header->tile_cols; in av1d_fill_picparams() 51 pp->tiles.rows = frame_header->tile_rows; in av1d_fill_picparams() 52 pp->tiles.context_update_id = frame_header->context_update_tile_id; in av1d_fill_picparams() 56 for (i = 0; i < pp->tiles.cols; i++) { in av1d_fill_picparams() 57 pp->tiles.widths[i] = val; in av1d_fill_picparams() 60 pp->tiles.widths[i] = val; in av1d_fill_picparams() 63 for (i = 0; i < pp->tiles.rows; i++) { in av1d_fill_picparams() 64 pp->tiles.heights[i] = val; in av1d_fill_picparams() 67 pp->tiles.heights[i] = val; in av1d_fill_picparams() 71 pp->tiles.tile_offset_start[i] = h->tile_offset_start[i]; in av1d_fill_picparams() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/ |
| H A D | offline.hpp | 24 * tiles from minZoom up to the maximum zoom level provided by that source. 98 * The cumulative size, in bytes, of all resources (inclusive of tiles) that have 104 * The number of tiles that are known to be required for this region. This is a 110 * The cumulative size, in bytes, of all tiles that have been fully downloaded. 171 * tiles stored for offline regions has been reached. 174 * tiles from Mapbox APIs until existing tiles have been removed. Contact your
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/ |
| H A D | offline_database.cpp | 149 db->exec("ALTER TABLE tiles ADD COLUMN must_revalidate INTEGER NOT NULL DEFAULT 0"); in migrateToVersion6() 372 "UPDATE tiles " in getTile() 394 "FROM tiles " in getTile() 438 "FROM tiles " in hasTile() 466 "UPDATE tiles " in putTile() 493 "UPDATE tiles " in putTile() 534 …"INSERT INTO tiles (url_template, pixel_ratio, x, y, z, modified, must_revalidate, etag, expire… in putTile() 695 "SELECT ?1, tiles.id " in markUsed() 696 "FROM tiles " in markUsed() 720 "FROM region_tiles, tiles " in markUsed() [all …]
|
| H A D | offline_schema.sql | 15 CREATE TABLE tiles ( table 36 -- the set of tiles required for a region may span multiple sources. 48 tile_id INTEGER NOT NULL REFERENCES tiles(id), 58 ON tiles (accessed);
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/ |
| H A D | drm_fourcc.h | 352 * This is a tiled layout using 4Kb tiles (except on gen2 where the tiles 2Kb) 366 * This is a tiled layout using 4Kb tiles (except on gen2 where the tiles 2Kb) 381 * This is a tiled layout using 4Kb tiles in row-major layout. 382 * Within the tile pixels are laid out in 16 256 byte units / sub-tiles which 402 * considered to be made up of normal 128Bx32 Y tiles, Thus 431 * This is a simple tiled layout using tiles of 16x16 pixels in a row-major 443 * Each macrotile consists of m x n (mostly 4 x 4) tiles. 455 * This is a simple tiled layout using tiles of 4x4 pixels in a row-major 463 * This is a tiled layout using 64x64 pixel super-tiles, where each super-tile 464 * contains 8x4 groups of 2x4 tiles of 4x4 pixels (like above) each, all in row- [all …]
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/ |
| H A D | drm_fourcc.h | 352 * This is a tiled layout using 4Kb tiles (except on gen2 where the tiles 2Kb) 366 * This is a tiled layout using 4Kb tiles (except on gen2 where the tiles 2Kb) 381 * This is a tiled layout using 4Kb tiles in row-major layout. 382 * Within the tile pixels are laid out in 16 256 byte units / sub-tiles which 402 * considered to be made up of normal 128Bx32 Y tiles, Thus 431 * This is a simple tiled layout using tiles of 16x16 pixels in a row-major 443 * Each macrotile consists of m x n (mostly 4 x 4) tiles. 455 * This is a simple tiled layout using tiles of 4x4 pixels in a row-major 463 * This is a tiled layout using 64x64 pixel super-tiles, where each super-tile 464 * contains 8x4 groups of 2x4 tiles of 4x4 pixels (like above) each, all in row- [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/ |
| H A D | drm_fourcc.h | 352 * This is a tiled layout using 4Kb tiles (except on gen2 where the tiles 2Kb) 366 * This is a tiled layout using 4Kb tiles (except on gen2 where the tiles 2Kb) 381 * This is a tiled layout using 4Kb tiles in row-major layout. 382 * Within the tile pixels are laid out in 16 256 byte units / sub-tiles which 402 * considered to be made up of normal 128Bx32 Y tiles, Thus 431 * This is a simple tiled layout using tiles of 16x16 pixels in a row-major 443 * Each macrotile consists of m x n (mostly 4 x 4) tiles. 455 * This is a simple tiled layout using tiles of 4x4 pixels in a row-major 463 * This is a tiled layout using 64x64 pixel super-tiles, where each super-tile 464 * contains 8x4 groups of 2x4 tiles of 4x4 pixels (like above) each, all in row- [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | tileset.hpp | 19 std::vector<std::string> tiles; member in mbgl::Tileset 33 : tiles(std::move(tiles_)), 43 return std::tie(lhs.tiles, lhs.zoomRange, lhs.attribution, lhs.scheme, lhs.bounds) in operator ==() 44 == std::tie(rhs.tiles, rhs.zoomRange, rhs.attribution, rhs.scheme, rhs.bounds); in operator ==()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | ui.c | 122 FillColorTile tiles[kMaxTiles]; variable 242 gr_color(tiles[k].r, tiles[k].g, tiles[k].b, tiles[k].a); in draw_screen_locked() 243 gr_fill(tiles[k].left, tiles[k].top, tiles[k].right, tiles[k].bottom); in draw_screen_locked() 947 tiles[tiles_count-1].left = left; in FillColor() 948 tiles[tiles_count-1].top = top; in FillColor() 949 tiles[tiles_count-1].right = width+left; in FillColor() 950 tiles[tiles_count-1].bottom = height+top; in FillColor() 951 tiles[tiles_count-1].r = r; in FillColor() 952 tiles[tiles_count-1].g = g; in FillColor() 953 tiles[tiles_count-1].b = b; in FillColor() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/algorithm/ |
| H A D | update_renderables.hpp | 28 // for (all in the set of ideal tiles of the source) { in updateRenderables() 38 // For source types where TileJSON.bounds is set, tiles outside the in updateRenderables() 50 // We are now attempting to load child and parent tiles. in updateRenderables() 69 // Check all four actual child tiles. in updateRenderables() 85 // We couldn't find child tiles that entirely cover the ideal tile. in updateRenderables()
|