Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/media/uapi/v4l/
Dcolorspaces-defs.rst57 - See :ref:`col-bt2020`.
Dcolorspaces-details.rst366 .. _col-bt2020:
/Linux-v4.19/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c607 static const int bt2020[3][3] = { in color_to_ycbcr() local
645 rgb2ycbcr(full ? bt2020_full : bt2020, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr()
721 static const int bt2020[3][3] = { in ycbcr_to_color() local
760 ycbcr2rgb(full ? bt2020_full : bt2020, y, cb, cr, y_offset, r, g, b); in ycbcr_to_color()