Home
last modified time | relevance | path

Searched refs:imrop (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Dim2d.hpp284 #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 Dim2d.h675 #define imrop(src, dst, rop_code, ...) \ macro
/OK3568_Linux_fs/external/linux-rga/samples/rop_demo/src/
H A Drga_rop_demo.cpp105 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 Dim2d_single.h280 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 Dim2d_single.h280 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 Dim2d_single.h280 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 Dim2d_single.h280 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 DRockchip_Developer_Guide_RGA_CN.md769 - **imrop**: 调用RGA实现快速图像光栅操作。
1678 #### imrop subsubsection
1681 IM_STATUS imrop(const rga_buffer_t src,
1711 > 通过job_handle向指定的任务中添加图像ROP运算操作,用法和imrop一致。
H A DRockchip_Developer_Guide_RGA_EN.md762 - **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 Dim2d.cpp1144 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()