Home
last modified time | relevance | path

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 Drga_allocator_drm_demo.cpp72 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 Drga_allocator_drm_phy_demo.cpp79 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 Ddrm_alloc.cpp73 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 Ddrm_alloc.h43 void* drm_buf_alloc(int TexWidth, int TexHeight,int bpp, int *fd, int *handle, size_t *actual_size,…
H A Drga_im2d_slt.cpp250 …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 Ddrm_alloc.cpp72 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 Ddrm_alloc.h36 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 Ddrm_func.h44 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 Ddrm_func.h44 void* drm_buf_alloc(drm_context *drm_ctx,int drm_fd, int TexWidth, int TexHeight,int bpp,int *fd,un…