Home
last modified time | relevance | path

Searched refs:video_still_picture (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dvideo-stillpicture.rst22 ``int ioctl(fd, VIDEO_STILLPICTURE, struct video_still_picture *sp)``
45 - struct video_still_picture \*sp
H A Dvideo_types.rst206 .. c:type:: video_still_picture
208 struct video_still_picture
218 struct video_still_picture {
/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/dvb/
H A Dvideo.h143 struct video_still_picture { struct
188 #define VIDEO_STILLPICTURE _IOW('o', 30, struct video_still_picture)
/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/dvb/
H A Dvideo.h143 struct video_still_picture { struct
188 #define VIDEO_STILLPICTURE _IOW('o', 30, struct video_still_picture)
/OK3568_Linux_fs/kernel/include/uapi/linux/dvb/
H A Dvideo.h147 struct video_still_picture { struct
192 #define VIDEO_STILLPICTURE _IOW('o', 30, struct video_still_picture)
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Dav7110_av.c1271 struct video_still_picture *pic = in dvb_video_ioctl()
1272 (struct video_still_picture *) parg; in dvb_video_ioctl()