Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/dvb/
Dvideo-stillpicture.rst13 VIDEO_STILLPICTURE chapter
19 VIDEO_STILLPICTURE
26 .. c:function:: int ioctl(fd, VIDEO_STILLPICTURE, struct video_still_picture *sp)
27 :name: VIDEO_STILLPICTURE
48 - Equals VIDEO_STILLPICTURE for this command.
Dvideo_types.rst218 An I-frame displayed via the VIDEO_STILLPICTURE call is passed on
/Linux-v5.4/include/uapi/linux/dvb/
Dvideo.h192 #define VIDEO_STILLPICTURE _IOW('o', 30, struct video_still_picture) macro
/Linux-v5.4/drivers/media/pci/ttpci/
Dav7110_av.c1269 case VIDEO_STILLPICTURE: in dvb_video_ioctl()