Home
last modified time | relevance | path

Searched refs:bo_info (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/core/
H A DRockchipRga.cpp144 int RockchipRga::RkRgaAllocBuffer(int drm_fd, bo_t *bo_info, int width, in RkRgaAllocBuffer() argument
161 bo_info->handle = arg.handle; in RkRgaAllocBuffer()
162 bo_info->size = arg.size; in RkRgaAllocBuffer()
163 bo_info->pitch = arg.pitch; in RkRgaAllocBuffer()
168 int RockchipRga::RkRgaFreeBuffer(int drm_fd, bo_t *bo_info) { in RkRgaFreeBuffer() argument
172 if (bo_info->handle <= 0) in RkRgaFreeBuffer()
175 arg.handle = bo_info->handle; in RkRgaFreeBuffer()
181 bo_info->handle = 0; in RkRgaFreeBuffer()
187 …int RockchipRga::RkRgaGetAllocBufferExt(bo_t *bo_info, int width, int height, int bpp, int flags) { in RkRgaGetAllocBufferExt() argument
195 bo_info->fd = -1; in RkRgaGetAllocBufferExt()
[all …]
H A DRgaApi.cpp58 int c_RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp) { in c_RkRgaGetAllocBuffer() argument
61 return c_rkRga.RkRgaGetAllocBuffer(bo_info, width, height, bpp); in c_RkRgaGetAllocBuffer()
64 int c_RkRgaGetAllocBufferCache(bo_t *bo_info, int width, int height, int bpp) { in c_RkRgaGetAllocBufferCache() argument
67 return c_rkRga.RkRgaGetAllocBufferCache(bo_info, width, height, bpp); in c_RkRgaGetAllocBufferCache()
70 int c_RkRgaGetMmap(bo_t *bo_info) { in c_RkRgaGetMmap() argument
73 return c_rkRga.RkRgaGetMmap(bo_info); in c_RkRgaGetMmap()
76 int c_RkRgaUnmap(bo_t *bo_info) { in c_RkRgaUnmap() argument
79 return c_rkRga.RkRgaUnmap(bo_info); in c_RkRgaUnmap()
82 int c_RkRgaFree(bo_t *bo_info) { in c_RkRgaFree() argument
85 return c_rkRga.RkRgaFree(bo_info); in c_RkRgaFree()
[all …]
/OK3568_Linux_fs/external/linux-rga/include/
H A DRockchipRga.h62 int RkRgaAllocBuffer(int drm_fd /* input */, bo_t *bo_info,
64 int RkRgaFreeBuffer(int drm_fd /* input */, bo_t *bo_info);
65 int RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp);
66 … int RkRgaGetAllocBufferExt(bo_t *bo_info, int width, int height, int bpp, int flags);
67 int RkRgaGetAllocBufferCache(bo_t *bo_info, int width, int height, int bpp);
68 int RkRgaGetMmap(bo_t *bo_info);
69 int RkRgaUnmap(bo_t *bo_info);
70 int RkRgaFree(bo_t *bo_info);
71 int RkRgaGetBufferFd(bo_t *bo_info, int *fd);
H A DRgaApi.h69 int c_RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp);
70 int c_RkRgaGetAllocBufferCache(bo_t *bo_info, int width, int height, int bpp);
71 int c_RkRgaGetMmap(bo_t *bo_info);
72 int c_RkRgaUnmap(bo_t *bo_info);
73 int c_RkRgaFree(bo_t *bo_info);
74 int c_RkRgaGetBufferFd(bo_t *bo_info, int *fd);
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A DRockchipRga.h62 int RkRgaAllocBuffer(int drm_fd /* input */, bo_t *bo_info,
64 int RkRgaFreeBuffer(int drm_fd /* input */, bo_t *bo_info);
65 int RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp);
66 … int RkRgaGetAllocBufferExt(bo_t *bo_info, int width, int height, int bpp, int flags);
67 int RkRgaGetAllocBufferCache(bo_t *bo_info, int width, int height, int bpp);
68 int RkRgaGetMmap(bo_t *bo_info);
69 int RkRgaUnmap(bo_t *bo_info);
70 int RkRgaFree(bo_t *bo_info);
71 int RkRgaGetBufferFd(bo_t *bo_info, int *fd);
H A DRgaApi.h69 int c_RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp);
70 int c_RkRgaGetAllocBufferCache(bo_t *bo_info, int width, int height, int bpp);
71 int c_RkRgaGetMmap(bo_t *bo_info);
72 int c_RkRgaUnmap(bo_t *bo_info);
73 int c_RkRgaFree(bo_t *bo_info);
74 int c_RkRgaGetBufferFd(bo_t *bo_info, int *fd);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A DRockchipRga.h62 int RkRgaAllocBuffer(int drm_fd /* input */, bo_t *bo_info,
64 int RkRgaFreeBuffer(int drm_fd /* input */, bo_t *bo_info);
65 int RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp);
66 … int RkRgaGetAllocBufferExt(bo_t *bo_info, int width, int height, int bpp, int flags);
67 int RkRgaGetAllocBufferCache(bo_t *bo_info, int width, int height, int bpp);
68 int RkRgaGetMmap(bo_t *bo_info);
69 int RkRgaUnmap(bo_t *bo_info);
70 int RkRgaFree(bo_t *bo_info);
71 int RkRgaGetBufferFd(bo_t *bo_info, int *fd);
H A DRgaApi.h69 int c_RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp);
70 int c_RkRgaGetAllocBufferCache(bo_t *bo_info, int width, int height, int bpp);
71 int c_RkRgaGetMmap(bo_t *bo_info);
72 int c_RkRgaUnmap(bo_t *bo_info);
73 int c_RkRgaFree(bo_t *bo_info);
74 int c_RkRgaGetBufferFd(bo_t *bo_info, int *fd);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A DRockchipRga.h62 int RkRgaAllocBuffer(int drm_fd /* input */, bo_t *bo_info,
64 int RkRgaFreeBuffer(int drm_fd /* input */, bo_t *bo_info);
65 int RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp);
66 … int RkRgaGetAllocBufferExt(bo_t *bo_info, int width, int height, int bpp, int flags);
67 int RkRgaGetAllocBufferCache(bo_t *bo_info, int width, int height, int bpp);
68 int RkRgaGetMmap(bo_t *bo_info);
69 int RkRgaUnmap(bo_t *bo_info);
70 int RkRgaFree(bo_t *bo_info);
71 int RkRgaGetBufferFd(bo_t *bo_info, int *fd);
H A DRgaApi.h69 int c_RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp);
70 int c_RkRgaGetAllocBufferCache(bo_t *bo_info, int width, int height, int bpp);
71 int c_RkRgaGetMmap(bo_t *bo_info);
72 int c_RkRgaUnmap(bo_t *bo_info);
73 int c_RkRgaFree(bo_t *bo_info);
74 int c_RkRgaGetBufferFd(bo_t *bo_info, int *fd);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A DRockchipRga.h62 int RkRgaAllocBuffer(int drm_fd /* input */, bo_t *bo_info,
64 int RkRgaFreeBuffer(int drm_fd /* input */, bo_t *bo_info);
65 int RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp);
66 … int RkRgaGetAllocBufferExt(bo_t *bo_info, int width, int height, int bpp, int flags);
67 int RkRgaGetAllocBufferCache(bo_t *bo_info, int width, int height, int bpp);
68 int RkRgaGetMmap(bo_t *bo_info);
69 int RkRgaUnmap(bo_t *bo_info);
70 int RkRgaFree(bo_t *bo_info);
71 int RkRgaGetBufferFd(bo_t *bo_info, int *fd);
H A DRgaApi.h69 int c_RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp);
70 int c_RkRgaGetAllocBufferCache(bo_t *bo_info, int width, int height, int bpp);
71 int c_RkRgaGetMmap(bo_t *bo_info);
72 int c_RkRgaUnmap(bo_t *bo_info);
73 int c_RkRgaFree(bo_t *bo_info);
74 int c_RkRgaGetBufferFd(bo_t *bo_info, int *fd);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A DRockchipRga.h49 int RkRgaAllocBuffer(int drm_fd /* input */, bo_t *bo_info,
51 int RkRgaFreeBuffer(int drm_fd /* input */, bo_t *bo_info);
52 int RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp);
53 int RkRgaGetMmap(bo_t *bo_info);
54 int RkRgaUnmap(bo_t *bo_info);
55 int RkRgaFree(bo_t *bo_info);
56 int RkRgaGetBufferFd(bo_t *bo_info, int *fd);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A Drga_control.c36 extern int c_RkRgaFree(bo_t *bo_info);