Home
last modified time | relevance | path

Searched defs:bo_info (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/core/
H A DRgaApi.cpp58 int c_RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp) { in c_RkRgaGetAllocBuffer()
64 int c_RkRgaGetAllocBufferCache(bo_t *bo_info, int width, int height, int bpp) { in c_RkRgaGetAllocBufferCache()
70 int c_RkRgaGetMmap(bo_t *bo_info) { in c_RkRgaGetMmap()
76 int c_RkRgaUnmap(bo_t *bo_info) { in c_RkRgaUnmap()
82 int c_RkRgaFree(bo_t *bo_info) { in c_RkRgaFree()
88 int c_RkRgaGetBufferFd(bo_t *bo_info, int *fd) { in c_RkRgaGetBufferFd()
H A DRockchipRga.cpp144 int RockchipRga::RkRgaAllocBuffer(int drm_fd, bo_t *bo_info, int width, in RkRgaAllocBuffer()
168 int RockchipRga::RkRgaFreeBuffer(int drm_fd, bo_t *bo_info) { in RkRgaFreeBuffer()
187 …int RockchipRga::RkRgaGetAllocBufferExt(bo_t *bo_info, int width, int height, int bpp, int flags) { in RkRgaGetAllocBufferExt()
211 int RockchipRga::RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp) { in RkRgaGetAllocBuffer()
215 int RockchipRga::RkRgaGetAllocBufferCache(bo_t *bo_info, int width, int height, int bpp) { in RkRgaGetAllocBufferCache()
219 int RockchipRga::RkRgaGetMmap(bo_t *bo_info) { in RkRgaGetMmap()
236 int RockchipRga::RkRgaUnmap(bo_t *bo_info) { in RkRgaUnmap()
242 int RockchipRga::RkRgaFree(bo_t *bo_info) { in RkRgaFree()
252 int RockchipRga::RkRgaGetBufferFd(bo_t *bo_info, int *fd) { in RkRgaGetBufferFd()