Searched refs:drm_buf_alloc (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/linux-rga/samples/allocator_demo/src/ |
| H A D | rga_allocator_drm_demo.cpp | 72 drm_src.drm_buf = (uint8_t *)drm_buf_alloc(src_width, src_height, in main() 79 drm_dst.drm_buf = (uint8_t *)drm_buf_alloc(dst_width, dst_height, in main()
|
| H A D | rga_allocator_drm_phy_demo.cpp | 79 drm_src.drm_buf = (uint8_t *)drm_buf_alloc(src_width, src_height, in main() 86 drm_dst.drm_buf = (uint8_t *)drm_buf_alloc(dst_width, dst_height, in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/ |
| H A D | drm_alloc.cpp | 73 void *drm_buf_alloc(int TexWidth, int TexHeight, int bpp, int *fd, int *handle, size_t *actual_siz… in drm_buf_alloc() function 262 drm_buf = drm_buf_alloc(drm_fd,width,height,channel*8,&out_fd,&handle,&actual_size);
|
| H A D | drm_alloc.h | 43 void* drm_buf_alloc(int TexWidth, int TexHeight,int bpp, int *fd, int *handle, size_t *actual_size,…
|
| H A D | rga_im2d_slt.cpp | 250 …drm_src.drm_buf = (uint8_t *)drm_buf_alloc(srcWidth, srcHeight, get_bpp_from_format(srcFormat) * 8, in pthread_rga_run() 253 …drm_dst.drm_buf = (uint8_t *)drm_buf_alloc(dstWidth, dstHeight, get_bpp_from_format(dstFormat) * 8, in pthread_rga_run() 269 …drm_src.drm_buf = (uint8_t *)drm_buf_alloc(srcWidth, srcHeight * 1.5, get_bpp_from_format(srcForma… in pthread_rga_run() 272 …drm_dst.drm_buf = (uint8_t *)drm_buf_alloc(dstWidth, dstHeight * 1.5, get_bpp_from_format(dstForma… in pthread_rga_run()
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/ |
| H A D | drm_alloc.cpp | 72 void *drm_buf_alloc(int TexWidth, int TexHeight, int bpp, int *fd, int *handle, size_t *actual_siz… in drm_buf_alloc() function 261 drm_buf = drm_buf_alloc(drm_fd,width,height,channel*8,&out_fd,&handle,&actual_size);
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/include/ |
| H A D | drm_alloc.h | 36 void* drm_buf_alloc(int TexWidth, int TexHeight,int bpp, int *fd, int *handle, size_t *actual_size,…
|
| /OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/include/ |
| H A D | drm_func.h | 44 void* drm_buf_alloc(drm_context *drm_ctx,int drm_fd, int TexWidth, int TexHeight,int bpp,int *fd,un…
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/include/ |
| H A D | drm_func.h | 44 void* drm_buf_alloc(drm_context *drm_ctx,int drm_fd, int TexWidth, int TexHeight,int bpp,int *fd,un…
|