Home
last modified time | relevance | path

Searched refs:rec709 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c637 static const int rec709[3][3] = { in color_to_ycbcr() local
692 rgb2ycbcr(rec709, r, g, b, 16, y, cb, cr); in color_to_ycbcr()
717 rgb2ycbcr(full ? rec709_full : rec709, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr()
751 static const int rec709[3][3] = { in ycbcr_to_color() local
807 ycbcr2rgb(rec709, y, cb, cr, 16, r, g, b); in ycbcr_to_color()
841 ycbcr2rgb(full ? rec709_full : rec709, y, cb, cr, y_offset, r, g, b); in ycbcr_to_color()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dcolorspaces-defs.rst50 - See :ref:`col-rec709`.
H A Dcolorspaces-details.rst90 .. _col-rec709: