| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | im2d.hpp | 256 #undef imcvtcolor 257 IM_API IM_STATUS imcvtcolor(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode = IM_C…
|
| H A D | im2d.h | 615 #define imcvtcolor(src, dst, sfmt, dfmt, ...) \ macro
|
| /OK3568_Linux_fs/external/linux-rga/samples/cvtcolor_demo/src/ |
| H A D | rga_cvtcolor_csc_demo.cpp | 95 ret = imcvtcolor(src_img, dst_img, src_format, dst_format, IM_RGB_TO_YUV_BT709_LIMIT); in main()
|
| H A D | rga_cvtcolor_demo.cpp | 95 ret = imcvtcolor(src_img, dst_img, src_format, dst_format); in main()
|
| H A D | rga_cvtcolor_gray256_demo.cpp | 102 ret = imcvtcolor(src_img, dst_img, src_format, dst_format, IM_RGB_TO_YUV_BT601_FULL); in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | im2d_single.h | 127 IM_API IM_STATUS imcvtcolor(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode = IM_C… 582 #define imcvtcolor(src, dst, sfmt, dfmt, ...) \ macro
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | im2d_single.h | 127 IM_API IM_STATUS imcvtcolor(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode = IM_C… 582 #define imcvtcolor(src, dst, sfmt, dfmt, ...) \ macro
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | im2d_single.h | 127 IM_API IM_STATUS imcvtcolor(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode = IM_C… 582 #define imcvtcolor(src, dst, sfmt, dfmt, ...) \ macro
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/ |
| H A D | im2d_single.h | 127 IM_API IM_STATUS imcvtcolor(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode = IM_C… 582 #define imcvtcolor(src, dst, sfmt, dfmt, ...) \ macro
|
| /OK3568_Linux_fs/external/linux-rga/samples/resize_demo/src/ |
| H A D | rga_resize_uv_downsampling_demo.cpp | 205 ret = imcvtcolor(src_img, dst_img, RK_FORMAT_YCbCr_422_SP, RK_FORMAT_YCbCr_420_SP); in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/ |
| H A D | yolo_image.cc | 424 ret = imcvtcolor(rga_src, rga_dst, rga_src.format, rga_dst.format); in colorConvertAndFlip()
|
| /OK3568_Linux_fs/external/linux-rga/docs/ |
| H A D | Rockchip_Developer_Guide_RGA_CN.md | 753 - **imcvtcolor**: 调用RGA实现快速图像格式转换。 1222 #### imcvtcolor subsubsection 1225 IM_STATUS imcvtcolor(rga_buffer_t src, 1263 > 通过job_handle向指定的任务中添加图像平移操作,用法和imcvtcolor一致。 3393 将需要转换的格式在rga_buffer_t的成员变量format中赋值,并将存储src、dst图像数据的rga_buffer_t结构体传入imcvtcolor()。 3400 /*将需要转换的格式与rga_buffer_t格式的结构体src、dst一同传入imcvtcolor()*/ 3401 STATUS = imcvtcolor(src, dst, src.format, dst.format);
|
| H A D | Rockchip_Developer_Guide_RGA_EN.md | 746 - **imcvtcolor**: Call RGA for fast image format conversion. 1216 #### imcvtcolor subsubsection 1219 IM_STATUS imcvtcolor(rga_buffer_t src, 1257 …n to the specified job through job_handle. The configuration parameters are the same as imcvtcolor. 3161 …a_buffer_t, and pass the rga_buffer_t structure that stores src and dst image data to imcvtcolor(). 3168 /*passing the format to be converted and src and dst of rga_buffer_t format to imcvtcolor()*/ 3169 STATUS = imcvtcolor(src, dst, src.format, dst.format);
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/ |
| H A D | rgaImDemo.cpp | 639 STATUS = imcvtcolor(src, dst, src.format, dst.format); in main()
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/src/ |
| H A D | im2d.cpp | 889 IM_API IM_STATUS imcvtcolor(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode, int s… in imcvtcolor() function 2005 return imcvtcolor(src, dst, sfmt, dfmt, mode, sync, NULL); in imcvtcolor_t()
|