| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/ |
| H A D | README.md | 138 ID[1]: RGA3_core0 imcopy 1 time success! 140 ID[1]: RGA3_core0 imcopy 2 time success! 142 ID[1]: RGA3_core0 imcopy 3 time success!
|
| /OK3568_Linux_fs/external/linux-rga/samples/copy_demo/src/ |
| H A D | rga_copy_tile8x8_demo.cpp | 105 ret = imcopy(src_img, tile8_img); in main() 128 ret = imcopy(tile8_img, dst_img); in main()
|
| H A D | rga_copy_fbc_demo.cpp | 106 ret = imcopy(src_img, fbc_img); in main() 129 ret = imcopy(fbc_img, dst_img); in main()
|
| H A D | rga_copy_demo.cpp | 103 ret = imcopy(src_img, dst_img); in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | im2d.hpp | 205 #undef imcopy 206 IM_API IM_STATUS imcopy(const rga_buffer_t src, rga_buffer_t dst, int sync = 1, int *release_fence_…
|
| H A D | im2d.h | 500 #define imcopy(src, dst, ...) \ macro
|
| /OK3568_Linux_fs/external/linux-rga/samples/config_demo/src/ |
| H A D | rga_config_thread_core_demo.cpp | 97 ret = imcopy(src_img, dst_img); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/allocator_demo/src/ |
| H A D | rga_allocator_malloc_demo.cpp | 101 ret = imcopy(src, dst); in main()
|
| H A D | rga_allocator_dma_demo.cpp | 111 ret = imcopy(src, dst); in main()
|
| H A D | rga_allocator_1106_cma_demo.cpp | 111 ret = imcopy(src, dst); in main()
|
| H A D | rga_allocator_dma_cache_demo.cpp | 115 ret = imcopy(src, dst); in main()
|
| H A D | rga_allocator_drm_demo.cpp | 121 ret = imcopy(src, dst); in main()
|
| H A D | rga_allocator_graphicbuffer_demo.cpp | 149 ret = imcopy(src, dst); in main()
|
| H A D | rga_allocator_drm_phy_demo.cpp | 135 ret = imcopy(src, dst); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/async_demo/src/ |
| H A D | rga_async_demo.cpp | 120 ret = imcopy(src_img, tmp_img, 1, &release_fence_fd); in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | im2d_single.h | 39 IM_API IM_STATUS imcopy(const rga_buffer_t src, rga_buffer_t dst, int sync = 1, int *release_fence_… 512 #define imcopy(src, dst, ...) \ macro
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | im2d_single.h | 39 IM_API IM_STATUS imcopy(const rga_buffer_t src, rga_buffer_t dst, int sync = 1, int *release_fence_… 512 #define imcopy(src, dst, ...) \ macro
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | im2d_single.h | 39 IM_API IM_STATUS imcopy(const rga_buffer_t src, rga_buffer_t dst, int sync = 1, int *release_fence_… 512 #define imcopy(src, dst, ...) \ macro
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/ |
| H A D | im2d_single.h | 39 IM_API IM_STATUS imcopy(const rga_buffer_t src, rga_buffer_t dst, int sync = 1, int *release_fence_… 512 #define imcopy(src, dst, ...) \ macro
|
| /OK3568_Linux_fs/external/linux-rga/docs/ |
| H A D | Rockchip_Developer_Guide_RGA_CN.md | 744 - **imcopy**: 调用RGA实现快速图像拷贝操作。 997 #### imcopy subsubsection 1000 IM_STATUS imcopy(const rga_buffer_t src, 1027 > 通过job_handle向指定的任务中添加图像拷贝操作,用法和imcopy一致。 3347 > 将存储src、dst图像数据的rga_buffer_t结构体传入imcopy()。 3350 /*rga_buffer_t格式的结构体src、dst传入imcopy()*/ 3351 STATUS = imcopy(src, dst);
|
| H A D | Rockchip_Developer_Guide_RGA_EN.md | 737 - **imcopy**: Call RGA for fast image copy. 990 #### imcopy subsubsection 993 IM_STATUS imcopy(const rga_buffer_t src, 1020 …ation to the specified job through job_handle. The configuration parameters are the same as imcopy. 3115 > Passing rga_buffer_t that stores src and dst image data to imcopy(). 3118 /*passing src and dst of rga_buffer_t format to imcopy()*/ 3119 STATUS = imcopy(src, dst);
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/ |
| H A D | main_video.cc | 377 imcopy(origin, src); in mpp_decoder_frame_callback()
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/ |
| H A D | rgaImDemo.cpp | 366 STATUS = imcopy(src, dst); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/ |
| H A D | rga_im2d_slt.cpp | 400 ret = imcopy(src, dst); in pthread_rga_run()
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/src/ |
| H A D | im2d.cpp | 807 IM_API IM_STATUS imcopy(const rga_buffer_t src, rga_buffer_t dst, int sync, int *release_fence_fd) { in imcopy() function 1993 return imcopy(src, dst, sync, NULL); in imcopy_t()
|