| /OK3568_Linux_fs/external/linux-rga/im2d_api/src/ |
| H A D | im2d_impl.cpp | 1153 …if ((pat_enable ? (pat.color_space_mode & IM_RGB_TO_YUV_MASK) : 0) && (~feature_usage & IM_RGA_SUP… in rga_check_feature() 1159 if ((src.color_space_mode & IM_FULL_CSC_MASK || in rga_check_feature() 1160 dst.color_space_mode & IM_FULL_CSC_MASK || in rga_check_feature() 1161 (pat_enable ? (pat.color_space_mode & IM_FULL_CSC_MASK) : 0)) && in rga_check_feature() 1428 image.color_space_mode, image.global_alpha, image.rd_mode); in rga_dump_channel_info() 1792 … if ((dst.color_space_mode & IM_YUV_TO_RGB_MASK) && (dst.color_space_mode & IM_RGB_TO_YUV_MASK)) { in rga_task_submit() 1797 dstinfo.color_space_mode = dst.color_space_mode; in rga_task_submit() 1806 } else if (dst.color_space_mode & (IM_YUV_TO_RGB_MASK)) { in rga_task_submit() 1811 dstinfo.color_space_mode = dst.color_space_mode; in rga_task_submit() 1814 dstinfo.color_space_mode = dst.color_space_mode; in rga_task_submit() [all …]
|
| H A D | im2d.cpp | 906 dst.color_space_mode = mode; in imcvtcolor() 1620 dst.color_space_mode = mode; in imcvtcolorTask()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | drmrga.h | 169 int color_space_mode; member
|
| H A D | im2d_type.h | 271 int color_space_mode; /* color_space_mode */ member
|
| /OK3568_Linux_fs/external/linux-rga/include/ |
| H A D | drmrga.h | 281 int color_space_mode; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | drmrga.h | 281 int color_space_mode; member
|
| H A D | im2d_type.h | 296 int color_space_mode; /* color_space_mode */ member
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | drmrga.h | 281 int color_space_mode; member
|
| H A D | im2d_type.h | 296 int color_space_mode; /* color_space_mode */ member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | drmrga.h | 281 int color_space_mode; member
|
| H A D | im2d_type.h | 296 int color_space_mode; /* color_space_mode */ member
|
| /OK3568_Linux_fs/external/linux-rga/core/ |
| H A D | NormalRgaApi.cpp | 860 int NormalRgaFullColorSpaceConvert(struct rga_req *msg, int color_space_mode) { in NormalRgaFullColorSpaceConvert() argument 892 switch (color_space_mode) { in NormalRgaFullColorSpaceConvert() 922 printf("Not support full csc mode [%x]\n", color_space_mode); in NormalRgaFullColorSpaceConvert() 945 if (color_space_mode >> 8) { in NormalRgaFullColorSpaceConvert()
|
| H A D | NormalRga.h | 288 int NormalRgaFullColorSpaceConvert(struct rga_req *msg, int color_space_mode);
|
| H A D | NormalRga.cpp | 1298 if (dst->color_space_mode & full_csc_mask) { in RgaBlit() 1299 NormalRgaFullColorSpaceConvert(&rgaReg, dst->color_space_mode); in RgaBlit() 1336 if(dst->color_space_mode > 0) in RgaBlit() 1337 yuvToRgbMode = dst->color_space_mode; in RgaBlit() 1673 if(dst->color_space_mode > 0) in RgaCollorFill() 1674 rgaReg.yuv2rgb_mode = dst->color_space_mode; in RgaCollorFill()
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/ |
| H A D | im2d_type.h | 296 int color_space_mode; /* color_space_mode */ member
|
| /OK3568_Linux_fs/external/linux-rga/docs/ |
| H A D | Rockchip_Developer_Guide_RGA_CN.md | 2327 int color_space_mode; /* color_space_mode */ 2344 | color_space_mode | 图像色域空间。 |
|
| H A D | Rockchip_FAQ_RGA_CN.md | 1103 …新版本librga中默认的RGB2YUV、YUV2RGB的CSC模式为BT.601-limit _range,当错误的配置了对应的 **color_space_mode** 成员变量时,色域空间的…
|
| H A D | Rockchip_Developer_Guide_RGA_EN.md | 2321 int color_space_mode; /* color_space_mode */ 2338 | color_space_mode | Image color space mode. |
|
| H A D | Rockchip_FAQ_RGA_EN.md | 1092 …new version librga is BT.601-limit _range. When the corresponding **color_space_mode** member vari…
|