Home
last modified time | relevance | path

Searched refs:RGB2RGB (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 Dcolor_detail.hpp110 template <typename T, int scn, int dcn, int bidx> struct RGB2RGB struct
125 __host__ __device__ __forceinline__ RGB2RGB() {} in RGB2RGB() argument
126 __host__ __device__ __forceinline__ RGB2RGB(const RGB2RGB&) {} in RGB2RGB() argument
129 template <> struct RGB2RGB<uchar, 4, 4, 2> : unary_function<uint, uint> struct
143 __host__ __device__ __forceinline__ RGB2RGB() {} in RGB2RGB() function
144 __host__ __device__ __forceinline__ RGB2RGB(const RGB2RGB&) {} in RGB2RGB() function
151 typedef ::cv::cuda::device::color_detail::RGB2RGB<T, scn, dcn, bidx> functor_type; \ argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp110 template <typename T, int scn, int dcn, int bidx> struct RGB2RGB struct
125 __host__ __device__ __forceinline__ RGB2RGB() {} in RGB2RGB() function
126 __host__ __device__ __forceinline__ RGB2RGB(const RGB2RGB&) {} in RGB2RGB() argument
129 template <> struct RGB2RGB<uchar, 4, 4, 2> : unary_function<uint, uint> struct
143 __host__ __device__ __forceinline__ RGB2RGB() {} in RGB2RGB() function
144 __host__ __device__ __forceinline__ RGB2RGB(const RGB2RGB&) {} in RGB2RGB() function
151 typedef ::cv::cuda::device::color_detail::RGB2RGB<T, scn, dcn, bidx> functor_type; \ argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp110 template <typename T, int scn, int dcn, int bidx> struct RGB2RGB struct
125 __host__ __device__ __forceinline__ RGB2RGB() {} in RGB2RGB() argument
126 __host__ __device__ __forceinline__ RGB2RGB(const RGB2RGB&) {} in RGB2RGB() function
129 template <> struct RGB2RGB<uchar, 4, 4, 2> : unary_function<uint, uint> struct
143 __host__ __device__ __forceinline__ RGB2RGB() {} in RGB2RGB() function
144 __host__ __device__ __forceinline__ RGB2RGB(const RGB2RGB&) {} in RGB2RGB() function
151 typedef ::cv::cuda::device::color_detail::RGB2RGB<T, scn, dcn, bidx> functor_type; \ argument
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dipu_disp.c28 RGB2RGB, enumerator
445 fg_csc_type = RGB2RGB; in ipu_dp_init()
457 bg_csc_type = RGB2RGB; in ipu_dp_init()