Searched refs:V4L2_PIXEL_ENC_YUV (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/media/v4l2-core/ |
A D | v4l2-common.c | 257 …{ .format = V4L2_PIX_FMT_YUYV, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 258 …{ .format = V4L2_PIX_FMT_YVYU, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 259 …{ .format = V4L2_PIX_FMT_UYVY, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 260 …{ .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_NV12, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 264 …{ .format = V4L2_PIX_FMT_NV21, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 265 …{ .format = V4L2_PIX_FMT_NV16, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 266 …{ .format = V4L2_PIX_FMT_NV61, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 267 …{ .format = V4L2_PIX_FMT_NV24, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 268 …{ .format = V4L2_PIX_FMT_NV42, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 1, .comp_planes =… in v4l2_format_info() [all …]
|
/linux-6.3-rc2/drivers/media/platform/rockchip/rkisp1/ |
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,
|
A D | rkisp1-isp.c | 160 } else if (sink_fmt->pixel_enc == V4L2_PIXEL_ENC_YUV) { in rkisp1_config_isp() 388 if (fmt->pixel_enc == V4L2_PIXEL_ENC_YUV && in rkisp1_isp_enum_mbus_code() 517 if (sink_info->pixel_enc == V4L2_PIXEL_ENC_YUV && in rkisp1_isp_set_src_fmt() 539 src_info->pixel_enc == V4L2_PIXEL_ENC_YUV) in rkisp1_isp_set_src_fmt() 562 if (set_csc && src_info->pixel_enc == V4L2_PIXEL_ENC_YUV) { in rkisp1_isp_set_src_fmt() 683 is_yuv = mbus_info->pixel_enc == V4L2_PIXEL_ENC_YUV; in rkisp1_isp_set_sink_fmt()
|
A D | rkisp1-resizer.c | 17 #define RKISP1_DEF_PIXEL_ENC V4L2_PIXEL_ENC_YUV 450 if (sink_mbus_info->pixel_enc == V4L2_PIXEL_ENC_YUV && in rkisp1_rsz_set_src_fmt() 546 is_yuv = mbus_info->pixel_enc == V4L2_PIXEL_ENC_YUV; in rkisp1_rsz_set_sink_fmt()
|
/linux-6.3-rc2/include/media/ |
A D | v4l2-common.h | 471 V4L2_PIXEL_ENC_YUV = 1, enumerator 507 return f && f->pixel_enc == V4L2_PIXEL_ENC_YUV; in v4l2_is_format_yuv()
|
/linux-6.3-rc2/drivers/media/platform/sunxi/sun6i-csi/ |
A D | sun6i_csi_capture.c | 938 if (format_info->pixel_enc == V4L2_PIXEL_ENC_YUV) { in sun6i_csi_capture_link_validate()
|
Completed in 14 milliseconds