Hi Manju, On Sunday 23 October 2011 20:30:11 Hadli, Manjunath wrote: > Hi, > > I need a few mbus formats to be defined loosely for following. Please tell > me if anyone has already thought of taking care of them already. > > These are supported for Texas Instruments DM365 and DM355 SoCs. > > 1. RGB 888 parallel:
How is that transfered ? Do you have a 24-bit bus ? Or do you use an 8-bit bus with 3 transfers per pixel ? In the first case you will need something like V4L2_MBUS_FMT_RGB888_1X24, in the second case V4L2_MBUS_FMT_RGB888_3X8 (and the corresponding BGR formats). > 2. YUV420 color separate: > 3. C plane 420: ( On the lines of Y plane: V4L2_MBUS_FMT_Y8_1X8) > 4. C plane 422 Could you please detail how those three formats are transferred on the bus ? > 5. 10 bit bayer with ALAW compression. Is that 10 bit compressed to 8 bit with alaw ? If so V4L2_MBUS_FMT_SBGGR10_ALAW8_1X8 V4L2_MBUS_FMT_SGBRG10_ALAW8_1X8 V4L2_MBUS_FMT_SGRBG10_ALAW8_1X8 V4L2_MBUS_FMT_SRGGB10_ALAW8_1X8 should do. -- Regards, Laurent Pinchart _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
