| /OK3568_Linux_fs/external/linux-rga/samples/allocator_demo/src/ |
| H A D | rga_allocator_dma_demo.cpp | 67 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 D | rga_allocator_1106_cma_demo.cpp | 67 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 D | rga_allocator_dma_cache_demo.cpp | 67 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 D | rga_allocator_dma32_demo.cpp | 62 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 D | rga_alpha_osd_demo.cpp | 78 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 D | dma_alloc.h | 25 int dma_buf_alloc(int width, int height, int format, int *fd, void **va);
|
| H A D | dma_alloc.cpp | 99 int dma_buf_alloc(int width, int height, int format, int *fd, void **va) { in dma_buf_alloc() function
|
| H A D | rga_im2d_slt.cpp | 337 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 D | rga_resize_uv_downsampling_demo.cpp | 159 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 D | dma_alloc.h | 32 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 D | rga_fill_rectangle_demo.cpp | 62 ret = dma_buf_alloc(DMA_HEAP_DMA32_UNCACHE_PATCH, dst_buf_size, &dst_dma_fd, (void **)&dst_buf); in main()
|
| H A D | rga_fill_rectangle_array_demo.cpp | 62 ret = dma_buf_alloc(DMA_HEAP_DMA32_UNCACHE_PATCH, dst_buf_size, &dst_dma_fd, (void **)&dst_buf); in main()
|
| H A D | rga_fill_demo.cpp | 62 ret = dma_buf_alloc(DMA_HEAP_DMA32_UNCACHE_PATCH, dst_buf_size, &dst_dma_fd, (void **)&dst_buf); in main()
|
| H A D | rga_fill_rectangle_task_demo.cpp | 63 ret = dma_buf_alloc(DMA_HEAP_DMA32_UNCACHE_PATCH, dst_buf_size, &dst_dma_fd, (void **)&dst_buf); in main()
|
| H A D | rga_fill_rectangle_task_array_demo.cpp | 64 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 D | dma_alloc.cpp | 95 int dma_buf_alloc(const char *path, size_t size, int *fd, void **va) { in dma_buf_alloc() function
|