Home
last modified time | relevance | path

Searched refs:dma_buf_alloc (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/samples/allocator_demo/src/
H A Drga_allocator_dma_demo.cpp67 ret = dma_buf_alloc(DMA_HEAP_UNCACHE_PATH, src_buf_size, &src_dma_fd, (void **)&src_buf); in main()
73 ret = dma_buf_alloc(DMA_HEAP_UNCACHE_PATH, dst_buf_size, &dst_dma_fd, (void **)&dst_buf); in main()
H A Drga_allocator_1106_cma_demo.cpp67 ret = dma_buf_alloc(RV1106_CMA_HEAP_PATH, src_buf_size, &src_dma_fd, (void **)&src_buf); in main()
73 ret = dma_buf_alloc(RV1106_CMA_HEAP_PATH, dst_buf_size, &dst_dma_fd, (void **)&dst_buf); in main()
H A Drga_allocator_dma_cache_demo.cpp67 ret = dma_buf_alloc(DMA_HEAP_PATH, src_buf_size, &src_dma_fd, (void **)&src_buf); in main()
73 ret = dma_buf_alloc(DMA_HEAP_PATH, dst_buf_size, &dst_dma_fd, (void **)&dst_buf); in main()
H A Drga_allocator_dma32_demo.cpp62 ret = dma_buf_alloc(DMA_HEAP_DMA32_UNCACHE_PATCH, dst_buf_size, &dst_dma_fd, (void **)&dst_buf); in main()
/OK3568_Linux_fs/external/linux-rga/samples/alpha_demo/src/
H A Drga_alpha_osd_demo.cpp78 ret = dma_buf_alloc(DMA_HEAP_UNCACHE_PATH, fg_buf_size, &fg_dma_fd, (void **)&fg_buf); in main()
84 ret = dma_buf_alloc(DMA_HEAP_UNCACHE_PATH, bg_buf_size, &bg_dma_fd, (void **)&bg_buf); in main()
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/
H A Ddma_alloc.h25 int dma_buf_alloc(int width, int height, int format, int *fd, void **va);
H A Ddma_alloc.cpp99 int dma_buf_alloc(int width, int height, int format, int *fd, void **va) { in dma_buf_alloc() function
H A Drga_im2d_slt.cpp337 ret = dma_buf_alloc(srcWidth, srcHeight, srcFormat, &src_fd, (void **)&src_va); in pthread_rga_run()
343 ret = dma_buf_alloc(dstWidth, dstHeight, dstFormat, &dst_fd, (void **)&dst_va); in pthread_rga_run()
/OK3568_Linux_fs/external/linux-rga/samples/resize_demo/src/
H A Drga_resize_uv_downsampling_demo.cpp159 ret = dma_buf_alloc(DMA_HEAP_DMA32_UNCACHE_PATCH, src_buf_size, &src_dma_fd, (void **)&src_buf); in main()
165 ret = dma_buf_alloc(DMA_HEAP_DMA32_UNCACHE_PATCH, dst_buf_size, &dst_dma_fd, (void **)&dst_buf); in main()
/OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/include/
H A Ddma_alloc.h32 int dma_buf_alloc(const char *path, size_t size, int *fd, void **va);
/OK3568_Linux_fs/external/linux-rga/samples/fill_demo/src/
H A Drga_fill_rectangle_demo.cpp62 ret = dma_buf_alloc(DMA_HEAP_DMA32_UNCACHE_PATCH, dst_buf_size, &dst_dma_fd, (void **)&dst_buf); in main()
H A Drga_fill_rectangle_array_demo.cpp62 ret = dma_buf_alloc(DMA_HEAP_DMA32_UNCACHE_PATCH, dst_buf_size, &dst_dma_fd, (void **)&dst_buf); in main()
H A Drga_fill_demo.cpp62 ret = dma_buf_alloc(DMA_HEAP_DMA32_UNCACHE_PATCH, dst_buf_size, &dst_dma_fd, (void **)&dst_buf); in main()
H A Drga_fill_rectangle_task_demo.cpp63 ret = dma_buf_alloc(DMA_HEAP_DMA32_UNCACHE_PATCH, dst_buf_size, &dst_dma_fd, (void **)&dst_buf); in main()
H A Drga_fill_rectangle_task_array_demo.cpp64 ret = dma_buf_alloc(DMA_HEAP_DMA32_UNCACHE_PATCH, dst_buf_size, &dst_dma_fd, (void **)&dst_buf); in main()
/OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/
H A Ddma_alloc.cpp95 int dma_buf_alloc(const char *path, size_t size, int *fd, void **va) { in dma_buf_alloc() function