aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/platform/coda/Makefile
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2014-10-02 14:08:31 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-10-28 15:03:16 -0200
commitcb1d3a336371e35c3920cc50a701c5403c255644 (patch)
tree3648fc5a63f7d62132147cfad6eb9417759ac186 /drivers/media/platform/coda/Makefile
parent[media] coda: add JPEG register definitions for CODA7541 (diff)
downloadwireguard-linux-cb1d3a336371e35c3920cc50a701c5403c255644.tar.xz
wireguard-linux-cb1d3a336371e35c3920cc50a701c5403c255644.zip
[media] coda: add CODA7541 JPEG support
This patch adds JPEG encoding and decoding support for CODA7541, using the BIT processor. Separate JPEG encoder and decoder video devices are created due to different streaming behaviour and different supported pixel formats. The hardware can not change subsampling on the fly, but encode and decode 4:2:2 subsampled JPEG images from and into this format. The CODA7541 JPEG decoder uses the bitstream buffer and thus can run without new buffers queued if there is a buffer in the bitstream. Since there is no standard way to store the colorspace used in JPEGs, and to make v4l2-compliance happy, the JPEG format always reports V4L2_COLORSPACE_JPEG. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Kamil Debski <k.debski@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/platform/coda/Makefile')
-rw-r--r--drivers/media/platform/coda/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/coda/Makefile b/drivers/media/platform/coda/Makefile
index 3543291e6273..25ce15561695 100644
--- a/drivers/media/platform/coda/Makefile
+++ b/drivers/media/platform/coda/Makefile
@@ -1,3 +1,3 @@
-coda-objs := coda-common.o coda-bit.o coda-h264.o
+coda-objs := coda-common.o coda-bit.o coda-h264.o coda-jpeg.o
obj-$(CONFIG_VIDEO_CODA) += coda.o