Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-tpg-colors.c994 [V4L2_COLORSPACE_BT2020][V4L2_XFER_FUNC_709][0] = { 2939, 2939, 2939 },
995 [V4L2_COLORSPACE_BT2020][V4L2_XFER_FUNC_709][1] = { 2877, 2923, 1058 },
996 [V4L2_COLORSPACE_BT2020][V4L2_XFER_FUNC_709][2] = { 1837, 2840, 2916 },
997 [V4L2_COLORSPACE_BT2020][V4L2_XFER_FUNC_709][3] = { 1734, 2823, 993 },
998 [V4L2_COLORSPACE_BT2020][V4L2_XFER_FUNC_709][4] = { 2427, 961, 2812 },
999 [V4L2_COLORSPACE_BT2020][V4L2_XFER_FUNC_709][5] = { 2351, 912, 648 },
1000 [V4L2_COLORSPACE_BT2020][V4L2_XFER_FUNC_709][6] = { 792, 618, 2788 },
1001 [V4L2_COLORSPACE_BT2020][V4L2_XFER_FUNC_709][7] = { 547, 547, 547 },
1002 [V4L2_COLORSPACE_BT2020][V4L2_XFER_FUNC_SRGB][0] = { 3056, 3056, 3056 },
1003 [V4L2_COLORSPACE_BT2020][V4L2_XFER_FUNC_SRGB][1] = { 2999, 3041, 1301 },
[all …]
Dvivid-vid-out.c430 mp->colorspace != V4L2_COLORSPACE_BT2020 && in vivid_try_fmt_vid_out()
Dvivid-ctrls.c345 V4L2_COLORSPACE_BT2020, in vivid_vid_cap_s_ctrl()
/linux-4.4.14/include/uapi/linux/
Dvideodev2.h233 V4L2_COLORSPACE_BT2020 = 10, enumerator
343 ((colsp) == V4L2_COLORSPACE_BT2020 ? V4L2_YCBCR_ENC_BT2020 : \
365 (((is_rgb) && (colsp) == V4L2_COLORSPACE_BT2020) ? V4L2_QUANTIZATION_LIM_RANGE : \
/linux-4.4.14/drivers/media/i2c/
Dadv7511.c1078 case V4L2_COLORSPACE_BT2020: in adv7511_set_fmt()