| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acac/ |
| H A D | cac_adaptor.cpp | 118 if (!attr_) { in SetApiAttr() 119 attr_ = std::unique_ptr<rkaiq_cac_v03_api_attr_t>(new rkaiq_cac_v03_api_attr_t); in SetApiAttr() 124 attr_->iso_cnt = attr->iso_cnt; in SetApiAttr() 125 attr_->op_mode = attr->op_mode; in SetApiAttr() 126 memcpy(attr_->auto_params, attr->auto_params, sizeof(attr->auto_params)); in SetApiAttr() 128 attr_->op_mode = attr->op_mode; in SetApiAttr() 129 memcpy(&attr_->manual_param, &attr->manual_param, sizeof(attr->manual_param)); in SetApiAttr() 131 enable_ = attr_->enable = attr->enable; in SetApiAttr() 138 if (!attr_) { in SetApiAttr() 139 attr_ = std::unique_ptr<rkaiq_cac_v10_api_attr_t>(new rkaiq_cac_v10_api_attr_t); in SetApiAttr() [all …]
|
| H A D | cac_adaptor.h | 93 std::unique_ptr<rkaiq_cac_v03_api_attr_t> attr_ = nullptr; variable 95 std::unique_ptr<rkaiq_cac_v10_api_attr_t> attr_ = nullptr; variable 97 std::unique_ptr<rkaiq_cac_v11_api_attr_t> attr_ = nullptr; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/ |
| H A D | bool_policies.hpp | 27 parse_true(Iterator& first, Iterator const& last, Attribute& attr_) in parse_true() 31 spirit::traits::assign_to(T(true), attr_); // result is true in parse_true() 39 parse_false(Iterator& first, Iterator const& last, Attribute& attr_) in parse_false() 43 spirit::traits::assign_to(T(false), attr_); // result is false in parse_false() 56 parse_true(Iterator& first, Iterator const& last, Attribute& attr_) in parse_true() 60 spirit::traits::assign_to(T(true), attr_); // result is true in parse_true() 68 parse_false(Iterator& first, Iterator const& last, Attribute& attr_) in parse_false() 72 spirit::traits::assign_to(T(false), attr_); // result is false in parse_false()
|
| H A D | real_policies.hpp | 40 parse_n(Iterator& first, Iterator const& last, Attribute& attr_) in parse_n() 42 return extract_uint<Attribute, 10, 1, -1>::call(first, last, attr_); in parse_n() 57 parse_frac_n(Iterator& first, Iterator const& last, Attribute& attr_, int& frac_digits) in parse_frac_n() 60 bool r = extract_uint<Attribute, 10, 1, -1, true, true>::call(first, last, attr_); in parse_frac_n() 86 parse_exp_n(Iterator& first, Iterator const& last, int& attr_) in parse_exp_n() 88 return extract_int<int, 10, 1, -1>::call(first, last, attr_); in parse_exp_n() 120 parse_nan(Iterator& first, Iterator const& last, Attribute& attr_) in parse_nan() 143 attr_ = std::numeric_limits<T>::quiet_NaN(); in parse_nan() 151 parse_inf(Iterator& first, Iterator const& last, Attribute& attr_) in parse_inf() 164 attr_ = std::numeric_limits<T>::infinity(); in parse_inf()
|
| H A D | numeric_utils.hpp | 56 inline static bool call(Iterator& first, Iterator const& last, T& attr_) in call() 73 detail::cast_unsigned<T>::call(attr_))) in call() 82 inline static bool call(Iterator& first, Iterator const& last, Attribute& attr_) in call() 88 traits::assign_to(attr_local, attr_); in call() 107 inline static bool call(Iterator& first, Iterator const& last, T& attr_) in call() 123 hit = extract_neg_type::parse(first, last, attr_); in call() 125 hit = extract_pos_type::parse(first, last, attr_); in call() 136 inline static bool call(Iterator& first, Iterator const& last, Attribute& attr_) in call() 142 traits::assign_to(attr_local, attr_); in call()
|
| H A D | real.hpp | 164 , T& attr_) const in parse() 168 return extract::parse(first, last, attr_, RealPolicies()); in parse() 178 T attr_; in parse() local 179 if (parse(first, last, context, skipper, attr_)) in parse() 181 traits::assign_to(attr_, attr_param); in parse() 217 T attr_; in parse() local 219 if (extract::parse(first, last, attr_, RealPolicies()) && in parse() 220 (attr_ == n_)) in parse() 222 traits::assign_to(attr_, attr_param); in parse()
|
| H A D | int.hpp | 205 , Attribute& attr_) const in parse() 209 return extract::call(first, last, attr_); in parse() 249 T attr_; in parse() local 251 if (extract::call(first, last, attr_) && (attr_ == n_)) in parse() 253 traits::assign_to(attr_, attr_param); in parse()
|
| H A D | uint.hpp | 238 , Attribute& attr_) const in parse() 242 return extract::call(first, last, attr_); in parse() 282 T attr_; in parse() local 284 if (extract::call(first, last, attr_) && (attr_ == n_)) in parse() 286 traits::assign_to(attr_, attr_param); in parse()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/operator/ |
| H A D | sequence_base.hpp | 71 , Attribute& attr_, mpl::false_) const in parse_impl() 84 >::type attr_local(attr_); in parse_impl() 99 , Attribute& attr_, mpl::true_) const in parse_impl() 102 traits::make_container(attr_); in parse_impl() 108 Derived::fail_function(iter, last, context, skipper), attr_)) in parse_impl() 121 , Attribute& attr_) const in parse() 123 return parse_impl(first, last, context, skipper, attr_ in parse()
|
| H A D | optional.hpp | 65 , Attribute& attr_, mpl::false_) const in parse_impl() 74 spirit::traits::assign_to(val, attr_); in parse_impl() 83 , Attribute& attr_, mpl::true_) const in parse_impl() 85 subject.parse(first, last, context, skipper, attr_); in parse_impl() 93 , Attribute& attr_) const in parse() 98 return parse_impl(first, last, context, skipper, attr_ in parse()
|
| H A D | kleene.hpp | 74 , Attribute& attr_) const in parse() 77 traits::make_container(attr_); in parse() 84 parse_container(detail::make_pass_container(f, attr_)); in parse()
|
| H A D | plus.hpp | 75 , Attribute& attr_) const in parse() 81 traits::make_container(attr_); in parse() 85 if (!parse_container(detail::make_pass_container(f, attr_))) in parse()
|
| H A D | list.hpp | 83 , Attribute& attr_) const in parse() 89 traits::make_container(attr_); in parse() 93 if (!parse_container(detail::make_pass_container(f, attr_))) in parse()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/directive/ |
| H A D | skip.hpp | 82 , Attribute& attr_) const in parse() 85 , detail::get_skipper(u), attr_); in parse() 92 , Attribute& attr_) const in parse() 95 , skipper, attr_); in parse() 128 , Attribute& attr_) const in parse() 130 return subject.parse(first, last, context, skipper, attr_); in parse()
|
| H A D | lexeme.hpp | 62 , Attribute& attr_) const in parse() 66 , detail::unused_skipper<Skipper>(skipper), attr_); in parse() 73 , Attribute& attr_) const in parse() 78 , skipper, attr_); in parse()
|
| H A D | no_skip.hpp | 65 , Attribute& attr_) const in parse() 68 , detail::unused_skipper<Skipper>(skipper), attr_); in parse() 75 , Attribute& attr_) const in parse() 78 , skipper, attr_); in parse()
|
| H A D | as.hpp | 91 , Context& context, Skipper const& skipper, Attribute& attr_) const in parse() 97 spirit::traits::assign_to(as_attr, attr_); in parse() 106 , Context& context, Skipper const& skipper, T& attr_) const in parse() 109 if (subject.parse(i, last, context, skipper, attr_)) in parse()
|
| H A D | hold.hpp | 59 , Context& context, Skipper const& skipper, Attribute& attr_) const in parse() 61 Attribute copy(attr_); in parse() 64 traits::swap_impl(copy, attr_); in parse()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/binary/ |
| H A D | binary.hpp | 248 typename attribute<Context, Iterator>::type attr_; in parse() local 249 unsigned char* bytes = reinterpret_cast<unsigned char*>(&attr_); in parse() 252 for (unsigned int i = 0; i < sizeof(attr_); ++i) in parse() 260 spirit::traits::assign_to(attr_, attr_param); in parse() 298 boost::endian::endian<endian, typename T::type, bits> attr_; in parse() local 305 attr_ = n; in parse() 310 unsigned char* bytes = reinterpret_cast<unsigned char*>(&attr_); in parse() 313 for (unsigned int i = 0; i < sizeof(attr_); ++i) in parse() 320 spirit::traits::assign_to(attr_, attr_param); in parse()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | configfs.h | 126 static struct configfs_attribute _pfx##attr_##_name = { \ 135 static struct configfs_attribute _pfx##attr_##_name = { \ 143 static struct configfs_attribute _pfx##attr_##_name = { \ 162 static struct configfs_bin_attribute _pfx##attr_##_name = { \ 175 static struct configfs_bin_attribute _pfx##attr_##_name = { \ 187 static struct configfs_bin_attribute _pfx##attr_##_name = { \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/nonterminal/ |
| H A D | rule.hpp | 293 typename transform::type attr_ = transform::pre(made_attr); in parse() local 298 context_type context(attr_); in parse() 308 traits::post_transform(attr_param, attr_); in parse() 313 traits::fail_transform(attr_param, attr_); in parse() 339 typename transform::type attr_ = transform::pre(made_attr); in parse() local 344 context_type context(attr_, params, caller_context); in parse() 354 traits::post_transform(attr_param, attr_); in parse() 359 traits::fail_transform(attr_param, attr_); in parse()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/auxiliary/ |
| H A D | attr_cast.hpp | 93 typename transform::type attr_ = transform::pre(attr_param); in parse() local 96 parse(first, last, context, skipper, attr_)) in parse() 104 traits::post_transform(attr_param, attr_); in parse()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/ |
| H A D | reference.hpp | 41 , Attribute& attr_) const in parse() 43 return ref.get().parse(first, last, context, skipper, attr_); in parse()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/string/ |
| H A D | lit.hpp | 107 , Context& /*context*/, Skipper const& skipper, Attribute& attr_) const in parse() 110 return detail::string_parse(str, first, last, attr_); in parse() 166 , Context& /*context*/, Skipper const& skipper, Attribute& attr_) const in parse() 169 return detail::string_parse(str_lo, str_hi, first, last, attr_); in parse()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/action/ |
| H A D | action.hpp | 52 , Attribute& attr_) const in parse() 61 typename make_attribute::type made_attr = make_attribute::call(attr_); in parse() 73 traits::post_transform(attr_, attr); in parse()
|