[media] v4l: vsp1: Decouple pipeline end of frame processing from vsp1_video
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sun, 2 Aug 2015 19:37:11 +0000 (16:37 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 19 Feb 2016 11:01:23 +0000 (09:01 -0200)
commit3f725b7eee496d7d0e0daea94df23a8daafbec40
treee7c7432e0ddd3338d06a0c51ee57678a5194ef65
parent2f2db2f2061a88e959e3cbfd0518b72761fd7b36
[media] v4l: vsp1: Decouple pipeline end of frame processing from vsp1_video

To make the pipeline structure and operations usable without video
devices the frame end processing must be decoupled from struct
vsp1_video. Implement this by calling the video frame end function
indirectly through a function pointer in struct vsp1_pipeline.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/vsp1/vsp1_video.c
drivers/media/platform/vsp1/vsp1_video.h
This page took 0.024501 seconds and 5 git commands to generate.