Home
last modified time | relevance | path

Searched refs:imsync (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/docs/
H A DRockchip_Developer_Guide_RGA_CN.md787 - **imsync**: 用于异步模式时,同步任务完成状态。
971 | release_fence_fd | **[optional]** Used in async mode, as a parameter of imsync() |
1013 | release_fence_fd | **[optional]**Used in async mode, as a parameter of imsync() |
1067 | release_fence_fd | **[optional]**Used in async mode, as a parameter of imsync() |
1088 | release_fence_fd | **[optional]**Used in async mode, as a parameter of imsync() |
1140 | release_fence_fd | **[optional]**Used in async mode, as a parameter of imsync() |
1190 | release_fence_fd | **[optional]**Used in async mode, as a parameter of imsync() |
1246 | release_fence_fd | **[optional]**Used in async mode, as a parameter of imsync() |
1299 | release_fence_fd | **[optional]**Used in async mode, as a parameter of imsync() |
1347 | release_fence_fd | **[optional]**Used in async mode, as a parameter of imsync() |
[all …]
H A DRockchip_Developer_Guide_RGA_EN.md780 - **imsync**: Synchronize task completion status in asynchronous mode.
964 | release_fence_fd | **[optional]** Used in async mode, as a parameter of imsync() |
1006 | release_fence_fd | **[optional]**Used in async mode, as a parameter of imsync() |
1061 | release_fence_fd | **[optional]**Used in async mode, as a parameter of imsync() |
1082 | release_fence_fd | **[optional]**Used in async mode, as a parameter of imsync() |
1134 | release_fence_fd | **[optional]**Used in async mode, as a parameter of imsync() |
1184 | release_fence_fd | **[optional]**Used in async mode, as a parameter of imsync() |
1240 | release_fence_fd | **[optional]**Used in async mode, as a parameter of imsync() |
1293 | release_fence_fd | **[optional]**Used in async mode, as a parameter of imsync() |
1341 | release_fence_fd | **[optional]**Used in async mode, as a parameter of imsync() |
[all …]
H A DRockchip_FAQ_RGA_CN.md861 …GA2 Device Driver 由于目前librga的异步模式的标识符为打开的设备节点,而单例模式的librga一个进程只会打开一个fd,所以imsync()是等待该进程所有的异步模式均运行结…
1003 …要 RGA 做的工作往底层驱动配置,RGA 会将工作存储在驱动自己管理的一个工作队列中按顺序完成。当上层需要处理这块 buffer 时再调用 **imsync()** 来确定 RGA 硬件是否已经…
H A DRockchip_FAQ_RGA_EN.md855 …ode, and a process of librga in singleton mode will only open one fd, so imsync() waits for all as…
994 …n sequence. When the upper layer needs to process the buffer, it calls **imsync()** to determine i…
/OK3568_Linux_fs/external/linux-rga/im2d_api/
H A Dim2d_common.h138 IM_EXPORT_API IM_STATUS imsync(int release_fence_fd);
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A Dim2d_common.h138 IM_EXPORT_API IM_STATUS imsync(int release_fence_fd);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A Dim2d_common.h138 IM_EXPORT_API IM_STATUS imsync(int release_fence_fd);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A Dim2d_common.h138 IM_EXPORT_API IM_STATUS imsync(int release_fence_fd);
/OK3568_Linux_fs/external/linux-rga/samples/async_demo/src/
H A Drga_async_demo.cpp163 ret = imsync(release_fence_fd); in main()
/OK3568_Linux_fs/external/linux-rga/
H A DCHANGELOG.md183 - imsync增加传参:release_fence_fd。
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Dim2d.h742 IM_API IM_STATUS imsync(int out_fence_fd);
/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d.cpp752 IM_API IM_STATUS imsync(int fence_fd) { in imsync() function
1387 ret = imsync(copy_fence_fd); in immakeBorder()
1504 ret = imsync(copy_fence_fd); in immakeBorder()