Home
last modified time | relevance | path

Searched refs:dma_sync_cpu_to_device (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/samples/allocator_demo/src/
H A Drga_allocator_dma_cache_demo.cpp88 dma_sync_cpu_to_device(src_dma_fd); in main()
89 dma_sync_cpu_to_device(dst_dma_fd); in main()
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/
H A Ddma_alloc.h23 int dma_sync_cpu_to_device(int fd);
H A Ddma_alloc.cpp92 int dma_sync_cpu_to_device(int fd) { in dma_sync_cpu_to_device() function
H A Drga_im2d_slt.cpp361 dma_sync_cpu_to_device(src_fd); in pthread_rga_run()
362 dma_sync_cpu_to_device(dst_fd); in pthread_rga_run()
/OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/include/
H A Ddma_alloc.h30 int dma_sync_cpu_to_device(int fd);
/OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/
H A Ddma_alloc.cpp88 int dma_sync_cpu_to_device(int fd) { in dma_sync_cpu_to_device() function