• Archit Taneja's avatar
    [media] v4l: ti-vpe: Add helper to perform color conversion · 6c4f4cbb
    Archit Taneja authored
    The CSC block can be used for color space conversion between YUV and RGB
    formats.
    
    It is configurable via a programmable set of coefficients. Add functionality to
    choose the appropriate CSC coefficients and program them in the CSC registers.
    We take the source and destination colorspace formats as the arguments, and
    choose the coefficient table accordingly.
    
    YUV to RGB coefficients are provided for standard and high definition
    colorspaces. The coefficients can also be limited or full range. For now, only
    full range coefficients are chosen. We would need some sort of control ioctl for
    the user to specify the range needed. Not sure if there is a generic control
    ioctl for this already?
    Signed-off-by: default avatarArchit Taneja <archit@ti.com>
    Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
    Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
    6c4f4cbb
csc.h 1.62 KB