Home
last modified time | relevance | path

Searched refs:V4L2_STD_PAL_B (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/
H A Dpvrusb2-std.c19 (V4L2_STD_PAL_B| \
52 #define TSTD_B (V4L2_STD_PAL_B|V4L2_STD_SECAM_B)
299 V4L2_STD_PAL_B | V4L2_STD_PAL_G,
H A Dpvrusb2-hdw.c1839 .std = V4L2_STD_PAL_B|V4L2_STD_PAL_B1|V4L2_STD_PAL_G,
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-enumstd.rst122 #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001)
174 #define V4L2_STD_PAL_BG (V4L2_STD_PAL_B |
177 #define V4L2_STD_B (V4L2_STD_PAL_B |
/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 Dvideodev2.h1153 #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001) macro
1218 #define V4L2_STD_PAL_BG (V4L2_STD_PAL_B |\
1234 #define V4L2_STD_B (V4L2_STD_PAL_B |\
/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 Dvideodev2.h1153 #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001) macro
1218 #define V4L2_STD_PAL_BG (V4L2_STD_PAL_B |\
1234 #define V4L2_STD_B (V4L2_STD_PAL_B |\
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h1271 #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001) macro
1336 #define V4L2_STD_PAL_BG (V4L2_STD_PAL_B |\
1352 #define V4L2_STD_B (V4L2_STD_PAL_B |\
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h1266 #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001) macro
1331 #define V4L2_STD_PAL_BG (V4L2_STD_PAL_B |\
1347 #define V4L2_STD_B (V4L2_STD_PAL_B |\
/OK3568_Linux_fs/kernel/drivers/media/pci/tw5864/
H A Dtw5864-video.c1464 case STD_PAL: return V4L2_STD_PAL_B; in tw5864_get_v4l2_std()
1479 if (v4l2_std & V4L2_STD_PAL_B) in tw5864_from_v4l2_std()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions246 replace define V4L2_STD_PAL_B v4l2-std-id
/OK3568_Linux_fs/kernel/drivers/media/usb/cx231xx/
H A Dcx231xx-417.c1531 dev->norm = V4L2_STD_PAL_B; in vidioc_s_std()
H A Dcx231xx-avcore.c1577 } else if (standerd & (V4L2_STD_PAL_B | V4L2_STD_PAL_G)) { in cx231xx_Get_Colibri_CarrierOffset()
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7164/
H A Dsaa7164-api.c693 } else if (std & V4L2_STD_PAL_B) { in saa7164_api_configure_dif()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c55 { V4L2_STD_PAL_B, "PAL-B" },