Home
last modified time | relevance | path

Searched refs:V4L2_COLORSPACE_BT2020 (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-tpg-colors.c601 const struct color16 tpg_csc_colors[V4L2_COLORSPACE_BT2020 + 1][TPG_COLOR_CSC_BLACK + 1] = {
658 [V4L2_COLORSPACE_BT2020][0] = { 2939, 2939, 2939 },
659 [V4L2_COLORSPACE_BT2020][1] = { 2877, 2923, 1058 },
660 [V4L2_COLORSPACE_BT2020][2] = { 1837, 2840, 2916 },
661 [V4L2_COLORSPACE_BT2020][3] = { 1734, 2823, 993 },
662 [V4L2_COLORSPACE_BT2020][4] = { 2427, 961, 2812 },
663 [V4L2_COLORSPACE_BT2020][5] = { 2351, 912, 648 },
664 [V4L2_COLORSPACE_BT2020][6] = { 792, 618, 2788 },
665 [V4L2_COLORSPACE_BT2020][7] = { 547, 547, 547 },
803 case V4L2_COLORSPACE_BT2020: in csc()
[all …]
Dvivid-tpg-colors.h64 extern const struct color16 tpg_csc_colors[V4L2_COLORSPACE_BT2020 + 1][TPG_COLOR_CSC_BLACK + 1];
Dvivid-tpg.c1596 case V4L2_COLORSPACE_BT2020: in tpg_recalc()
1624 } else if (tpg->colorspace == V4L2_COLORSPACE_BT2020) { in tpg_recalc()
Dvivid-vid-out.c423 mp->colorspace != V4L2_COLORSPACE_BT2020 && in vivid_try_fmt_vid_out()
Dvivid-ctrls.c343 V4L2_COLORSPACE_BT2020, in vivid_vid_cap_s_ctrl()
/linux-4.1.27/include/uapi/linux/
Dvideodev2.h222 V4L2_COLORSPACE_BT2020 = 10, enumerator
/linux-4.1.27/drivers/media/i2c/
Dadv7511.c965 case V4L2_COLORSPACE_BT2020: in adv7511_set_fmt()