| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | im2d.hpp | 284 #undef imrop 285 IM_API IM_STATUS imrop(const rga_buffer_t src, rga_buffer_t dst, int rop_code, int sync = 1, int *r…
|
| H A D | im2d.h | 675 #define imrop(src, dst, rop_code, ...) \ macro
|
| /OK3568_Linux_fs/external/linux-rga/samples/rop_demo/src/ |
| H A D | rga_rop_demo.cpp | 105 ret = imrop(src_img, dst_img, IM_ROP_AND); in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | im2d_single.h | 280 IM_API IM_STATUS imrop(const rga_buffer_t src, rga_buffer_t dst, int rop_code, int sync = 1, int *r… 835 #define imrop(src, dst, rop_code, ...) \ macro
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | im2d_single.h | 280 IM_API IM_STATUS imrop(const rga_buffer_t src, rga_buffer_t dst, int rop_code, int sync = 1, int *r… 835 #define imrop(src, dst, rop_code, ...) \ macro
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | im2d_single.h | 280 IM_API IM_STATUS imrop(const rga_buffer_t src, rga_buffer_t dst, int rop_code, int sync = 1, int *r… 835 #define imrop(src, dst, rop_code, ...) \ macro
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/ |
| H A D | im2d_single.h | 280 IM_API IM_STATUS imrop(const rga_buffer_t src, rga_buffer_t dst, int rop_code, int sync = 1, int *r… 835 #define imrop(src, dst, rop_code, ...) \ macro
|
| /OK3568_Linux_fs/external/linux-rga/docs/ |
| H A D | Rockchip_Developer_Guide_RGA_CN.md | 769 - **imrop**: 调用RGA实现快速图像光栅操作。 1678 #### imrop subsubsection 1681 IM_STATUS imrop(const rga_buffer_t src, 1711 > 通过job_handle向指定的任务中添加图像ROP运算操作,用法和imrop一致。
|
| H A D | Rockchip_Developer_Guide_RGA_EN.md | 762 - **imrop**: Call RGA for fast image ROP. 1672 #### imrop subsubsection 1675 IM_STATUS imrop(const rga_buffer_t src, 1705 …ration to the specified job through job_handle. The configuration parameters are the same as imrop.
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/src/ |
| H A D | im2d.cpp | 1144 IM_API IM_STATUS imrop(const rga_buffer_t src, rga_buffer_t dst, int rop_code, int sync, int *relea… in imrop() function 2013 return imrop(src, dst, rop_code, sync, NULL); in imrop_t()
|