| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-enumstd.rst | 60 * - :ref:`v4l2_std_id <v4l2-std-id>` 107 .. flat-table:: typedef v4l2_std_id 113 - ``v4l2_std_id`` 122 #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001) 123 #define V4L2_STD_PAL_B1 ((v4l2_std_id)0x00000002) 124 #define V4L2_STD_PAL_G ((v4l2_std_id)0x00000004) 125 #define V4L2_STD_PAL_H ((v4l2_std_id)0x00000008) 126 #define V4L2_STD_PAL_I ((v4l2_std_id)0x00000010) 127 #define V4L2_STD_PAL_D ((v4l2_std_id)0x00000020) 128 #define V4L2_STD_PAL_D1 ((v4l2_std_id)0x00000040) [all …]
|
| H A D | vidioc-g-std.rst | 20 ``int ioctl(int fd, VIDIOC_G_STD, v4l2_std_id *argp)`` 24 ``int ioctl(int fd, VIDIOC_S_STD, const v4l2_std_id *argp)`` 28 ``int ioctl(int fd, VIDIOC_SUBDEV_G_STD, v4l2_std_id *argp)`` 32 ``int ioctl(int fd, VIDIOC_SUBDEV_S_STD, const v4l2_std_id *argp)`` 41 Pointer to :c:type:`v4l2_std_id`. 48 :ref:`v4l2_std_id <v4l2-std-id>` type as argument. :ref:`VIDIOC_G_STD <VIDIOC_G_STD>`
|
| H A D | vidioc-querystd.rst | 20 ``int ioctl(int fd, VIDIOC_QUERYSTD, v4l2_std_id *argp)`` 24 ``int ioctl(int fd, VIDIOC_SUBDEV_QUERYSTD, v4l2_std_id *argp)`` 33 Pointer to :c:type:`v4l2_std_id`. 40 pointer to a :ref:`v4l2_std_id <v4l2-std-id>` type. The driver
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-std.c | 14 v4l2_std_id id; 120 int pvr2_std_str_to_id(v4l2_std_id *idPtr,const char *bufPtr, in pvr2_std_str_to_id() 123 v4l2_std_id id = 0; in pvr2_std_str_to_id() 124 v4l2_std_id cmsk = 0; in pvr2_std_str_to_id() 125 v4l2_std_id t; in pvr2_std_str_to_id() 173 v4l2_std_id id) in pvr2_std_id_to_str() 267 static struct v4l2_standard *match_std(v4l2_std_id id) in match_std() 278 static int pvr2_std_fill(struct v4l2_standard *std,v4l2_std_id id) in pvr2_std_fill() 298 static v4l2_std_id std_mixes[] = { 306 v4l2_std_id id) in pvr2_std_create_enum() [all …]
|
| H A D | pvrusb2-std.h | 16 int pvr2_std_str_to_id(v4l2_std_id *idPtr,const char *bufPtr, 24 v4l2_std_id id); 30 v4l2_std_id id); 33 v4l2_std_id pvr2_std_get_usable(void);
|
| H A D | pvrusb2-hdw-internal.h | 302 v4l2_std_id std_mask_eeprom; // Hardware supported selections 303 v4l2_std_id std_mask_avail; // Which standards we may select from 304 v4l2_std_id std_mask_cur; // Currently selected standard(s)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | videodev2.h | 1150 typedef __u64 v4l2_std_id; typedef 1153 #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001) 1154 #define V4L2_STD_PAL_B1 ((v4l2_std_id)0x00000002) 1155 #define V4L2_STD_PAL_G ((v4l2_std_id)0x00000004) 1156 #define V4L2_STD_PAL_H ((v4l2_std_id)0x00000008) 1157 #define V4L2_STD_PAL_I ((v4l2_std_id)0x00000010) 1158 #define V4L2_STD_PAL_D ((v4l2_std_id)0x00000020) 1159 #define V4L2_STD_PAL_D1 ((v4l2_std_id)0x00000040) 1160 #define V4L2_STD_PAL_K ((v4l2_std_id)0x00000080) 1162 #define V4L2_STD_PAL_M ((v4l2_std_id)0x00000100) [all …]
|
| H A 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)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | videodev2.h | 1150 typedef __u64 v4l2_std_id; typedef 1153 #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001) 1154 #define V4L2_STD_PAL_B1 ((v4l2_std_id)0x00000002) 1155 #define V4L2_STD_PAL_G ((v4l2_std_id)0x00000004) 1156 #define V4L2_STD_PAL_H ((v4l2_std_id)0x00000008) 1157 #define V4L2_STD_PAL_I ((v4l2_std_id)0x00000010) 1158 #define V4L2_STD_PAL_D ((v4l2_std_id)0x00000020) 1159 #define V4L2_STD_PAL_D1 ((v4l2_std_id)0x00000040) 1160 #define V4L2_STD_PAL_K ((v4l2_std_id)0x00000080) 1162 #define V4L2_STD_PAL_M ((v4l2_std_id)0x00000100) [all …]
|
| H A 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)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | videodev2.h | 1264 typedef __u64 v4l2_std_id; typedef 1271 #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001) 1272 #define V4L2_STD_PAL_B1 ((v4l2_std_id)0x00000002) 1273 #define V4L2_STD_PAL_G ((v4l2_std_id)0x00000004) 1274 #define V4L2_STD_PAL_H ((v4l2_std_id)0x00000008) 1275 #define V4L2_STD_PAL_I ((v4l2_std_id)0x00000010) 1276 #define V4L2_STD_PAL_D ((v4l2_std_id)0x00000020) 1277 #define V4L2_STD_PAL_D1 ((v4l2_std_id)0x00000040) 1278 #define V4L2_STD_PAL_K ((v4l2_std_id)0x00000080) 1280 #define V4L2_STD_PAL_M ((v4l2_std_id)0x00000100) [all …]
|
| H A D | v4l2-subdev.h | 197 #define VIDIOC_SUBDEV_G_STD _IOR('V', 23, v4l2_std_id) 198 #define VIDIOC_SUBDEV_S_STD _IOW('V', 24, v4l2_std_id) 202 #define VIDIOC_SUBDEV_QUERYSTD _IOR('V', 63, v4l2_std_id)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 1263 typedef __u64 v4l2_std_id; typedef 1266 #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001) 1267 #define V4L2_STD_PAL_B1 ((v4l2_std_id)0x00000002) 1268 #define V4L2_STD_PAL_G ((v4l2_std_id)0x00000004) 1269 #define V4L2_STD_PAL_H ((v4l2_std_id)0x00000008) 1270 #define V4L2_STD_PAL_I ((v4l2_std_id)0x00000010) 1271 #define V4L2_STD_PAL_D ((v4l2_std_id)0x00000020) 1272 #define V4L2_STD_PAL_D1 ((v4l2_std_id)0x00000040) 1273 #define V4L2_STD_PAL_K ((v4l2_std_id)0x00000080) 1275 #define V4L2_STD_PAL_M ((v4l2_std_id)0x00000100) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/ |
| H A D | vehicle_ad_7181.c | 43 static v4l2_std_id std_old = V4L2_STD_NTSC; 198 static v4l2_std_id adv7181_std_to_v4l2(u8 status1) in adv7181_std_to_v4l2() 235 v4l2_std_id *std) in adv7181_vehicle_status() 252 static void adv7181_reinit_parameter(struct vehicle_ad_dev *ad, v4l2_std_id std) in adv7181_reinit_parameter() 430 static int adv7181_check_std(struct vehicle_ad_dev *ad, v4l2_std_id *std) in adv7181_check_std() 447 v4l2_std_id std = 0; in adv7181_channel_set() 523 v4l2_std_id std; in adv7181_check_state_work() 567 v4l2_std_id std = V4L2_STD_NTSC; in adv7181_ad_init()
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | v4l2-subdev.h | 412 int (*g_std)(struct v4l2_subdev *sd, v4l2_std_id *norm); 413 int (*s_std)(struct v4l2_subdev *sd, v4l2_std_id norm); 414 int (*s_std_output)(struct v4l2_subdev *sd, v4l2_std_id std); 415 int (*g_std_output)(struct v4l2_subdev *sd, v4l2_std_id *std); 416 int (*querystd)(struct v4l2_subdev *sd, v4l2_std_id *std); 417 int (*g_tvnorms)(struct v4l2_subdev *sd, v4l2_std_id *std); 418 int (*g_tvnorms_output)(struct v4l2_subdev *sd, v4l2_std_id *std);
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/adv748x/ |
| H A D | adv748x-afe.c | 56 v4l2_std_id *std) in adv748x_afe_status() 128 static int adv748x_afe_std(v4l2_std_id std) in adv748x_afe_std() 184 static int adv748x_afe_g_std(struct v4l2_subdev *sd, v4l2_std_id *norm) in adv748x_afe_g_std() 193 static int adv748x_afe_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in adv748x_afe_s_std() 212 static int adv748x_afe_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) in adv748x_afe_querystd() 248 static int adv748x_afe_g_tvnorms(struct v4l2_subdev *sd, v4l2_std_id *norm) in adv748x_afe_g_tvnorms()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-ioctl.h | 18 void ivtv_s_std_enc(struct ivtv *itv, v4l2_std_id std); 19 void ivtv_s_std_dec(struct ivtv *itv, v4l2_std_id std);
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-vid-cap.h | 15 extern const v4l2_std_id vivid_standard[]; 49 int vidioc_querystd(struct file *file, void *priv, v4l2_std_id *id); 50 int vivid_vid_cap_s_std(struct file *file, void *priv, v4l2_std_id id);
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | vpx3220.c | 37 v4l2_std_id norm; 282 static int vpx3220_status(struct v4l2_subdev *sd, u32 *pstatus, v4l2_std_id *pstd) in vpx3220_status() 285 v4l2_std_id std = pstd ? *pstd : V4L2_STD_ALL; in vpx3220_status() 325 static int vpx3220_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) in vpx3220_querystd() 337 static int vpx3220_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in vpx3220_s_std()
|
| H A D | bt819.c | 45 v4l2_std_id norm; 200 static int bt819_status(struct v4l2_subdev *sd, u32 *pstatus, v4l2_std_id *pstd) in bt819_status() 205 v4l2_std_id std = pstd ? *pstd : V4L2_STD_ALL; in bt819_status() 225 static int bt819_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) in bt819_querystd() 235 static int bt819_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in bt819_s_std()
|
| H A D | ml86v7667.c | 88 v4l2_std_id std; 159 static int ml86v7667_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) in ml86v7667_querystd() 233 static int ml86v7667_g_std(struct v4l2_subdev *sd, v4l2_std_id *std) in ml86v7667_g_std() 242 static int ml86v7667_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in ml86v7667_s_std()
|
| H A D | saa7110.c | 46 v4l2_std_id norm; 177 static v4l2_std_id determine_norm(struct v4l2_subdev *sd) in determine_norm() 252 static int saa7110_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) in saa7110_querystd() 258 static int saa7110_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in saa7110_s_std()
|
| /OK3568_Linux_fs/kernel/drivers/media/tuners/ |
| H A D | tuner-xc2028.c | 78 v4l2_std_id id; 86 v4l2_std_id id; 87 v4l2_std_id std_req; 242 static v4l2_std_id parse_audio_std_option(void) in parse_audio_std_option() 346 v4l2_std_id id; in load_all_firmwares() 432 v4l2_std_id *id) in seek_firmware() 477 v4l2_std_id match_mask; in seek_firmware() 543 v4l2_std_id *id) in load_firmware() 654 v4l2_std_id *id, __u16 int_freq, int scode) in load_scode() 718 v4l2_std_id std, __u16 int_freq) in check_firmware() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/usbtv/ |
| H A D | usbtv.h | 75 v4l2_std_id norm; 111 v4l2_std_id norm;
|
| /OK3568_Linux_fs/kernel/include/media/davinci/ |
| H A 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);
|