Searched refs:V4L2_COLORSPACE_BT2020 (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-tpg-colors.c | 601 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 …]
|
D | vivid-tpg-colors.h | 64 extern const struct color16 tpg_csc_colors[V4L2_COLORSPACE_BT2020 + 1][TPG_COLOR_CSC_BLACK + 1];
|
D | vivid-tpg.c | 1596 case V4L2_COLORSPACE_BT2020: in tpg_recalc() 1624 } else if (tpg->colorspace == V4L2_COLORSPACE_BT2020) { in tpg_recalc()
|
D | vivid-vid-out.c | 423 mp->colorspace != V4L2_COLORSPACE_BT2020 && in vivid_try_fmt_vid_out()
|
D | vivid-ctrls.c | 343 V4L2_COLORSPACE_BT2020, in vivid_vid_cap_s_ctrl()
|
/linux-4.1.27/include/uapi/linux/ |
D | videodev2.h | 222 V4L2_COLORSPACE_BT2020 = 10, enumerator
|
/linux-4.1.27/drivers/media/i2c/ |
D | adv7511.c | 965 case V4L2_COLORSPACE_BT2020: in adv7511_set_fmt()
|