]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ENGR00289648 mx6sl: v4l2 output: Add UYVY format as input format for v4l2
authorRobby Cai <R63905@freescale.com>
Tue, 26 Nov 2013 07:20:28 +0000 (15:20 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 20 Aug 2014 08:06:46 +0000 (10:06 +0200)
commitc8f00879618238352644fe3907647acbb3ba00f3
tree4a6170b96e847279dd305cbc9787ce112167640c
parent69bec9e797f2b04143fc84cba0542c563cedfe8d
ENGR00289648 mx6sl: v4l2 output: Add UYVY format as input format for v4l2

This feature is easy for gstreamer to pipeline v4lsrc and v4lsink, since
camera output format can be set as UYVY in v4l2 capture driver, and PxP
will do the CSC from UYVY to RGB565 in v4l2 output driver for LCD display.

Signed-off-by: Robby Cai <R63905@freescale.com>
(cherry picked from commit d8f47ca83385f3e96ce457f35b69c4a7ac733a6e)
drivers/media/platform/mxc/output/mxc_pxp_v4l2.c