Searched refs:deinterlace_issue_dma (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/platform/ |
H A D | m2m-deinterlace.c | 384 deinterlace_issue_dma(ctx, YUV420_DMA_Y_ODD, 0); in deinterlace_device_run() 385 deinterlace_issue_dma(ctx, YUV420_DMA_Y_EVEN, 0); in deinterlace_device_run() 386 deinterlace_issue_dma(ctx, YUV420_DMA_U_ODD, 0); in deinterlace_device_run() 387 deinterlace_issue_dma(ctx, YUV420_DMA_U_EVEN, 0); in deinterlace_device_run() 388 deinterlace_issue_dma(ctx, YUV420_DMA_V_ODD, 0); in deinterlace_device_run() 395 deinterlace_issue_dma(ctx, YUV420_DMA_Y_ODD, 0); in deinterlace_device_run() 397 deinterlace_issue_dma(ctx, YUV420_DMA_U_ODD, 0); in deinterlace_device_run() 399 deinterlace_issue_dma(ctx, YUV420_DMA_V_ODD, 0); in deinterlace_device_run() 411 deinterlace_issue_dma(ctx, YUYV_DMA_ODD, 0); in deinterlace_device_run() 412 deinterlace_issue_dma(ctx, YUYV_DMA_EVEN, 1); in deinterlace_device_run() [all …]
|