Home
last modified time | relevance | path

Searched refs:V4L2_PIXEL_ENC_YUV (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/v4l2-core/
A Dv4l2-common.c257 …{ .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/drivers/media/platform/rockchip/rkisp1/
A Drkisp1-isp.c60 .pixel_enc = V4L2_PIXEL_ENC_YUV,
148 .pixel_enc = V4L2_PIXEL_ENC_YUV,
155 .pixel_enc = V4L2_PIXEL_ENC_YUV,
162 .pixel_enc = V4L2_PIXEL_ENC_YUV,
169 .pixel_enc = V4L2_PIXEL_ENC_YUV,
307 } else if (sink_fmt->pixel_enc == V4L2_PIXEL_ENC_YUV) { in rkisp1_config_isp()
611 if (fmt->pixel_enc == V4L2_PIXEL_ENC_YUV && in rkisp1_isp_enum_mbus_code()
728 mbus_info->pixel_enc == V4L2_PIXEL_ENC_YUV) in rkisp1_isp_set_src_fmt()
730 else if (mbus_info->pixel_enc == V4L2_PIXEL_ENC_YUV) in rkisp1_isp_set_src_fmt()
A Drkisp1-resizer.c17 #define RKISP1_DEF_PIXEL_ENC V4L2_PIXEL_ENC_YUV
545 if (sink_mbus_info->pixel_enc == V4L2_PIXEL_ENC_YUV && in rkisp1_rsz_set_src_fmt()
/linux/include/media/
A Dv4l2-common.h470 V4L2_PIXEL_ENC_YUV = 1, enumerator
506 return f && f->pixel_enc == V4L2_PIXEL_ENC_YUV; in v4l2_is_format_yuv()

Completed in 10 milliseconds