Lines Matching +full:display +full:- +full:colorspace
2 * Copyright 2005-2009 Freescale Semiconductor, Inc.
8 * http://www.opensource.org/licenses/lgpl-license.html
21 #include <media/v4l2-mediabus.h>
35 * Bitfield of Display Interface signal polarities.
83 /* 90-degree rotations require the IRT unit */
121 * but the direct CSI->VDI linking is handled the same way as IDMAC
123 * these channel names are used to support the direct CSI->VDI link.
183 return -EINVAL; in ipu_channel_alpha_channel()
283 * IPU Display Controller (dc) functions
297 * IPU Display Interface (di) functions
308 * IPU Display Multi FIFO Controller (dmfc) functions
318 * IPU Display Processor (dp) functions
393 * The parameters that describe a colorspace according to the
395 * - Y'CbCr encoding
396 * - quantization
397 * - "colorspace" (RGB or YUV).
411 ic_cs->enc = enc; in ipu_ic_fill_colorspace()
412 ic_cs->quant = quant; in ipu_ic_fill_colorspace()
413 ic_cs->cs = cs; in ipu_ic_fill_colorspace()
417 s16 coeff[3][3]; /* signed 9-bit integer coefficients */
418 s16 offset[3]; /* signed 11+2-bit fixed point offset */
419 u8 scale:2; /* scale coefficients * 2^(scale-1) */
464 * IPU Video De-Interlacer (vdi) functions