Home
last modified time | relevance | path

Searched refs:VIDEO_STILLPICTURE (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/Documentation/userspace-api/media/dvb/
Dvideo-stillpicture.rst7 VIDEO_STILLPICTURE chapter
13 VIDEO_STILLPICTURE
20 .. c:macro:: VIDEO_STILLPICTURE
22 ``int ioctl(fd, VIDEO_STILLPICTURE, struct video_still_picture *sp)``
41 - Equals VIDEO_STILLPICTURE for this command.
Dvideo_types.rst211 An I-frame displayed via the VIDEO_STILLPICTURE call is passed on
/Linux-v5.10/include/uapi/linux/dvb/
Dvideo.h192 #define VIDEO_STILLPICTURE _IOW('o', 30, struct video_still_picture) macro
/Linux-v5.10/drivers/media/pci/ttpci/
Dav7110_av.c1269 case VIDEO_STILLPICTURE: in dvb_video_ioctl()