Home
last modified time | relevance | path

Searched refs:rga_buffer_pool (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/core/hardware/
H A Drga_ioctl.h41 #define RGA_IOC_IMPORT_BUFFER RGA_IOWR(0x3, struct rga_buffer_pool)
42 #define RGA_IOC_RELEASE_BUFFER RGA_IOW(0x4, struct rga_buffer_pool)
357 struct rga_buffer_pool { struct
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Drga.h38 #define RGA_IOC_IMPORT_BUFFER RGA_IOWR(0x3, struct rga_buffer_pool)
39 #define RGA_IOC_RELEASE_BUFFER RGA_IOW(0x4, struct rga_buffer_pool)
471 struct rga_buffer_pool { struct
/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d_impl.h110 IM_API IM_STATUS rga_import_buffers(struct rga_buffer_pool *buffer_pool);
111 IM_API IM_STATUS rga_release_buffers(struct rga_buffer_pool *buffer_pool);
H A Dim2d_impl.cpp1311 IM_API IM_STATUS rga_import_buffers(struct rga_buffer_pool *buffer_pool) { in rga_import_buffers()
1333 struct rga_buffer_pool buffer_pool; in rga_import_buffer()
1354 struct rga_buffer_pool buffer_pool; in rga_import_buffer()
1379 IM_API IM_STATUS rga_release_buffers(struct rga_buffer_pool *buffer_pool) { in rga_release_buffers()
1401 struct rga_buffer_pool buffer_pool; in rga_release_buffer()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga.h16 #define RGA_IOC_IMPORT_BUFFER RGA_IOWR(0x3, struct rga_buffer_pool)
17 #define RGA_IOC_RELEASE_BUFFER RGA_IOW(0x4, struct rga_buffer_pool)
291 struct rga_buffer_pool { struct
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_drv.c609 struct rga_buffer_pool buffer_pool; in rga_ioctl_import_buffer()
613 (struct rga_buffer_pool *)arg, in rga_ioctl_import_buffer()
683 struct rga_buffer_pool buffer_pool; in rga_ioctl_release_buffer()
687 (struct rga_buffer_pool *)arg, in rga_ioctl_release_buffer()