Home
last modified time | relevance | path

Searched +full:auto +full:- +full:range (Results 1 – 25 of 1020) sorted by relevance

12345678910>>...41

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_range.hpp4 #include <mbgl/util/range.hpp>
13 Range<Point<uint32_t>> range; member in mbgl::util::TileRange
14 Range<uint8_t> zoomRange;
16 // Compute the range of tiles covered by the bounds at maxZoom.
22 auto swProj = Projection::project(bounds.southwest().wrapped(), maxZoom); in fromLatLngBounds()
23 auto ne = bounds.northeast(); in fromLatLngBounds()
24auto neProj = Projection::project(ne.longitude() > util::LONGITUDE_MAX ? ne.wrapped() : ne , maxZo… in fromLatLngBounds()
26 const auto maxTile = std::pow(2.0, maxZoom); in fromLatLngBounds()
27 const auto minX = static_cast<uint32_t>(std::floor(swProj.x)); in fromLatLngBounds()
28 const auto maxX = static_cast<uint32_t>(std::floor(neProj.x)); in fromLatLngBounds()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_manager.cpp22 auto dependencies = std::make_shared<GlyphDependencies>(std::move(glyphDependencies)); in getGlyphs()
24 // Figure out which glyph ranges need to be fetched. For each range that does need to in getGlyphs()
28 for (const auto& dependency : *dependencies) { in getGlyphs()
34 for (const auto& glyphID : glyphIDs) { in getGlyphs()
35 if (localGlyphRasterizer->canRasterizeGlyph(fontStack, glyphID)) { in getGlyphs()
44 for (const auto& range : ranges) { in getGlyphs() local
45 auto it = entry.ranges.find(range); in getGlyphs()
46 if (it == entry.ranges.end() || !it->second.parsed) { in getGlyphs()
47 GlyphRequest& request = entry.ranges[range]; in getGlyphs()
49 requestRange(request, fontStack, range); in getGlyphs()
[all …]
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Dkms-properties.csv2 ,DVI-I,“subconnector”,ENUM,"{ “Unknown”, “DVI-D”, “DVI-A” }",Connector,TBD
3 ,,“select subconnector”,ENUM,"{ “Automatic”, “DVI-D”, “DVI-A” }",Connector,TBD
7 ,,“left margin”,RANGE,"Min=0, Max=100",Connector,TBD
8 ,,“right margin”,RANGE,"Min=0, Max=100",Connector,TBD
9 ,,“top margin”,RANGE,"Min=0, Max=100",Connector,TBD
10 ,,“bottom margin”,RANGE,"Min=0, Max=100",Connector,TBD
11 ,,“brightness”,RANGE,"Min=0, Max=100",Connector,TBD
12 ,,“contrast”,RANGE,"Min=0, Max=100",Connector,TBD
13 ,,“flicker reduction”,RANGE,"Min=0, Max=100",Connector,TBD
14 ,,“overscan”,RANGE,"Min=0, Max=100",Connector,TBD
[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/include/c++/10.3.1/bits/
H A Drange_access.h1 // <range_access.h> -*- C++ -*-
3 // Copyright (C) 2010-2020 Free Software Foundation, Inc.
50 inline _GLIBCXX17_CONSTEXPR auto in _GLIBCXX_VISIBILITY()
51 begin(_Container& __cont) -> decltype(__cont.begin()) in _GLIBCXX_VISIBILITY()
60 inline _GLIBCXX17_CONSTEXPR auto in _GLIBCXX_VISIBILITY()
61 begin(const _Container& __cont) -> decltype(__cont.begin()) in _GLIBCXX_VISIBILITY()
70 inline _GLIBCXX17_CONSTEXPR auto in _GLIBCXX_VISIBILITY()
71 end(_Container& __cont) -> decltype(__cont.end()) in _GLIBCXX_VISIBILITY()
80 inline _GLIBCXX17_CONSTEXPR auto in _GLIBCXX_VISIBILITY()
81 end(const _Container& __cont) -> decltype(__cont.end()) in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_multiset.h1 // Multiset implementation -*- C++ -*-
3 // Copyright (C) 2001-2020 Free Software Foundation, Inc.
28 * Hewlett-Packard Company
34 * in supporting documentation. Hewlett-Packard Company makes no
111 "std::multiset must have a non-const, non-volatile value_type"); in _GLIBCXX_VISIBILITY()
127 /// This turns a red-black tree into a [multi]set. in _GLIBCXX_VISIBILITY()
178 * @brief Builds a %multiset from a range. in _GLIBCXX_VISIBILITY()
183 * [first,last). This is linear in N if the range is already sorted, in _GLIBCXX_VISIBILITY()
192 * @brief Builds a %multiset from a range. in _GLIBCXX_VISIBILITY()
199 * [__first,__last). This is linear in N if the range is already sorted, in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_set.h1 // Set implementation -*- C++ -*-
3 // Copyright (C) 2001-2020 Free Software Foundation, Inc.
28 * Hewlett-Packard Company
34 * in supporting documentation. Hewlett-Packard Company makes no
109 "std::set must have a non-const, non-volatile value_type"); in _GLIBCXX_VISIBILITY()
133 _Rep_type _M_t; // Red-black tree representing set. in _GLIBCXX_VISIBILITY()
139 /// Iterator-related typedefs. in _GLIBCXX_VISIBILITY()
181 * @brief Builds a %set from a range. in _GLIBCXX_VISIBILITY()
186 * [__first,__last). This is linear in N if the range is in _GLIBCXX_VISIBILITY()
196 * @brief Builds a %set from a range. in _GLIBCXX_VISIBILITY()
[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/include/c++/10.3.1/bits/
H A Drange_access.h1 // <range_access.h> -*- C++ -*-
3 // Copyright (C) 2010-2020 Free Software Foundation, Inc.
50 inline _GLIBCXX17_CONSTEXPR auto in _GLIBCXX_VISIBILITY()
51 begin(_Container& __cont) -> decltype(__cont.begin()) in _GLIBCXX_VISIBILITY()
60 inline _GLIBCXX17_CONSTEXPR auto in _GLIBCXX_VISIBILITY()
61 begin(const _Container& __cont) -> decltype(__cont.begin()) in _GLIBCXX_VISIBILITY()
70 inline _GLIBCXX17_CONSTEXPR auto in _GLIBCXX_VISIBILITY()
71 end(_Container& __cont) -> decltype(__cont.end()) in _GLIBCXX_VISIBILITY()
80 inline _GLIBCXX17_CONSTEXPR auto in _GLIBCXX_VISIBILITY()
81 end(const _Container& __cont) -> decltype(__cont.end()) in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_multiset.h1 // Multiset implementation -*- C++ -*-
3 // Copyright (C) 2001-2020 Free Software Foundation, Inc.
28 * Hewlett-Packard Company
34 * in supporting documentation. Hewlett-Packard Company makes no
111 "std::multiset must have a non-const, non-volatile value_type"); in _GLIBCXX_VISIBILITY()
127 /// This turns a red-black tree into a [multi]set. in _GLIBCXX_VISIBILITY()
178 * @brief Builds a %multiset from a range. in _GLIBCXX_VISIBILITY()
183 * [first,last). This is linear in N if the range is already sorted, in _GLIBCXX_VISIBILITY()
192 * @brief Builds a %multiset from a range. in _GLIBCXX_VISIBILITY()
199 * [__first,__last). This is linear in N if the range is already sorted, in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_set.h1 // Set implementation -*- C++ -*-
3 // Copyright (C) 2001-2020 Free Software Foundation, Inc.
28 * Hewlett-Packard Company
34 * in supporting documentation. Hewlett-Packard Company makes no
109 "std::set must have a non-const, non-volatile value_type"); in _GLIBCXX_VISIBILITY()
133 _Rep_type _M_t; // Red-black tree representing set. in _GLIBCXX_VISIBILITY()
139 /// Iterator-related typedefs. in _GLIBCXX_VISIBILITY()
181 * @brief Builds a %set from a range. in _GLIBCXX_VISIBILITY()
186 * [__first,__last). This is linear in N if the range is in _GLIBCXX_VISIBILITY()
196 * @brief Builds a %set from a range. in _GLIBCXX_VISIBILITY()
[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/include/c++/10.3.1/
H A Dranges1 // <ranges> -*- C++ -*-
3 // Copyright (C) 2019-2020 Free Software Foundation, Inc.
59 // [range.range] The range concept.
60 // [range.sized] The sized_range concept.
63 // [range.refinements]
73 = range<_Tp> && movable<_Tp> && default_initializable<_Tp>
76 /// A range which can be safely converted to a view.
78 concept viewable_range = range<_Tp>
84 concept __simple_view = view<_Range> && range<const _Range>
90 && (is_pointer_v<_It> || requires(_It __it) { __it.operator->(); });
[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/include/c++/10.3.1/
H A Dranges1 // <ranges> -*- C++ -*-
3 // Copyright (C) 2019-2020 Free Software Foundation, Inc.
59 // [range.range] The range concept.
60 // [range.sized] The sized_range concept.
63 // [range.refinements]
73 = range<_Tp> && movable<_Tp> && default_initializable<_Tp>
76 /// A range which can be safely converted to a view.
78 concept viewable_range = range<_Tp>
84 concept __simple_view = view<_Range> && range<const _Range>
90 && (is_pointer_v<_It> || requires(_It __it) { __it.operator->(); });
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/intel/
H A De1000.rst1 .. SPDX-License-Identifier: GPL-2.0+
8 Copyright(c) 1999 - 2013 Intel Corporation.
13 - Identifying Your Adapter
14 - Command Line Parameters
15 - Speed and Duplex Configuration
16 - Additional Configurations
17 - Support
50 -------
54 :Valid Range: 0x01-0x0F, 0x20-0x2F
57 This parameter is a bit-mask that specifies the speed and duplex settings
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dqcom_smbb.txt1 Qualcomm Switch-Mode Battery Charger and Boost
4 - compatible:
8 - "qcom,pm8941-charger"
10 - reg:
12 Value type: <prop-encoded-array>
15 - interrupts:
17 Value type: <prop-encoded-array>
21 - charge done
22 - charge fast mode
23 - charge trickle mode
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dtopology_correction.hpp54 for (auto& r : dupe_ring) { in operator <<()
56 if (r.second.op1->ring) { in operator <<()
57 out << r.second.op1->ring->ring_index; in operator <<()
59 out << "---"; in operator <<()
62 if (r.second.op2->ring) { in operator <<()
63 out << r.second.op2->ring->ring_index; in operator <<()
65 out << "---"; in operator <<()
67 out << " ( at " << r.second.op1->x << ", " << r.second.op1->y << " )"; in operator <<()
69 if (r.second.op1->ring) { in operator <<()
70 out << "area: " << r.second.op1->ring->area << " parent: "; in operator <<()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/supercluster/0.2.2/include/
H A Dsupercluster.hpp71 const auto now = std::chrono::high_resolution_clock::now(); in operator ()()
72 const auto ms = std::chrono::duration_cast<std::chrono::microseconds>(now - started); in operator ()()
109 for (int z = options.maxZoom; z >= options.minZoom; z--) { in Supercluster()
121 auto &zoom = zooms[limitZoom(z)]; in getTile()
127 auto visitor = [&, this](const auto &id) { in getTile()
128 auto const &c = zoom.clusters[id]; in getTile()
130 TilePoint point(::round(this->options.extent * (c.pos.x * z2 - x)), in getTile()
131 ::round(this->options.extent * (c.pos.y * z2 - y))); in getTile()
135 feature.properties = this->features[c.id].properties; in getTile()
144 double const top = (y - r) / z2; in getTile()
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-camera.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _camera-controls:
13 .. _camera-control-id:
23 .. _v4l2-exposure-auto-type:
28 enum v4l2_exposure_auto_type -
36 .. flat-table::
37 :header-rows: 0
38 :stub-columns: 0
40 * - ``V4L2_EXPOSURE_AUTO``
41 - Automatic exposure time, automatic iris aperture.
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dinterpolate.hpp31 for (const auto& stop : stops) { in eachChild()
37 for (const auto& stop : stops) { in eachStop()
42 // Return the smallest range of stops that covers the interval [lower, upper]
43 Range<float> getCoveringStops(const double lower, const double upper) const { in getCoveringStops()
47 double interpolationFactor(const Range<double>& inputLevels, const double inputValue) const { in interpolationFactor()
49 [&](const auto& interp) { return interp.interpolationFactor(inputLevels, inputValue); } in interpolationFactor()
55 auto rhs = static_cast<const Interpolate*>(&e); in operator ==()
56 if (interpolator != rhs->interpolator || in operator ==()
57 *input != *(rhs->input) || in operator ==()
58 stops.size() != rhs->stops.size()) in operator ==()
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dints.c2 * linux/arch/m68k/kernel/ints.c -- Linux/m68k general interrupt handling code
35 .name = "auto",
69 * @handler: called from auto vector interrupts
71 * setup the handler to be called from auto vector interrupts instead of the
72 * standard do_IRQ(), it will be called with irq numbers in the range
73 * from IRQ_AUTO_1 - IRQ_AUTO_7.
87 * setup user vector interrupts, this includes activating the specified range
89 * different from auto vector interrupts).
99 *user_irqvec_fixup = vec - IRQ_USER; in m68k_setup_user_interrupt()
110 * Change the controller for the specified range of irq, which will be used to
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/rkisp1/uapi/
H A Drkisp1-config.h1 /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
12 /* Vendor specific - used for RK_ISP1 camera sub-system */
20 /* Sensor De-gamma */
26 /* Auto White Balance Gain */
38 /* Auto Focus Control */
40 /* Auto White Balancing */
44 /* Auto Exposure Control */
46 /* Wide Dynamic Range */
48 /* Denoise Pre-Filter */
50 /* Denoise Pre-Filter Strength */
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/m5mols/
H A Dm5mols.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Header for M-5MOLS 8M Pixel camera sensor with ISP
16 #include <media/v4l2-subdev.h>
35 * struct m5mols_resolution - structure for the resolution
49 * struct m5mols_exif - structure for the EXIF information of M-5MOLS
56 * @sdr: status register value of the Subject Distance Range
72 * struct m5mols_capture - Structure for the capture capability
88 * struct m5mols_scenemode - structure for the scenemode capability
91 * @wb_mode: mode which means the WhiteBalance is Auto or Manual
97 * @af_range: Auto Focus's range
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/
H A Dbrcm,brcmstb-i2c.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/i2c/brcm,brcmstb-i2c.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Kamal Dasu <kdasu.kdev@gmail.com>
13 - $ref: /schemas/i2c/i2c-controller.yaml#
18 - brcm,bcm2711-hdmi-i2c
19 - brcm,brcmstb-i2c
20 - brcm,brcmper-i2c
26 - description: BSC register range
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/algorithm/
H A Dupdate_renderables.hpp5 #include <mbgl/util/range.hpp>
22 const Range<uint8_t>& zoomRange, in updateRenderables()
29 for (const auto& idealRenderTileID : idealTileIDs) { in updateRenderables()
35 auto tile = getTile(idealDataTileID); in updateRenderables()
46 if (tile->isRenderable()) { in updateRenderables()
51 bool parentHasTriedOptional = tile->hasTriedCache(); in updateRenderables()
52 bool parentIsLoaded = tile->isLoaded(); in updateRenderables()
60 const auto childDataTileID = idealDataTileID.scaledTo(overscaledZ); in updateRenderables()
62 if (tile && tile->isRenderable()) { in updateRenderables()
70 for (const auto& childTileID : idealDataTileID.canonical.children()) { in updateRenderables()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_ae_module.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
26 printf("\t 3) AE: set exp auto.\n"); in sample_ae_usage()
27 printf("\t 4) AE: set manual time & auto gain.\n"); in sample_ae_usage()
28 printf("\t 5) AE: set auto time & manual gain.\n"); in sample_ae_usage()
29 printf("\t 6) AE: set time range.\n"); in sample_ae_usage()
30 printf("\t 7) AE: get time range.\n"); in sample_ae_usage()
31 printf("\t 8) AE: set gain range.\n"); in sample_ae_usage()
32 printf("\t 9) AE: get gain range.\n"); in sample_ae_usage()
34 printf("\t b) AE: set auto fps.\n"); in sample_ae_usage()
55 printf("\t C) AE: enter hall dc-iris calib.\n"); in sample_ae_usage()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/
H A DXtensa-Options.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
3 <!-- This file documents the GNU Assembler "as".
5 Copyright (C) 1991-2021 Free Software Foundation, Inc.
10 with no Invariant Sections, with no Front-Cover Texts, and with no
11 Back-Cover Texts. A copy of the license is included in the
13 -->
14 <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ -->
20 <meta name="resource-type" content="document">
23 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
25 <link href="AS-Index.html#AS-Index" rel="index" title="AS Index">
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/
H A DXtensa-Options.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
3 <!-- This file documents the GNU Assembler "as".
5 Copyright (C) 1991-2021 Free Software Foundation, Inc.
10 with no Invariant Sections, with no Front-Cover Texts, and with no
11 Back-Cover Texts. A copy of the license is included in the
13 -->
14 <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ -->
20 <meta name="resource-type" content="document">
23 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
25 <link href="AS-Index.html#AS-Index" rel="index" title="AS Index">
[all …]

12345678910>>...41