| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | im2d.hpp | 192 #undef imtranslate 193 IM_API IM_STATUS imtranslate(const rga_buffer_t src, rga_buffer_t dst, int x, int y, int sync = 1, …
|
| H A D | im2d.h | 473 #define imtranslate(src, dst, x, y, ...) \ macro
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | im2d_single.h | 99 IM_API IM_STATUS imtranslate(const rga_buffer_t src, rga_buffer_t dst, int x, int y, int sync = 1, … 639 #define imtranslate(src, dst, x, y, ...) \ macro
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | im2d_single.h | 99 IM_API IM_STATUS imtranslate(const rga_buffer_t src, rga_buffer_t dst, int x, int y, int sync = 1, … 639 #define imtranslate(src, dst, x, y, ...) \ macro
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | im2d_single.h | 99 IM_API IM_STATUS imtranslate(const rga_buffer_t src, rga_buffer_t dst, int x, int y, int sync = 1, … 639 #define imtranslate(src, dst, x, y, ...) \ macro
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/ |
| H A D | im2d_single.h | 99 IM_API IM_STATUS imtranslate(const rga_buffer_t src, rga_buffer_t dst, int x, int y, int sync = 1, … 639 #define imtranslate(src, dst, x, y, ...) \ macro
|
| /OK3568_Linux_fs/external/linux-rga/docs/ |
| H A D | Rockchip_Developer_Guide_RGA_CN.md | 751 - **imtranslate**: 调用RGA实现快速图像平移操作。 1170 #### imtranslate subsubsection 1173 IM_STATUS imtranslate(const rga_buffer_t src, 1206 > 通过job_handle向指定的任务中添加图像平移操作,用法和imtranslate一致。 3320 > 将需要平移的偏移量在存储src矩形数据的im_rect结构体中赋值,并将存储src、dst图像数据的rga_buffer_t结构体传入imtranslate()。 3327 /*将im_rect格式的结构体src_rect与rga_buffer_t格式的结构体src、dst一同传入imtranslate()*/ 3328 STATUS = imtranslate(src, dst, src_rect.x, src_rect.y);
|
| H A D | Rockchip_Developer_Guide_RGA_EN.md | 744 - **imtranslate**: Call RGA for fast image translation. 1164 #### imtranslate subsubsection 1167 IM_STATUS imtranslate(const rga_buffer_t src, 1200 … to the specified job through job_handle. The configuration parameters are the same as imtranslate. 3088 … data, and pass the rga_buffer_t structure that stores the src and dst image data to imtranslate(). 3095 …s the src_rect of im_rect format along with src and dst of rga_buffer_t format into imtranslate()*/ 3096 STATUS = imtranslate(src, dst, src_rect.x, src_rect.y);
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/ |
| H A D | rgaImDemo.cpp | 594 STATUS = imtranslate(src, dst, src_rect.x, src_rect.y); in main()
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/src/ |
| H A D | im2d.cpp | 944 IM_API IM_STATUS imtranslate(const rga_buffer_t src, rga_buffer_t dst, int x, int y, int sync, int … in imtranslate() function 1989 return imtranslate(src, dst, x, y, sync, NULL); in imtranslate_t()
|