Searched refs:V4L2_PIXEL_ENC_YUV (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-common.c | 259 …{ .format = V4L2_PIX_FMT_YUYV, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 260 …{ .format = V4L2_PIX_FMT_YVYU, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 261 …{ .format = V4L2_PIX_FMT_UYVY, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 262 …{ .format = V4L2_PIX_FMT_VYUY, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 263 …{ .format = V4L2_PIX_FMT_Y212, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 265 …{ .format = V4L2_PIX_FMT_MT2110T, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 2, .comp_planes =… in v4l2_format_info() 267 …{ .format = V4L2_PIX_FMT_MT2110R, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 2, .comp_planes =… in v4l2_format_info() 271 …{ .format = V4L2_PIX_FMT_NV12, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 272 …{ .format = V4L2_PIX_FMT_NV21, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 273 …{ .format = V4L2_PIX_FMT_NV16, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 1, .comp_planes =… in v4l2_format_info() [all …]
|
/openbmc/linux/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-common.c | 16 .pixel_enc = V4L2_PIXEL_ENC_YUV, 104 .pixel_enc = V4L2_PIXEL_ENC_YUV, 111 .pixel_enc = V4L2_PIXEL_ENC_YUV, 118 .pixel_enc = V4L2_PIXEL_ENC_YUV, 125 .pixel_enc = V4L2_PIXEL_ENC_YUV,
|
H A D | rkisp1-isp.c | 160 } else if (sink_fmt->pixel_enc == V4L2_PIXEL_ENC_YUV) { in rkisp1_config_isp() 402 if (fmt->pixel_enc == V4L2_PIXEL_ENC_YUV && in rkisp1_isp_enum_mbus_code() 531 if (sink_info->pixel_enc == V4L2_PIXEL_ENC_YUV && in rkisp1_isp_set_src_fmt() 553 src_info->pixel_enc == V4L2_PIXEL_ENC_YUV) in rkisp1_isp_set_src_fmt() 576 if (set_csc && src_info->pixel_enc == V4L2_PIXEL_ENC_YUV) { in rkisp1_isp_set_src_fmt() 697 is_yuv = mbus_info->pixel_enc == V4L2_PIXEL_ENC_YUV; in rkisp1_isp_set_sink_fmt()
|
H A D | rkisp1-resizer.c | 17 #define RKISP1_DEF_PIXEL_ENC V4L2_PIXEL_ENC_YUV 460 if (sink_mbus_info->pixel_enc == V4L2_PIXEL_ENC_YUV && in rkisp1_rsz_set_src_fmt() 556 is_yuv = mbus_info->pixel_enc == V4L2_PIXEL_ENC_YUV; in rkisp1_rsz_set_sink_fmt()
|
/openbmc/linux/include/media/ |
H A D | v4l2-common.h | 471 V4L2_PIXEL_ENC_YUV = 1, enumerator 509 return f && f->pixel_enc == V4L2_PIXEL_ENC_YUV; in v4l2_is_format_yuv()
|
/openbmc/linux/drivers/media/platform/sunxi/sun6i-csi/ |
H A D | sun6i_csi_capture.c | 938 if (format_info->pixel_enc == V4L2_PIXEL_ENC_YUV) { in sun6i_csi_capture_link_validate()
|