[media] vivid: add VBI capture and output code
authorHans Verkuil <hans.verkuil@cisco.com>
Mon, 25 Aug 2014 10:56:49 +0000 (07:56 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 2 Sep 2014 20:19:27 +0000 (17:19 -0300)
commit7bb70caa3bd59454285738b31f7b47e89fe62c1e
tree343de62597e7f3e542dae444a41a63453490378c
parentef834f7836ec0502f49f20bbc42f1240577a9c83
[media] vivid: add VBI capture and output code

This adds support for VBI capture (raw and sliced) and VBI output
(raw and sliced) to the vivid driver. In addition a VBI generator
is added that generates simple VBI data in either sliced or raw
format.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/vivid/vivid-vbi-cap.c [new file with mode: 0644]
drivers/media/platform/vivid/vivid-vbi-cap.h [new file with mode: 0644]
drivers/media/platform/vivid/vivid-vbi-gen.c [new file with mode: 0644]
drivers/media/platform/vivid/vivid-vbi-gen.h [new file with mode: 0644]
drivers/media/platform/vivid/vivid-vbi-out.c [new file with mode: 0644]
drivers/media/platform/vivid/vivid-vbi-out.h [new file with mode: 0644]
This page took 0.024726 seconds and 5 git commands to generate.