/linux/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-colors.c | 701 [V4L2_COLORSPACE_REC709][V4L2_XFER_FUNC_709][0] = { 2939, 2939, 2939 }, 702 [V4L2_COLORSPACE_REC709][V4L2_XFER_FUNC_709][1] = { 2939, 2939, 547 }, 703 [V4L2_COLORSPACE_REC709][V4L2_XFER_FUNC_709][2] = { 547, 2939, 2939 }, 704 [V4L2_COLORSPACE_REC709][V4L2_XFER_FUNC_709][3] = { 547, 2939, 547 }, 705 [V4L2_COLORSPACE_REC709][V4L2_XFER_FUNC_709][4] = { 2939, 547, 2939 }, 706 [V4L2_COLORSPACE_REC709][V4L2_XFER_FUNC_709][5] = { 2939, 547, 547 }, 707 [V4L2_COLORSPACE_REC709][V4L2_XFER_FUNC_709][6] = { 547, 547, 2939 }, 708 [V4L2_COLORSPACE_REC709][V4L2_XFER_FUNC_709][7] = { 547, 547, 547 }, 709 [V4L2_COLORSPACE_REC709][V4L2_XFER_FUNC_SRGB][0] = { 3056, 3056, 3056 }, 710 [V4L2_COLORSPACE_REC709][V4L2_XFER_FUNC_SRG [all...] |
/linux/drivers/media/platform/amphion/ |
H A D | vpu_color.c | 21 V4L2_COLORSPACE_REC709, /*Rec. ITU-R BT.709-6*/
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-dv-timings.c | 953 c.colorspace = V4L2_COLORSPACE_REC709; in v4l2_hdmi_rx_colorimetry() 964 c.colorspace = V4L2_COLORSPACE_REC709; in v4l2_hdmi_rx_colorimetry() 971 c.colorspace = V4L2_COLORSPACE_REC709; in v4l2_hdmi_rx_colorimetry() 976 c.colorspace = V4L2_COLORSPACE_REC709; in v4l2_hdmi_rx_colorimetry() 1001 c.colorspace = V4L2_COLORSPACE_REC709; in v4l2_hdmi_rx_colorimetry()
|
/linux/drivers/media/platform/qcom/iris/ |
H A D | iris_hfi_common.c | 19 return V4L2_COLORSPACE_REC709; in iris_hfi_get_v4l2_color_primaries()
|
H A D | iris_hfi_gen2_packet.c | 15 case V4L2_COLORSPACE_REC709: in iris_hfi_gen2_get_color_primaries()
|
/linux/drivers/media/platform/allegro-dvt/ |
H A D | nal-h264.h | 306 case V4L2_COLORSPACE_REC709: in nal_h264_color_primaries()
|
H A D | nal-hevc.h | 439 case V4L2_COLORSPACE_REC709: in nal_hevc_color_primaries()
|
/linux/drivers/media/platform/rockchip/rga/ |
H A D | rga-hw.c | 195 case V4L2_COLORSPACE_REC709: in rga_cmd_set_trans_info() 207 case V4L2_COLORSPACE_REC709: in rga_cmd_set_trans_info()
|
/linux/drivers/media/platform/samsung/exynos-gsc/ |
H A D | gsc-regs.c | 149 if (frame->colorspace == V4L2_COLORSPACE_REC709) in gsc_hw_set_in_image_rgb() 269 if (frame->colorspace == V4L2_COLORSPACE_REC709) in gsc_hw_set_out_image_rgb()
|
/linux/drivers/media/pci/mgb4/ |
H A D | mgb4_vout.c | 274 f->fmt.pix.colorspace = V4L2_COLORSPACE_REC709; in vidioc_g_fmt() 305 if (!(f->fmt.pix.colorspace == V4L2_COLORSPACE_REC709 || in vidioc_try_fmt() 344 if (f->fmt.pix.colorspace == V4L2_COLORSPACE_REC709) { in vidioc_s_fmt()
|
H A D | mgb4_vin.c | 414 f->fmt.pix.colorspace = V4L2_COLORSPACE_REC709; in vidioc_g_fmt() 444 if (!(f->fmt.pix.colorspace == V4L2_COLORSPACE_REC709 || in vidioc_try_fmt() 480 if (f->fmt.pix.colorspace == V4L2_COLORSPACE_REC709) { in vidioc_s_fmt()
|
/linux/drivers/media/platform/st/stm32/dma2d/ |
H A D | dma2d.c | 289 ctx->colorspace = V4L2_COLORSPACE_REC709; in dma2d_open() 408 f->fmt.pix.colorspace = V4L2_COLORSPACE_REC709; in vidioc_try_fmt()
|
/linux/drivers/media/platform/raspberrypi/pisp_be/ |
H A D | pisp_be_formats.h | 35 V4L2_COLORSPACE_MASK(V4L2_COLORSPACE_REC709)
|
/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-vid-out.c | 254 dev->colorspace_out = V4L2_COLORSPACE_REC709; in vivid_update_format_out() 431 mp->colorspace != V4L2_COLORSPACE_REC709 && in vivid_try_fmt_vid_out() 435 mp->colorspace = V4L2_COLORSPACE_REC709; in vivid_try_fmt_vid_out()
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | colorspaces-defs.rst | 49 * - ``V4L2_COLORSPACE_REC709``
|
/linux/include/uapi/linux/ |
H A D | videodev2.h | 217 V4L2_COLORSPACE_REC709 = 3, enumerator 273 ((is_hdtv) ? V4L2_COLORSPACE_REC709 : V4L2_COLORSPACE_SRGB)) 281 * V4L2_COLORSPACE_470_SYSTEM_BG, V4L2_COLORSPACE_REC709 and 332 * V4L2_COLORSPACE_REC709 and V4L2_COLORSPACE_DCI_P3: V4L2_YCBCR_ENC_709 396 (((colsp) == V4L2_COLORSPACE_REC709 || \
|
/linux/drivers/media/platform/ |
H A D | m2m-deinterlace.c | 569 f->fmt.pix.colorspace = V4L2_COLORSPACE_REC709; in vidioc_try_fmt_vid_out() 863 ctx->colorspace = V4L2_COLORSPACE_REC709; in deinterlace_open()
|
/linux/drivers/media/test-drivers/ |
H A D | vim2m.c | 936 f->fmt.pix.colorspace = V4L2_COLORSPACE_REC709; in vidioc_try_fmt_vid_out() 963 f->fmt.pix_mp.colorspace = V4L2_COLORSPACE_REC709; in vidioc_try_fmt_vid_out_mplane() 1420 ctx->colorspace = V4L2_COLORSPACE_REC709; in vim2m_open()
|
/linux/drivers/staging/most/video/ |
H A D | video.c | 223 f->fmt.pix.colorspace = V4L2_COLORSPACE_REC709; in comp_set_format_struct()
|
/linux/drivers/media/platform/st/sti/delta/ |
H A D | delta-v4l2.c | 259 frameinfo->colorspace = V4L2_COLORSPACE_REC709; in set_default_params() 269 streaminfo->colorspace = V4L2_COLORSPACE_REC709; in set_default_params() 588 pix->colorspace = V4L2_COLORSPACE_REC709; in delta_try_fmt_frame()
|
/linux/samples/v4l/ |
H A D | v4l2-pci-skeleton.c | 324 pix->colorspace = V4L2_COLORSPACE_REC709; in skeleton_fill_pix_format()
|
/linux/drivers/staging/media/imx/ |
H A D | imx-media-utils.c | 483 case V4L2_COLORSPACE_REC709: in imx_media_try_colorimetry()
|
/linux/drivers/media/platform/mediatek/vcodec/encoder/ |
H A D | mtk_vcodec_enc.c | 591 f->fmt.pix_mp.colorspace = V4L2_COLORSPACE_REC709; in vidioc_try_fmt_vid_out_mplane() 1266 ctx->colorspace = V4L2_COLORSPACE_REC709; in mtk_vcodec_enc_set_default_params()
|
/linux/drivers/media/platform/st/sti/hva/ |
H A D | hva-v4l2.c | 111 ctx->colorspace = V4L2_COLORSPACE_REC709; in set_default_params() 437 pix->colorspace = V4L2_COLORSPACE_REC709; in hva_try_fmt_frame()
|
/linux/drivers/media/test-drivers/vicodec/ |
H A D | vicodec-core.c | 948 pix->colorspace = V4L2_COLORSPACE_REC709; in vidioc_try_fmt_vid_out() 961 pix_mp->colorspace = V4L2_COLORSPACE_REC709; in vidioc_try_fmt_vid_out() 1910 ctx->state.colorspace = V4L2_COLORSPACE_REC709; in vicodec_open()
|