Home
last modified time | relevance | path

Searched refs:imcopy (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/
H A DREADME.md138 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 Drga_copy_tile8x8_demo.cpp105 ret = imcopy(src_img, tile8_img); in main()
128 ret = imcopy(tile8_img, dst_img); in main()
H A Drga_copy_fbc_demo.cpp106 ret = imcopy(src_img, fbc_img); in main()
129 ret = imcopy(fbc_img, dst_img); in main()
H A Drga_copy_demo.cpp103 ret = imcopy(src_img, dst_img); in main()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Dim2d.hpp205 #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 Dim2d.h500 #define imcopy(src, dst, ...) \ macro
/OK3568_Linux_fs/external/linux-rga/samples/config_demo/src/
H A Drga_config_thread_core_demo.cpp97 ret = imcopy(src_img, dst_img); in main()
/OK3568_Linux_fs/external/linux-rga/samples/allocator_demo/src/
H A Drga_allocator_malloc_demo.cpp101 ret = imcopy(src, dst); in main()
H A Drga_allocator_dma_demo.cpp111 ret = imcopy(src, dst); in main()
H A Drga_allocator_1106_cma_demo.cpp111 ret = imcopy(src, dst); in main()
H A Drga_allocator_dma_cache_demo.cpp115 ret = imcopy(src, dst); in main()
H A Drga_allocator_drm_demo.cpp121 ret = imcopy(src, dst); in main()
H A Drga_allocator_graphicbuffer_demo.cpp149 ret = imcopy(src, dst); in main()
H A Drga_allocator_drm_phy_demo.cpp135 ret = imcopy(src, dst); in main()
/OK3568_Linux_fs/external/linux-rga/samples/async_demo/src/
H A Drga_async_demo.cpp120 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 Dim2d_single.h39 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 Dim2d_single.h39 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 Dim2d_single.h39 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 Dim2d_single.h39 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 DRockchip_Developer_Guide_RGA_CN.md744 - **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 DRockchip_Developer_Guide_RGA_EN.md737 - **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 Dmain_video.cc377 imcopy(origin, src); in mpp_decoder_frame_callback()
/OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/
H A DrgaImDemo.cpp366 STATUS = imcopy(src, dst); in main()
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/
H A Drga_im2d_slt.cpp400 ret = imcopy(src, dst); in pthread_rga_run()
/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d.cpp807 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()