Searched refs:v4l2_std_id (Results 1 – 10 of 10) sorted by relevance
/include/uapi/linux/ |
D | v4l2-subdev.h | 173 #define VIDIOC_SUBDEV_G_STD _IOR('V', 23, v4l2_std_id) 174 #define VIDIOC_SUBDEV_S_STD _IOW('V', 24, v4l2_std_id) 178 #define VIDIOC_SUBDEV_QUERYSTD _IOR('V', 63, v4l2_std_id)
|
D | videodev2.h | 1212 typedef __u64 v4l2_std_id; typedef 1215 #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001) 1216 #define V4L2_STD_PAL_B1 ((v4l2_std_id)0x00000002) 1217 #define V4L2_STD_PAL_G ((v4l2_std_id)0x00000004) 1218 #define V4L2_STD_PAL_H ((v4l2_std_id)0x00000008) 1219 #define V4L2_STD_PAL_I ((v4l2_std_id)0x00000010) 1220 #define V4L2_STD_PAL_D ((v4l2_std_id)0x00000020) 1221 #define V4L2_STD_PAL_D1 ((v4l2_std_id)0x00000040) 1222 #define V4L2_STD_PAL_K ((v4l2_std_id)0x00000080) 1224 #define V4L2_STD_PAL_M ((v4l2_std_id)0x00000100) [all …]
|
/include/media/davinci/ |
D | vpbe.h | 119 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);
|
D | vpbe_types.h | 58 v4l2_std_id std_id;
|
/include/media/ |
D | v4l2-subdev.h | 418 int (*g_std)(struct v4l2_subdev *sd, v4l2_std_id *norm); 419 int (*s_std)(struct v4l2_subdev *sd, v4l2_std_id norm); 420 int (*s_std_output)(struct v4l2_subdev *sd, v4l2_std_id std); 421 int (*g_std_output)(struct v4l2_subdev *sd, v4l2_std_id *std); 422 int (*querystd)(struct v4l2_subdev *sd, v4l2_std_id *std); 423 int (*g_tvnorms)(struct v4l2_subdev *sd, v4l2_std_id *std); 424 int (*g_tvnorms_output)(struct v4l2_subdev *sd, v4l2_std_id *std);
|
D | v4l2-ioctl.h | 443 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);
|
D | v4l2-dev.h | 295 v4l2_std_id tvnorms;
|
/include/media/drv-intf/ |
D | saa7146_vv.h | 45 v4l2_std_id id;
|
/include/media/tpg/ |
D | v4l2-tpg.h | 248 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/ |
D | imx-ipu-v3.h | 465 void ipu_vdi_set_field_order(struct ipu_vdi *vdi, v4l2_std_id std, u32 field);
|