Home
last modified time | relevance | path

Searched refs:v4l2_std_id (Results 1 – 9 of 9) sorted by relevance

/include/uapi/linux/
Dvideodev2.h1379 typedef __u64 v4l2_std_id; typedef
1386 #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001)
1387 #define V4L2_STD_PAL_B1 ((v4l2_std_id)0x00000002)
1388 #define V4L2_STD_PAL_G ((v4l2_std_id)0x00000004)
1389 #define V4L2_STD_PAL_H ((v4l2_std_id)0x00000008)
1390 #define V4L2_STD_PAL_I ((v4l2_std_id)0x00000010)
1391 #define V4L2_STD_PAL_D ((v4l2_std_id)0x00000020)
1392 #define V4L2_STD_PAL_D1 ((v4l2_std_id)0x00000040)
1393 #define V4L2_STD_PAL_K ((v4l2_std_id)0x00000080)
1395 #define V4L2_STD_PAL_M ((v4l2_std_id)0x00000100)
[all …]
Dv4l2-subdev.h292 #define VIDIOC_SUBDEV_G_STD _IOR('V', 23, v4l2_std_id)
293 #define VIDIOC_SUBDEV_S_STD _IOW('V', 24, v4l2_std_id)
297 #define VIDIOC_SUBDEV_QUERYSTD _IOR('V', 63, v4l2_std_id)
/include/media/
Dv4l2-subdev.h484 int (*g_std)(struct v4l2_subdev *sd, v4l2_std_id *norm);
485 int (*s_std)(struct v4l2_subdev *sd, v4l2_std_id norm);
486 int (*s_std_output)(struct v4l2_subdev *sd, v4l2_std_id std);
487 int (*g_std_output)(struct v4l2_subdev *sd, v4l2_std_id *std);
488 int (*querystd)(struct v4l2_subdev *sd, v4l2_std_id *std);
489 int (*g_tvnorms)(struct v4l2_subdev *sd, v4l2_std_id *std);
490 int (*g_tvnorms_output)(struct v4l2_subdev *sd, v4l2_std_id *std);
Dv4l2-ioctl.h447 int (*vidioc_g_std)(struct file *file, void *fh, v4l2_std_id *norm);
448 int (*vidioc_s_std)(struct file *file, void *fh, v4l2_std_id norm);
449 int (*vidioc_querystd)(struct file *file, void *fh, v4l2_std_id *a);
623 const char *v4l2_norm_to_name(v4l2_std_id id);
659 int v4l_video_std_enumstd(struct v4l2_standard *vs, v4l2_std_id id);
Dv4l2-fwnode.h132 v4l2_std_id sdtv_stds;
Dv4l2-dev.h304 v4l2_std_id tvnorms;
/include/media/drv-intf/
Dsaa7146_vv.h45 v4l2_std_id id;
/include/media/tpg/
Dv4l2-tpg.h249 void tpg_fill_plane_buffer(struct tpg_data *tpg, v4l2_std_id std,
251 void tpg_fillbuffer(struct tpg_data *tpg, v4l2_std_id std,
/include/video/
Dimx-ipu-v3.h467 void ipu_vdi_set_field_order(struct ipu_vdi *vdi, v4l2_std_id std, u32 field);