Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-stillpicture.rst7 VIDEO_STILLPICTURE title
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.
H A Dvideo_types.rst211 An I-frame displayed via the VIDEO_STILLPICTURE call is passed on
H A Dav7110_av.c1270 case VIDEO_STILLPICTURE: in dvb_video_ioctl()
/openbmc/linux/include/uapi/linux/dvb/
H A Dvideo.h177 #define VIDEO_STILLPICTURE _IOW('o', 30, struct video_still_picture) macro