| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | ipu_disp.c | 27 YUV2RGB, enumerator 450 fg_csc_type = YUV2RGB; in ipu_dp_init() 462 bg_csc_type = YUV2RGB; in ipu_dp_init() 474 ((fg_csc_type == YUV2RGB) && (bg_csc_type == YUV2RGB)))) { in ipu_dp_init() 1256 ((fg_csc_type == YUV2RGB) && (bg_csc_type == YUV2RGB))) { in ipu_disp_set_color_key()
|
| /OK3568_Linux_fs/external/linux-rga/docs/ |
| H A D | Rockchip_FAQ_RGA_CN.md | 682 csc: RGB2YUV 0xf YUV2RGB 0xf 692 csc: RGB2YUV 0xf YUV2RGB 0xf 702 csc: RGB2YUV 0x7 YUV2RGB 0x7 1087 RGA针对不同输出格式,需要不同的配置的原因是,RGA2拥有3个图像通道——src、src1/pat、dst。其中src通道支持YUV2RGB转换,src1/pat和dst通道只支持RGB2… 1103 …YUV2RGB转换时配置的CSC模式不同导致,新版本librga中默认的RGB2YUV、YUV2RGB的CSC模式为BT.601-limit _range,当错误的配置了对应的 **color_s… 1117 | YUV2RGB | BT.601-limit_range | yuvToRgbMode = 0x1 << 0; | 1118 | YUV2RGB | BT.601-full_range | yuvToRgbMode = 0x2 << 0; | 1119 | YUV2RGB | BT.709-limit_range | yuvToRgbMode = 0x3 << 0; |
|
| H A D | Rockchip_FAQ_RGA_EN.md | 679 csc: RGB2YUV 0xf YUV2RGB 0xf 689 csc: RGB2YUV 0xf YUV2RGB 0xf 699 csc: RGB2YUV 0x7 YUV2RGB 0x7 1076 …ee image channels: src, src1/pat, and dst, in which src channel supports YUV2RGB conversion, src1/… 1092 …YUV2RGB conversion are different, the default CSC modes of RGB2YUV and YUV2RGB in the new version … 1106 | YUV2RGB | BT.601-limit_range | yuvToRgbMode = 0x1 << 0; | 1107 | YUV2RGB | BT.601-full_range | yuvToRgbMode = 0x2 << 0; | 1108 | YUV2RGB | BT.709-limit_range | yuvToRgbMode = 0x3 << 0; |
|
| /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 | 595 template <typename T, int scn, int dcn, int bidx> struct YUV2RGB struct 607 __host__ __device__ __forceinline__ YUV2RGB() {} in YUV2RGB() function 608 __host__ __device__ __forceinline__ YUV2RGB(const YUV2RGB&) {} in YUV2RGB() function 611 template <int bidx> struct YUV2RGB<uchar, 4, 4, bidx> : unary_function<uint, uint> struct 617 __host__ __device__ __forceinline__ YUV2RGB() {} in YUV2RGB() function 618 __host__ __device__ __forceinline__ YUV2RGB(const YUV2RGB&) {} in YUV2RGB() function 625 typedef ::cv::cuda::device::color_detail::YUV2RGB<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 D | color_detail.hpp | 595 template <typename T, int scn, int dcn, int bidx> struct YUV2RGB struct 607 __host__ __device__ __forceinline__ YUV2RGB() {} in YUV2RGB() function 608 __host__ __device__ __forceinline__ YUV2RGB(const YUV2RGB&) {} in YUV2RGB() function 611 template <int bidx> struct YUV2RGB<uchar, 4, 4, bidx> : unary_function<uint, uint> struct 617 __host__ __device__ __forceinline__ YUV2RGB() {} in YUV2RGB() function 618 __host__ __device__ __forceinline__ YUV2RGB(const YUV2RGB&) {} in YUV2RGB() function 625 typedef ::cv::cuda::device::color_detail::YUV2RGB<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 D | color_detail.hpp | 595 template <typename T, int scn, int dcn, int bidx> struct YUV2RGB struct 607 __host__ __device__ __forceinline__ YUV2RGB() {} in YUV2RGB() function 608 __host__ __device__ __forceinline__ YUV2RGB(const YUV2RGB&) {} in YUV2RGB() function 611 template <int bidx> struct YUV2RGB<uchar, 4, 4, bidx> : unary_function<uint, uint> struct 617 __host__ __device__ __forceinline__ YUV2RGB() {} in YUV2RGB() function 618 __host__ __device__ __forceinline__ YUV2RGB(const YUV2RGB&) {} in YUV2RGB() function 625 typedef ::cv::cuda::device::color_detail::YUV2RGB<T, scn, dcn, bidx> functor_type; \ argument
|