OSDN Git Service

[media] vivid: add the video capture and output parts
authorHans Verkuil <hans.verkuil@cisco.com>
Mon, 25 Aug 2014 10:56:18 +0000 (07:56 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 2 Sep 2014 20:15:26 +0000 (17:15 -0300)
commitef834f7836ec0502f49f20bbc42f1240577a9c83
tree385521757e09d0b21ff18c08cd5d9ef5feb8b296
parent73c3f48230cda01402ae189b05d56f1f7e0d53c9
[media] vivid: add the video capture and output parts

This adds the ioctl and vb2 queue support for video capture and output.
Part of this is common to both, so that is placed in a vid-common source.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/vivid/vivid-vid-cap.c [new file with mode: 0644]
drivers/media/platform/vivid/vivid-vid-cap.h [new file with mode: 0644]
drivers/media/platform/vivid/vivid-vid-common.c [new file with mode: 0644]
drivers/media/platform/vivid/vivid-vid-common.h [new file with mode: 0644]
drivers/media/platform/vivid/vivid-vid-out.c [new file with mode: 0644]
drivers/media/platform/vivid/vivid-vid-out.h [new file with mode: 0644]