Home
last modified time | relevance | path

Searched refs:video_fh (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/common/saa7146/
H A Dsaa7146_video.c119 if (vv->video_fh == fh) { in saa7146_start_preview()
152 vv->video_fh = fh; in saa7146_start_preview()
177 if (vv->video_fh != fh) { in saa7146_stop_preview()
183 vv->video_fh = NULL; in saa7146_stop_preview()
327 if (vv->video_fh == fh) { in video_begin()
372 vv->video_fh = fh; in video_begin()
394 if (vv->video_fh != fh) { in video_end()
427 vv->video_fh = NULL; in video_end()
488 if (vv->video_fh != fh) { in vidioc_s_fbuf()
951 if (vv->video_fh != fh) { in vidioc_streamoff()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/common/saa7146/
H A Dsaa7146_video.c119 if (vv->video_fh == fh) { in saa7146_start_preview()
152 vv->video_fh = fh; in saa7146_start_preview()
177 if (vv->video_fh != fh) { in saa7146_stop_preview()
183 vv->video_fh = NULL; in saa7146_stop_preview()
327 if (vv->video_fh == fh) { in video_begin()
372 vv->video_fh = fh; in video_begin()
394 if (vv->video_fh != fh) { in video_end()
427 vv->video_fh = NULL; in video_end()
488 if (vv->video_fh != fh) { in vidioc_s_fbuf()
951 if (vv->video_fh != fh) { in vidioc_streamoff()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/common/saa7146/
H A Dsaa7146_video.c119 if (vv->video_fh == fh) { in saa7146_start_preview()
152 vv->video_fh = fh; in saa7146_start_preview()
177 if (vv->video_fh != fh) { in saa7146_stop_preview()
183 vv->video_fh = NULL; in saa7146_stop_preview()
327 if (vv->video_fh == fh) { in video_begin()
372 vv->video_fh = fh; in video_begin()
394 if (vv->video_fh != fh) { in video_end()
427 vv->video_fh = NULL; in video_end()
488 if (vv->video_fh != fh) { in vidioc_s_fbuf()
951 if (vv->video_fh != fh) { in vidioc_streamoff()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/media/drv-intf/
H A Dsaa7146_vv.h117 struct saa7146_fh *video_fh; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/media/drv-intf/
H A Dsaa7146_vv.h117 struct saa7146_fh *video_fh; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/media/drv-intf/
H A Dsaa7146_vv.h117 struct saa7146_fh *video_fh; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/ttpci/
H A Dav7110_v4l.c227 vv->ov_suspend = vv->video_fh; in av7110_dvb_c_switch()
228 …err = saa7146_stop_preview(vv->video_fh); /* side effect: video_status is now 0, video_fh is NULL … in av7110_dvb_c_switch()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/ttpci/
H A Dav7110_v4l.c227 vv->ov_suspend = vv->video_fh; in av7110_dvb_c_switch()
228 …err = saa7146_stop_preview(vv->video_fh); /* side effect: video_status is now 0, video_fh is NULL … in av7110_dvb_c_switch()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/pci/ttpci/
H A Dav7110_v4l.c227 vv->ov_suspend = vv->video_fh; in av7110_dvb_c_switch()
228 …err = saa7146_stop_preview(vv->video_fh); /* side effect: video_status is now 0, video_fh is NULL … in av7110_dvb_c_switch()
/dports/www/get_flash_videos/get_flash_videos-1.24.20120610/
H A Dget_flash_videos-1.24-git-201206103472 my $video_fh;
3474 $video_fh = \*STDOUT;
3476 open $video_fh, $mode, $file or die $!;
3479 binmode $video_fh;
3480 $self->{fh} = $video_fh;