/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
transform_detail.hpp | 61 typedef typename TypeVec<D, shift>::vec_type write_type; typedef in struct:cv::cuda::device::transform_detail::UnaryReadWriteTraits 68 typedef typename TypeVec<D, shift>::vec_type write_type; typedef in struct:cv::cuda::device::transform_detail::BinaryReadWriteTraits 212 typedef typename UnaryReadWriteTraits<T, D, ft::smart_shift>::write_type write_type; typedef 226 write_type dst_n_el = ((const write_type*)dst)[x]; 230 ((write_type*)dst)[x] = dst_n_el; 262 typedef typename BinaryReadWriteTraits<T1, T2, D, ft::smart_shift>::write_type write_type; typedef 278 write_type dst_n_el = ((const write_type*)dst)[x] [all...] |
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
transform.hpp | 188 typedef typename MakeVec<DstType, SHIFT>::type write_type; typedef 202 write_type dst_n_el = ((const write_type*)dst)[x]; 206 ((write_type*)dst)[x] = dst_n_el; 224 typedef typename MakeVec<DstType, SHIFT>::type write_type; typedef 240 write_type dst_n_el = ((const write_type*)dst)[x]; 244 ((write_type*)dst)[x] = dst_n_el;
|
/system/bt/bta/gatt/ |
bta_gattc_int.h | 136 tBTA_GATTC_WRITE_TYPE write_type; member in struct:__anon72868
|
/system/bt/bta/hh/ |
bta_hh_le.c | 82 tBTA_GATTC_WRITE_TYPE write_type; member in struct:__anon72939 177 BTA_GATTC_WriteCharValue(op->conn_id, op->handle, op->write_type, op->len, 208 UINT8 *p_value, tBTA_GATTC_WRITE_TYPE write_type) { 217 op->write_type = write_type; 2372 tBTA_GATTC_WRITE_TYPE write_type = BTA_GATTC_TYPE_WRITE; local [all...] |
/system/bt/btif/src/ |
btif_gatt_client.c | 196 uint8_t write_type; member in struct:__anon73363 [all...] |