Searched refs:video_status (Results 1 – 8 of 8) sorted by relevance
26 .. c:function:: int ioctl(fd, VIDEO_GET_STATUS, struct video_status *status)52 - struct video_status \*status63 .. c:type:: video_status67 struct video_status {
35 data structures video_status (??) returned by VIDEO_GET_STATUS (??)182 .. c:type:: video_status184 struct video_status193 struct video_status {
15 (((vv->video_status & STATUS_CAPTURE) != 0) && (vv->video_fh == fh))18 (((vv->video_status & STATUS_OVERLAY) != 0) && (vv->video_fh == fh))151 vv->video_status = STATUS_OVERLAY; in saa7146_start_preview()172 if ((vv->video_status & STATUS_OVERLAY) == 0) { in saa7146_stop_preview()182 vv->video_status = 0; in saa7146_stop_preview()327 if ((vv->video_status & STATUS_CAPTURE) != 0) { in video_begin()336 if ((vv->video_status & STATUS_OVERLAY) != 0) { in video_begin()373 vv->video_status = STATUS_CAPTURE; in video_begin()389 if ((vv->video_status & STATUS_CAPTURE) != STATUS_CAPTURE) { in video_end()427 vv->video_status = 0; in video_end()[all …]
138 struct video_status { struct189 #define VIDEO_GET_STATUS _IOR('o', 27, struct video_status)
116 int video_status; member
194 struct video_status videostate;
226 if ((vv->video_status & STATUS_OVERLAY) != 0) { in av7110_dvb_c_switch()
1205 memcpy(parg, &av7110->videostate, sizeof(struct video_status)); in dvb_video_ioctl()