Searched refs:V4L2_COLORSPACE_DCI_P3 (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-tpg-colors.c | 601 const struct color16 tpg_csc_colors[V4L2_COLORSPACE_DCI_P3 + 1][V4L2_XFER_FUNC_SMPTE2084 + 1][TPG_C… 1050 [V4L2_COLORSPACE_DCI_P3][V4L2_XFER_FUNC_709][0] = { 2939, 2939, 2939 }, 1051 [V4L2_COLORSPACE_DCI_P3][V4L2_XFER_FUNC_709][1] = { 2936, 2934, 992 }, 1052 [V4L2_COLORSPACE_DCI_P3][V4L2_XFER_FUNC_709][2] = { 1159, 2890, 2916 }, 1053 [V4L2_COLORSPACE_DCI_P3][V4L2_XFER_FUNC_709][3] = { 1150, 2885, 921 }, 1054 [V4L2_COLORSPACE_DCI_P3][V4L2_XFER_FUNC_709][4] = { 2751, 766, 2837 }, 1055 [V4L2_COLORSPACE_DCI_P3][V4L2_XFER_FUNC_709][5] = { 2747, 747, 650 }, 1056 [V4L2_COLORSPACE_DCI_P3][V4L2_XFER_FUNC_709][6] = { 563, 570, 2812 }, 1057 [V4L2_COLORSPACE_DCI_P3][V4L2_XFER_FUNC_709][7] = { 547, 547, 547 }, 1058 [V4L2_COLORSPACE_DCI_P3][V4L2_XFER_FUNC_SRGB][0] = { 3056, 3056, 3055 }, [all …]
|
D | vivid-tpg-colors.h | 64 extern const struct color16 tpg_csc_colors[V4L2_COLORSPACE_DCI_P3 + 1]
|
D | vivid-ctrls.c | 346 V4L2_COLORSPACE_DCI_P3, in vivid_vid_cap_s_ctrl()
|
/linux-4.4.14/include/uapi/linux/ |
D | videodev2.h | 239 V4L2_COLORSPACE_DCI_P3 = 12, enumerator 287 ((colsp) == V4L2_COLORSPACE_DCI_P3 ? V4L2_XFER_FUNC_DCI_P3 : \ 342 (colsp) == V4L2_COLORSPACE_DCI_P3) ? V4L2_YCBCR_ENC_709 : \
|