Home
last modified time | relevance | path

Searched refs:convert (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/
H A Dgeojson_impl.hpp20 T convert(const rapidjson_value &json);
23 point convert<point>(const rapidjson_value &json) { in convert() function
31 Cont convert(const rapidjson_value &json) { in convert() function
37 points.push_back(convert<typename Cont::value_type>(element)); in convert()
43 geometry convert<geometry>(const rapidjson_value &json) { in convert() function
65 return geometry{ convert<geometry_collection>(json_geometries) }; in convert()
78 return geometry{ convert<point>(json_coords) }; in convert()
80 return geometry{ convert<multi_point>(json_coords) }; in convert()
82 return geometry{ convert<line_string>(json_coords) }; in convert()
84 return geometry{ convert<multi_line_string>(json_coords) }; in convert()
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/
H A D0008-video-converter-Support-rockchip-RGA-2D-accel.patch44 @@ -2742,6 +2747,169 @@ gst_video_converter_get_config (GstVideoConverter * convert)
45 return convert->config;
165 +video_converter_try_rga (GstVideoConverter * convert,
189 + if (!get_rga_info (src, &src_info, convert->in_x, convert->in_y,
190 + convert->in_width, convert->in_height)) {
195 + if (!get_rga_info (dest, &dst_info, convert->out_x, convert->out_y,
196 + convert->out_width, convert->out_height)) {
213 * @convert: a #GstVideoConverter
214 @@ -2789,6 +2957,12 @@ gst_video_converter_frame (GstVideoConverter * convert,
215 convert->out_width == 0 || convert->out_height == 0))
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0008-video-converter-Support-rockchip-RGA-2D-accel.patch44 @@ -2742,6 +2747,169 @@ gst_video_converter_get_config (GstVideoConverter * convert)
45 return convert->config;
165 +video_converter_try_rga (GstVideoConverter * convert,
189 + if (!get_rga_info (src, &src_info, convert->in_x, convert->in_y,
190 + convert->in_width, convert->in_height)) {
195 + if (!get_rga_info (dest, &dst_info, convert->out_x, convert->out_y,
196 + convert->out_width, convert->out_height)) {
213 * @convert: a #GstVideoConverter
214 @@ -2789,6 +2957,12 @@ gst_video_converter_frame (GstVideoConverter * convert,
215 convert->out_width == 0 || convert->out_height == 0))
[all …]
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0008-video-converter-Support-rockchip-RGA-2D-accel.patch44 @@ -2742,6 +2747,169 @@ gst_video_converter_get_config (GstVideoConverter * convert)
45 return convert->config;
165 +video_converter_try_rga (GstVideoConverter * convert,
189 + if (!get_rga_info (src, &src_info, convert->in_x, convert->in_y,
190 + convert->in_width, convert->in_height)) {
195 + if (!get_rga_info (dest, &dst_info, convert->out_x, convert->out_y,
196 + convert->out_width, convert->out_height)) {
213 * @convert: a #GstVideoConverter
214 @@ -2789,6 +2957,12 @@ gst_video_converter_frame (GstVideoConverter * convert,
215 convert->out_width == 0 || convert->out_height == 0))
[all …]
/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
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
358 struct convert<Box, Ring, box_tag, ring_tag, 2, false> struct
[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
43 inline typename BOOST_FUSION_WA_GCC34(result_of::convert<Tag, Sequence>)::type in BOOST_FUSION_WA_GCC34()
44 convert(Sequence& seq) in BOOST_FUSION_WA_GCC34()
46 typedef typename result_of::convert<Tag, Sequence>::gen gen; in BOOST_FUSION_WA_GCC34()
52 inline typename result_of::convert<Tag, Sequence const>::type
53 convert(Sequence const& seq) in convert() function
55 typedef typename result_of::convert<Tag, Sequence const>::gen gen; in convert()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dlight.cpp21 convert<PropertyValue<LightAnchorType>>(*anchor, error, false); in operator ()()
33 convert<TransitionOptions>(*anchorTransition, error); in operator ()()
44 convert<PropertyValue<Color>>(*color, error, false); in operator ()()
56 convert<TransitionOptions>(*colorTransition, error); in operator ()()
67 convert<PropertyValue<Position>>(*position, error, false); in operator ()()
79 convert<TransitionOptions>(*positionTransition, error); in operator ()()
90 convert<PropertyValue<float>>(*intensity, error, false); in operator ()()
102 convert<TransitionOptions>(*intensityTransition, error); in operator ()()
H A Dproperty_setter.hpp28 optional<PropertyValue> typedValue = convert<PropertyValue>(value, error, convertTokens); in setProperty()
45 optional<TransitionOptions> transition = convert<TransitionOptions>(value, error); in setTransition()
61 optional<VisibilityType> visibility = convert<VisibilityType>(value, error); in setVisibility()
H A Dfunction.cpp79 auto converted = convert<float>(value, error); in operator ()()
90 auto converted = convert<float>(value, error); in operator ()()
126 auto result = convert<float>(value, error); in convertLiteral()
133 auto result = convert<bool>(value, error); in convertLiteral()
140 auto result = convert<std::string>(value, error); in convertLiteral()
147 auto result = convert<Color>(value, error); in convertLiteral()
252 optional<float> t = convert<float>(arrayMember(stopValue, 0), error); in convertStops()
302 optional<T> t = convert<T>(arrayMember(stopValue, 0), error); in convertBranches()
513 optional<float> z = convert<float>(*zoomValue, error); in composite()
518 optional<T> d = convert<T>(*sourceValue, error); in composite()
H A Dsource.cpp21 optional<Tileset> tileset = convert<Tileset>(value, error); in convertURLOrTileset()
101 optional<GeoJSONOptions> options = convert<GeoJSONOptions>(value, error); in convertGeoJSONSource()
109 optional<GeoJSON> geoJSON = convert<GeoJSON>(*dataValue, error); in convertGeoJSONSource()
152 auto latLng = conversion::convert<LatLng>(arrayMember(*coordinatesValue,i), error); in convertImageSource()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libidn/libidn/
H A D0001-idn-format-security-warnings.patch17 | _("could not convert from UTF-8 to UCS-4"));
20 | _("could not convert from UTF-8 to UCS-4"));
23 | _("could not convert from UTF-8 to UCS-4"));
26 | _("could not convert from UCS-4 to UTF-8"));
29 | _("could not convert from UCS-4 to UTF-8"));
32 | _("could not convert from UCS-4 to UTF-8"));
35 | _("could not convert from UTF-8 to UCS-4"));
38 | _("could not convert from UTF-8 to UCS-4"));
44 | _("could not convert from UTF-8 to UCS-4"));
93 _("could not convert from UTF-8 to UCS-4"));
[all …]
/OK3568_Linux_fs/kernel/security/selinux/ss/
H A Dsidtab.c44 s->convert = NULL; in sidtab_init()
269 struct sidtab_convert_params *convert; in sidtab_context_to_sid() local
295 convert = s->convert; in sidtab_context_to_sid()
319 if (convert) { in sidtab_context_to_sid()
321 dst_convert = sidtab_do_lookup(convert->target, count, 1); in sidtab_context_to_sid()
327 rc = convert->func(context, &dst_convert->context, in sidtab_context_to_sid()
328 convert->args, GFP_ATOMIC); in sidtab_context_to_sid()
335 convert->target->count = count + 1; in sidtab_context_to_sid()
337 hash_add_rcu(convert->target->context_to_sid, in sidtab_context_to_sid()
374 struct sidtab_convert_params *convert) in sidtab_convert_tree() argument
[all …]
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-data.txt19 convert::
21 It's possible to set data-convert debug variable to get debug messages from conversion,
23 perf --debug data-convert data convert ...
25 OPTIONS for 'convert'
46 Default is off, only convert samples.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/btrfs-tools/
H A Dbtrfs-tools_5.16.2.bb6 btrfs and an utility (btrfs-convert) to make a btrfs filesystem from an ext3."
26 convert \
32 PACKAGECONFIG[convert] = "--enable-convert --with-convert=ext2,--disable-convert --without-convert,…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/geojson/
H A Drapidjson.hpp18 T convert(const rapidjson_value &);
21 geojson convert(const rapidjson_value &);
26 rapidjson_value convert(const T &, rapidjson_allocator&);
29 rapidjson_value convert(const geojson &, rapidjson_allocator&);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/imagemagick/
H A Dimagemagick_7.0.10.bb49 ALTERNATIVE:${PN} = "animate compare composite conjure convert display \
56 ALTERNATIVE_TARGET[convert] = "${bindir}/convert.im7"
66 convert.1 display.1 identify.1 import.1 magick-script.1 mogrify.1 montage.1 stream.1"
76 ALTERNATIVE_LINK_NAME[convert.1] = "${mandir}/man1/convert.1"
77 ALTERNATIVE_TARGET[convert.1] = "${mandir}/man1/convert.im7.1"
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A Dscaler_service.cpp30 To convert(From&);
33 img_buffer_t convert(std::shared_ptr<DmaVideoBuffer>& dma) { in convert() function
55 img_buffer_t src = convert<img_buffer_t>(last); in operator ()()
56 img_buffer_t dst = convert<img_buffer_t>(*it); in operator ()()
/OK3568_Linux_fs/buildroot/package/btrfs-progs/
H A Dbtrfs-progs.mk28 BTRFS_PROGS_CONF_OPTS += --enable-convert --with-convert=ext2
31 BTRFS_PROGS_CONF_OPTS += --disable-convert
39 --disable-convert
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Dscaler_service.cpp30 To convert(From&);
33 img_buffer_t convert(std::shared_ptr<DmaVideoBuffer>& dma) { in convert() function
59 img_buffer_t src = convert<img_buffer_t>(last); in operator ()()
60 img_buffer_t dst = convert<img_buffer_t>(*it); in operator ()()
/OK3568_Linux_fs/kernel/fs/ocfs2/dlm/
H A Ddlmconvert.c359 struct dlm_convert_lock convert; in dlm_send_remote_convert_request() local
368 memset(&convert, 0, sizeof(struct dlm_convert_lock)); in dlm_send_remote_convert_request()
369 convert.node_idx = dlm->node_num; in dlm_send_remote_convert_request()
370 convert.requested_type = type; in dlm_send_remote_convert_request()
371 convert.cookie = lock->ml.cookie; in dlm_send_remote_convert_request()
372 convert.namelen = res->lockname.len; in dlm_send_remote_convert_request()
373 convert.flags = cpu_to_be32(flags); in dlm_send_remote_convert_request()
374 memcpy(convert.name, res->lockname.name, convert.namelen); in dlm_send_remote_convert_request()
377 vec[0].iov_base = &convert; in dlm_send_remote_convert_request()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Duniform.cpp43 MBGL_CHECK_ERROR(glUniformMatrix2fv(location, 1, GL_FALSE, util::convert<float>(t).data())); in bindUniform()
48 MBGL_CHECK_ERROR(glUniformMatrix3fv(location, 1, GL_FALSE, util::convert<float>(t).data())); in bindUniform()
53 MBGL_CHECK_ERROR(glUniformMatrix4fv(location, 1, GL_FALSE, util::convert<float>(t).data())); in bindUniform()
74 bindUniform(location, util::convert<float>(std::array<uint32_t, 2> {{ t.width, t.height }})); in bindUniform()
79 bindUniform(location, util::convert<float>(t)); in bindUniform()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iqConverTer/include/
H A Diqconverter.h50 virtual void convert(CamCalibDbV2Context_t *calibv2, \
61 module##_converter->convert(calibv2, calibv1); \
74 virtual void convert(CamCalibDbV2Context_t *calibv2,
121 int convert();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dconvert_ring.hpp53 geometry::convert(source, destination); in apply()
72 geometry::convert(source, exterior_ring(destination)); in apply()
92 geometry::convert(source, interior_rings(destination).back()); in apply()
/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/package/patchelf/
H A D0004-patchelf-Check-ELF-endianness-before-writing-new-run.patch9 to convert endianness.
25 if (!forceRPath && dynRPath && !dynRunPath) { /* convert DT_RPATH to DT_RUNPATH */
32 if (forceRPath && dynRPath && dynRunPath) { /* convert DT_RUNPATH to DT_RPATH */

12345678910>>...23