[PATCH v8 2/2] v4l2: add new pixel formats supported on dm365

2012-08-02 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com add new macro V4L2_PIX_FMT_SGRBG10ALAW8 and associated formats to represent Bayer format frames compressed by A-LAW algorithm, add V4L2_PIX_FMT_UV8 to represent storage of CbCr data (UV interleaved) only. Acked-by: Laurent Pinchart

Re: [PATCH v8 2/2] v4l2: add new pixel formats supported on dm365

2012-08-02 Thread Sakari Ailus
Hi Prabhakar, Prabhakar Lad wrote: From: Manjunath Hadli manjunath.ha...@ti.com add new macro V4L2_PIX_FMT_SGRBG10ALAW8 and associated formats to represent Bayer format frames compressed by A-LAW algorithm, add V4L2_PIX_FMT_UV8 to represent storage of CbCr data (UV interleaved) only.