Searched refs:deinterlace_issue_dma (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/platform/
H A Dm2m-deinterlace.c224 static void deinterlace_issue_dma(struct deinterlace_ctx *ctx, int op, deinterlace_issue_dma() function
405 deinterlace_issue_dma(ctx, YUV420_DMA_Y_ODD, 0); deinterlace_device_run()
406 deinterlace_issue_dma(ctx, YUV420_DMA_Y_EVEN, 0); deinterlace_device_run()
407 deinterlace_issue_dma(ctx, YUV420_DMA_U_ODD, 0); deinterlace_device_run()
408 deinterlace_issue_dma(ctx, YUV420_DMA_U_EVEN, 0); deinterlace_device_run()
409 deinterlace_issue_dma(ctx, YUV420_DMA_V_ODD, 0); deinterlace_device_run()
410 deinterlace_issue_dma(ctx, YUV420_DMA_V_EVEN, 1); deinterlace_device_run()
416 deinterlace_issue_dma(ctx, YUV420_DMA_Y_ODD, 0); deinterlace_device_run()
417 deinterlace_issue_dma(ctx, YUV420_DMA_Y_ODD_DOUBLING, 0); deinterlace_device_run()
418 deinterlace_issue_dma(ctx, YUV420_DMA_U_ODD, 0); deinterlace_device_run()
419 deinterlace_issue_dma(ctx, YUV420_DMA_U_ODD_DOUBLING, 0); deinterlace_device_run()
420 deinterlace_issue_dma(ctx, YUV420_DMA_V_ODD, 0); deinterlace_device_run()
421 deinterlace_issue_dma(ctx, YUV420_DMA_V_ODD_DOUBLING, 1); deinterlace_device_run()
432 deinterlace_issue_dma(ctx, YUYV_DMA_ODD, 0); deinterlace_device_run()
433 deinterlace_issue_dma(ctx, YUYV_DMA_EVEN, 1); deinterlace_device_run()
439 deinterlace_issue_dma(ctx, YUYV_DMA_ODD, 0); deinterlace_device_run()
440 deinterlace_issue_dma(ctx, YUYV_DMA_EVEN_DOUBLING, 1); deinterlace_device_run()

Completed in 105 milliseconds