commit | 3f725b7eee496d7d0e0daea94df23a8daafbec40 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Sun Aug 02 16:37:11 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Fri Feb 19 09:01:23 2016 -0200 |
tree | e7c7432e0ddd3338d06a0c51ee57678a5194ef65 | |
parent | 2f2db2f2061a88e959e3cbfd0518b72761fd7b36 [diff] |
[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>