Searched refs:functor_type (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/ |
| H A D | color_detail.hpp | 151 typedef ::cv::cuda::device::color_detail::RGB2RGB<T, scn, dcn, bidx> functor_type; \ 152 static __host__ __device__ __forceinline__ functor_type create_functor() \ 154 return functor_type(); \ 224 typedef ::cv::cuda::device::color_detail::RGB2RGB5x5<scn, bidx, green_bits> functor_type; \ 225 static __host__ __device__ __forceinline__ functor_type create_functor() \ 227 return functor_type(); \ 305 typedef ::cv::cuda::device::color_detail::RGB5x52RGB<dcn, bidx, green_bits> functor_type; \ 306 static __host__ __device__ __forceinline__ functor_type create_functor() \ 308 return functor_type(); \ 351 typedef ::cv::cuda::device::color_detail::Gray2RGB<T, dcn> functor_type; \ [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/ |
| H A D | color_detail.hpp | 151 typedef ::cv::cuda::device::color_detail::RGB2RGB<T, scn, dcn, bidx> functor_type; \ 152 static __host__ __device__ __forceinline__ functor_type create_functor() \ 154 return functor_type(); \ 224 typedef ::cv::cuda::device::color_detail::RGB2RGB5x5<scn, bidx, green_bits> functor_type; \ 225 static __host__ __device__ __forceinline__ functor_type create_functor() \ 227 return functor_type(); \ 305 typedef ::cv::cuda::device::color_detail::RGB5x52RGB<dcn, bidx, green_bits> functor_type; \ 306 static __host__ __device__ __forceinline__ functor_type create_functor() \ 308 return functor_type(); \ 351 typedef ::cv::cuda::device::color_detail::Gray2RGB<T, dcn> functor_type; \ [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/ |
| H A D | color_detail.hpp | 151 typedef ::cv::cuda::device::color_detail::RGB2RGB<T, scn, dcn, bidx> functor_type; \ 152 static __host__ __device__ __forceinline__ functor_type create_functor() \ 154 return functor_type(); \ 224 typedef ::cv::cuda::device::color_detail::RGB2RGB5x5<scn, bidx, green_bits> functor_type; \ 225 static __host__ __device__ __forceinline__ functor_type create_functor() \ 227 return functor_type(); \ 305 typedef ::cv::cuda::device::color_detail::RGB5x52RGB<dcn, bidx, green_bits> functor_type; \ 306 static __host__ __device__ __forceinline__ functor_type create_functor() \ 308 return functor_type(); \ 351 typedef ::cv::cuda::device::color_detail::Gray2RGB<T, dcn> functor_type; \ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/ |
| H A D | function_base.hpp | 255 typedef Functor functor_type; typedef 287 const functor_type* in_functor = in manage_small() 288 reinterpret_cast<const functor_type*>(in_buffer.data); in manage_small() 289 new (reinterpret_cast<void*>(out_buffer.data)) functor_type(*in_functor); in manage_small() 292 functor_type* f = reinterpret_cast<functor_type*>(in_buffer.data); in manage_small() 298 functor_type* f = reinterpret_cast<functor_type*>(out_buffer.data); in manage_small() 318 typedef Functor functor_type; typedef 347 const functor_type* f = in manager() 348 static_cast<const functor_type*>(in_buffer.members.obj_ptr); in manager() 349 functor_type* new_f = new functor_type(*f); in manager() [all …]
|