Home
last modified time | relevance | path

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

/include/uapi/linux/
Dvideodev2.h1268 typedef __u64 v4l2_std_id; typedef
1275 #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001)
1276 #define V4L2_STD_PAL_B1 ((v4l2_std_id)0x00000002)
1277 #define V4L2_STD_PAL_G ((v4l2_std_id)0x00000004)
1278 #define V4L2_STD_PAL_H ((v4l2_std_id)0x00000008)
1279 #define V4L2_STD_PAL_I ((v4l2_std_id)0x00000010)
1280 #define V4L2_STD_PAL_D ((v4l2_std_id)0x00000020)
1281 #define V4L2_STD_PAL_D1 ((v4l2_std_id)0x00000040)
1282 #define V4L2_STD_PAL_K ((v4l2_std_id)0x00000080)
1284 #define V4L2_STD_PAL_M ((v4l2_std_id)0x00000100)
[all …]
Dv4l2-subdev.h207 #define VIDIOC_SUBDEV_G_STD _IOR('V', 23, v4l2_std_id)
208 #define VIDIOC_SUBDEV_S_STD _IOW('V', 24, v4l2_std_id)
212 #define VIDIOC_SUBDEV_QUERYSTD _IOR('V', 63, v4l2_std_id)
/include/media/davinci/
Dvpbe.h119 int (*s_std)(struct vpbe_device *vpbe_dev, v4l2_std_id std_id);
122 int (*g_std)(struct vpbe_device *vpbe_dev, v4l2_std_id *std_id);
Dvpbe_types.h58 v4l2_std_id std_id;
/include/media/
Dv4l2-subdev.h439 int (*g_std)(struct v4l2_subdev *sd, v4l2_std_id *norm);
440 int (*s_std)(struct v4l2_subdev *sd, v4l2_std_id norm);
441 int (*s_std_output)(struct v4l2_subdev *sd, v4l2_std_id std);
442 int (*g_std_output)(struct v4l2_subdev *sd, v4l2_std_id *std);
443 int (*querystd)(struct v4l2_subdev *sd, v4l2_std_id *std);
444 int (*g_tvnorms)(struct v4l2_subdev *sd, v4l2_std_id *std);
445 int (*g_tvnorms_output)(struct v4l2_subdev *sd, v4l2_std_id *std);
Dv4l2-ioctl.h443 int (*vidioc_g_std)(struct file *file, void *fh, v4l2_std_id *norm);
444 int (*vidioc_s_std)(struct file *file, void *fh, v4l2_std_id norm);
445 int (*vidioc_querystd)(struct file *file, void *fh, v4l2_std_id *a);
619 const char *v4l2_norm_to_name(v4l2_std_id id);
655 int v4l_video_std_enumstd(struct v4l2_standard *vs, v4l2_std_id id);
Dv4l2-fwnode.h189 v4l2_std_id sdtv_stds;
Dv4l2-dev.h305 v4l2_std_id tvnorms;
/include/media/drv-intf/
Dsaa7146_vv.h45 v4l2_std_id id;
/include/media/tpg/
Dv4l2-tpg.h248 void tpg_fill_plane_buffer(struct tpg_data *tpg, v4l2_std_id std,
250 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);