Home
last modified time | relevance | path

Searched defs:convert (Results 1 – 25 of 41) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dconvert.hpp280 struct convert: not_implemented<Tag1, Tag2, boost::mpl::int_<DimensionCount> > struct
290 struct convert<Geometry1, Geometry2, Tag, Tag, DimensionCount, true> struct
293 static inline void apply(Geometry1 const& source, Geometry2& destination) in apply()
305 struct convert<Geometry1, Geometry2, point_tag, point_tag, DimensionCount, false> struct
315 struct convert<Box1, Box2, box_tag, box_tag, DimensionCount, false> struct
325 struct convert<Segment1, Segment2, segment_tag, segment_tag, DimensionCount, false> struct
331 struct convert<Segment, LineString, segment_tag, linestring_tag, DimensionCount, false> struct
337 struct convert<Ring1, Ring2, ring_tag, ring_tag, DimensionCount, false> struct
348 struct convert<LineString1, LineString2, linestring_tag, linestring_tag, DimensionCount, false> struct
353 struct convert<Polygon1, Polygon2, polygon_tag, polygon_tag, DimensionCount, false> struct
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iqConverTer/src/
H A Diqconverter.cpp28 int IQConverter::convert() { in convert() function in RkCam::IQConverter
66 void CalibConverterAE::convert(CamCalibDbV2Context_t *calibv2, in convert() function in RkCam::CalibConverterAE
86 void CalibConverterAWB::convert(CamCalibDbV2Context_t *calibv2, in convert() function in RkCam::CalibConverterAWB
96 void CalibConverterAblc::convert(CamCalibDbV2Context_t *calibv2, in convert() function in RkCam::CalibConverterAblc
131 void CalibConverterAdpcc::convert(CamCalibDbV2Context_t *calibv2, in convert() function in RkCam::CalibConverterAdpcc
310 void CalibConverterAdegamma::convert(CamCalibDbV2Context_t *calibv2, in convert() function in RkCam::CalibConverterAdegamma
331 void CalibConverterAgic::convert(CamCalibDbV2Context_t *calibv2, in convert() function in RkCam::CalibConverterAgic
514 void CalibConverterAdehaze::convert(CamCalibDbV2Context_t *calibv2, in convert() function in RkCam::CalibConverterAdehaze
519 void CalibConverterAmerge::convert(CamCalibDbV2Context_t *calibv2, in convert() function in RkCam::CalibConverterAmerge
547 void CalibConverterAtmo::convert(CamCalibDbV2Context_t *calibv2, in convert() function in RkCam::CalibConverterAtmo
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/
H A Dgeojson_impl.hpp23 point convert<point>(const rapidjson_value &json) { in convert() function
31 Cont convert(const rapidjson_value &json) { in convert() function
43 geometry convert<geometry>(const rapidjson_value &json) { in convert() function
97 prop_map convert(const rapidjson_value &json) { in convert() function
110 value convert<value>(const rapidjson_value &json) { in convert() function
135 identifier convert<identifier>(const rapidjson_value &json) { in convert() function
151 feature convert<feature>(const rapidjson_value &json) { in convert() function
187 geojson convert<geojson>(const rapidjson_value &json) { in convert() function
250 geojson convert(const rapidjson_value &json) { in convert() function
386 rapidjson_value convert<geometry>(const geometry& element, rapidjson_allocator& allocator) { in convert() function
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/
H A Dconvert.hpp31 struct convert struct
35 gen;
37 typedef typename gen::type type;
53 convert(Sequence const& seq) in convert() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dchar_class.hpp512 struct convert struct
514 typedef typename CharEncoding::char_type char_type;
518 to(tag::lower, Char ch) in to()
526 to(tag::upper, Char ch) in to()
534 to(tag::ucs4, Char ch) in to()
542 to(unused_type, Char ch) in to()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dlcast_unsigned_converters.hpp93 CharT* convert() { in convert() function in boost::detail::lcast_put_unsigned
184 inline bool convert() { in convert() function in boost::detail::lcast_ret_unsigned
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dmax197.h20 int (*convert)(u8 ctrl); member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dutf.cpp8 std::u16string utf8_to_utf16::convert(std::string const& utf8) { in convert() function in mbgl::util::utf8_to_utf16
H A Dqt_conversion.hpp141 optional<T> convert(const QVariant& value, Error& error, Args&&...args) { in convert() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dutf.cpp16 std::u16string utf8_to_utf16::convert(std::string const& utf8) { in convert() function in mbgl::util::utf8_to_utf16
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dconvert.hpp12 MBGL_CONSTEXPR std::array<To, Size> convert(const std::array<From, Size>&from) { in convert() function
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ddata-convert-bt.c86 struct convert { struct
87 struct perf_tool tool;
88 struct ctf_writer writer;
90 u64 events_size;
91 u64 events_count;
92 u64 non_sample_count;
95 u64 queue_size;
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/
H A Dtest.c5 double convert(long long l) in convert() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/
H A Das_actor.hpp21 convert(T const & t) in convert() function
H A Dvalue.hpp132 convert(typename meta::argument_type<typename meta::decay<T>::type>::type t) in convert() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A Dscaler_service.cpp33 img_buffer_t convert(std::shared_ptr<DmaVideoBuffer>& dma) { in convert() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Dscaler_service.cpp33 img_buffer_t convert(std::shared_ptr<DmaVideoBuffer>& dma) { in convert() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dconvert.hpp95 inline vt_features convert(const geometry::feature_collection<double>& features, in convert() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Drapidjson_conversion.hpp118 optional<T> convert(const JSValue& value, Error& error, Args&&...args) { in convert() function
/OK3568_Linux_fs/kernel/security/selinux/ss/
H A Dsidtab.c269 struct sidtab_convert_params *convert; in sidtab_context_to_sid() local
374 struct sidtab_convert_params *convert) in sidtab_convert_tree()
H A Dsidtab.h88 struct sidtab_convert_params *convert; member
/OK3568_Linux_fs/kernel/fs/ocfs2/dlm/
H A Ddlmconvert.c359 struct dlm_convert_lock convert; in dlm_send_remote_convert_request() local
/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dlinear.c55 static void convert(struct snd_pcm_plugin *plugin, in convert() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/
H A Dconverter.hpp466 static result_type convert ( argument_type s ) { return s ; } in convert() function
491 static result_type convert ( argument_type s ) in convert() function
521 static result_type convert ( argument_type s ) in convert() function
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppdec.h53 gboolean convert; member

12