Searched refs:v4l2_std_id (Results 1 – 11 of 11) sorted by relevance
/include/uapi/linux/ |
D | videodev2.h | 1268 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 …]
|
D | v4l2-subdev.h | 207 #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/ |
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 | 439 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);
|
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-fwnode.h | 189 v4l2_std_id sdtv_stds;
|
D | v4l2-dev.h | 305 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 | 467 void ipu_vdi_set_field_order(struct ipu_vdi *vdi, v4l2_std_id std, u32 field);
|