OSDN Git Service

[media] media: imx: Add Capture Device Interface
authorSteve Longerbeam <slongerbeam@gmail.com>
Wed, 7 Jun 2017 18:34:00 +0000 (15:34 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 20 Jun 2017 10:34:22 +0000 (07:34 -0300)
commit64b5a49df486bd457f0be6d7a09f65c006d36f24
tree1ed65362a62022fa8bd23535bd6b82c91da893d3
parent543933ee346e99130b64576e5dd9d3ccf19dbda1
[media] media: imx: Add Capture Device Interface

This is the capture device interface driver that provides the v4l2
user interface. Frames can be received from various sources:

- directly from CSI for capturing unconverted images directly from
  camera sensors.

- from the IC pre-process encode task.

- from the IC pre-process viewfinder task.

Signed-off-by: Steve Longerbeam <steve_longerbeam@mentor.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/staging/media/imx/Makefile
drivers/staging/media/imx/imx-media-capture.c [new file with mode: 0644]