Searched refs:V4L2_COLORSPACE_SRGB (Results 76 - 100 of 164) sorted by relevance

1234567

/linux-master/drivers/media/i2c/
H A Dmt9m001.c78 {MEDIA_BUS_FMT_SBGGR10_1X10, V4L2_COLORSPACE_SRGB},
79 {MEDIA_BUS_FMT_SBGGR8_1X8, V4L2_COLORSPACE_SRGB},
H A Dmt9v032.c948 format->colorspace = V4L2_COLORSPACE_SRGB;
1161 mt9v032->format.colorspace = V4L2_COLORSPACE_SRGB;
H A Drdacm21.c309 mf->colorspace = V4L2_COLORSPACE_SRGB;
H A Dmt9v011.c351 fmt->colorspace = V4L2_COLORSPACE_SRGB;
H A Dov9640.c537 mf->colorspace = V4L2_COLORSPACE_SRGB;
H A Dtda1997x.c670 if (c->colorspace == V4L2_COLORSPACE_SRGB) {
685 if ((c->colorspace == V4L2_COLORSPACE_SRGB) &&
691 } else if ((c->colorspace == V4L2_COLORSPACE_SRGB) &&
2685 state->colorimetry.colorspace = V4L2_COLORSPACE_SRGB;
/linux-master/drivers/staging/media/imx/
H A Dimx-media-csc-scaler.c231 f->fmt.pix.colorspace = V4L2_COLORSPACE_SRGB;
741 .colorspace = V4L2_COLORSPACE_SRGB,
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-isp.c578 src_fmt->colorspace = V4L2_COLORSPACE_SRGB;
790 (is_yuv ? V4L2_COLORSPACE_SRGB :
H A Drkisp1-resizer.c390 sink_fmt->colorspace = V4L2_COLORSPACE_SRGB;
512 (is_yuv ? V4L2_COLORSPACE_SRGB :
/linux-master/drivers/media/platform/nxp/
H A Dimx7-media-csi.c1764 mf->colorspace = V4L2_COLORSPACE_SRGB;
1825 case V4L2_COLORSPACE_SRGB:
1832 tryfmt->colorspace = V4L2_COLORSPACE_SRGB;
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite.c76 .colorspace = V4L2_COLORSPACE_SRGB,
84 .colorspace = V4L2_COLORSPACE_SRGB,
92 .colorspace = V4L2_COLORSPACE_SRGB,
/linux-master/include/uapi/linux/
H A Dvideodev2.h229 * Effectively shorthand for V4L2_COLORSPACE_SRGB, V4L2_YCBCR_ENC_601
235 V4L2_COLORSPACE_SRGB = 8, enumerator in enum:v4l2_colorspace
265 ((is_hdtv) ? V4L2_COLORSPACE_REC709 : V4L2_COLORSPACE_SRGB))
276 * V4L2_COLORSPACE_SRGB, V4L2_COLORSPACE_JPEG: V4L2_XFER_FUNC_SRGB
312 ((colsp) == V4L2_COLORSPACE_SRGB || (colsp) == V4L2_COLORSPACE_JPEG ? \
321 * V4L2_COLORSPACE_470_SYSTEM_BG, V4L2_COLORSPACE_SRGB,
/linux-master/drivers/media/usb/gspca/
H A Dstk1135.c42 .colorspace = V4L2_COLORSPACE_SRGB},
H A Dse401.c259 sd->fmts[i].colorspace = V4L2_COLORSPACE_SRGB;
/linux-master/drivers/media/usb/gspca/m5602/
H A Dm5602_mt9m111.c174 .colorspace = V4L2_COLORSPACE_SRGB,
H A Dm5602_po1030.c134 .colorspace = V4L2_COLORSPACE_SRGB,
H A Dm5602_s5k83a.c35 .colorspace = V4L2_COLORSPACE_SRGB,
/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-dma.c646 dma->format.colorspace = V4L2_COLORSPACE_SRGB;
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-csiphy.c365 fmt->colorspace = V4L2_COLORSPACE_SRGB;
/linux-master/drivers/media/i2c/adv748x/
H A Dadv748x-hdmi.c100 fmt->colorspace = V4L2_COLORSPACE_SRGB;
/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-debayer.c52 .colorspace = V4L2_COLORSPACE_SRGB,
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_entity.c372 format->colorspace = V4L2_COLORSPACE_SRGB;
/linux-master/drivers/media/usb/uvc/
H A Duvc_driver.c61 V4L2_COLORSPACE_SRGB, /* Unspecified */
62 V4L2_COLORSPACE_SRGB,
72 return V4L2_COLORSPACE_SRGB; /* Reserved */
503 format->colorspace = V4L2_COLORSPACE_SRGB;
/linux-master/drivers/staging/media/omap4iss/
H A Diss_ipipeif.c435 fmt->colorspace = V4L2_COLORSPACE_SRGB;
/linux-master/drivers/staging/media/starfive/camss/
H A Dstf-video.c94 pix->colorspace = V4L2_COLORSPACE_SRGB;

Completed in 398 milliseconds

1234567