Searched refs:dma_fd_out (Results 1 – 1 of 1) sorted by relevance
/external/libxcam/tests/ |
D | test-image-blend.cpp | 287 int dma_fd0 = 30, dma_fd1 = 31, dma_fd_out = 32; in main() local 303 dma_fd_out = dma_buf_out->get_fd (); //unit test in main() 310 printf ("DMA handles, buf0:%d, buf1:%d, buf_out:%d\n", dma_fd0, dma_fd1, dma_fd_out); in main() 318 display, dma_fd_out, output_width, output_height, out_size, in main()
|