Searched refs:v4l2_std_id (Results 1 – 9 of 9) sorted by relevance
| /include/uapi/linux/ |
| D | videodev2.h | 1379 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 …]
|
| D | v4l2-subdev.h | 292 #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/ |
| D | v4l2-subdev.h | 484 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);
|
| D | v4l2-ioctl.h | 447 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);
|
| D | v4l2-fwnode.h | 132 v4l2_std_id sdtv_stds;
|
| D | v4l2-dev.h | 304 v4l2_std_id tvnorms;
|
| /include/media/drv-intf/ |
| D | saa7146_vv.h | 45 v4l2_std_id id;
|
| /include/media/tpg/ |
| D | v4l2-tpg.h | 249 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/ |
| D | imx-ipu-v3.h | 467 void ipu_vdi_set_field_order(struct ipu_vdi *vdi, v4l2_std_id std, u32 field);
|