Searched refs:streaming (Results 26 - 50 of 88) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dvideobuf-core.h156 unsigned int streaming:1; member in struct:videobuf_queue
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/go7007/
H A Dgo7007-v4l2.c84 if (go->streaming) {
85 go->streaming = 0;
394 /* pretty sure we can't change any of these while streaming */
395 if (go->streaming)
620 if (go->streaming)
634 if (go->streaming)
770 /* offset will be 0 until we really support USERPTR streaming */
889 if (!go->streaming) {
890 go->streaming = 1;
1066 if (go->streaming)
[all...]
H A Dgo7007-priv.h177 int streaming; member in struct:go7007
219 /* Video streaming */
229 /* Audio streaming */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dtvp514x.c90 * @streaming: TVP5146/47 decoder streaming - enabled or disabled.
103 int streaming; member in struct:tvp514x_decoder
635 if (!decoder->streaming)
1066 * @enable: streaming enable or disable
1068 * Sets streaming to enable or disable, if possible.
1076 if (decoder->streaming == enable)
1088 decoder->streaming = enable;
1113 decoder->streaming = enable;
1149 .streaming
[all...]
H A Dtvp7002.c440 int streaming; member in struct:tvp7002
918 * @enable: streaming enable or disable
920 * Sets streaming to enable or disable, if possible.
927 if (device->streaming == enable)
933 device->streaming = enable;
938 v4l2_dbg(1, debug, sd, "Unable to stop streaming\n");
940 device->streaming = enable;
986 device->streaming ? "yes" : "no");
1042 .streaming = 0,
H A Dvideobuf-vmalloc.c81 if (q->streaming)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dpac7311.c678 if (gspca_dev->streaming) {
697 if (gspca_dev->streaming)
715 if (gspca_dev->streaming)
740 if (gspca_dev->streaming) {
764 if (gspca_dev->streaming)
782 if (gspca_dev->streaming)
H A Dspca561.c824 if (gspca_dev->streaming)
843 if (gspca_dev->streaming)
861 if (gspca_dev->streaming)
879 if (gspca_dev->streaming)
898 if (gspca_dev->streaming)
917 if (gspca_dev->streaming)
H A Dov534_9.c1271 if (gspca_dev->streaming)
1289 if (gspca_dev->streaming)
1308 if (gspca_dev->streaming) {
1331 if (gspca_dev->streaming)
1349 if (gspca_dev->streaming)
1367 if (gspca_dev->streaming)
1384 if (gspca_dev->streaming)
H A Dmr97310a.c609 /* Stop streaming as we've started it only to probe the sensor type. */
1103 if (gspca_dev->streaming)
1121 if (gspca_dev->streaming)
1139 if (gspca_dev->streaming)
1157 if (gspca_dev->streaming)
1176 if (gspca_dev->streaming)
H A Dtv8532.c347 if (gspca_dev->streaming)
365 if (gspca_dev->streaming)
H A Dsn9c20x.c1677 if (gspca_dev->streaming)
1695 if (gspca_dev->streaming)
1712 if (gspca_dev->streaming)
1729 if (gspca_dev->streaming)
1746 if (gspca_dev->streaming)
1763 if (gspca_dev->streaming)
1780 if (gspca_dev->streaming)
1797 if (gspca_dev->streaming)
1814 if (gspca_dev->streaming)
1831 if (gspca_dev->streaming)
[all...]
H A Dbenq.c174 if (!gspca_dev->streaming)
H A Detoms.c786 if (gspca_dev->streaming)
804 if (gspca_dev->streaming)
822 if (gspca_dev->streaming)
840 if (gspca_dev->streaming)
H A Dgspca.h188 __u8 streaming; member in struct:gspca_dev
H A Djeilinj.c171 * is streaming data. Because it is a workqueue function it is allowed to sleep
197 while (gspca_dev->present && gspca_dev->streaming) {
303 PDEBUG(D_STREAM, "Start streaming at 320x240");
306 PDEBUG(D_ERR, "Start streaming command failed");
309 /* Start the workqueue function to do the streaming */
H A Dspca506.c607 if (gspca_dev->streaming)
625 if (gspca_dev->streaming)
643 if (gspca_dev->streaming)
661 if (gspca_dev->streaming)
H A Dsq905c.c127 * is streaming data. Because it is a workqueue function it is allowed to sleep
153 while (gspca_dev->present && gspca_dev->streaming) {
278 PDEBUG(D_STREAM, "Start streaming at high resolution");
284 PDEBUG(D_STREAM, "Start streaming at medium resolution");
290 PDEBUG(D_ERR, "Start streaming command failed");
293 /* Start the workqueue function to do the streaming */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/usbvision/
H A Dusbvision-video.c267 YES_NO(usbvision->streaming==Stream_On?1:0));
269 static DEVICE_ATTR(streaming, S_IRUGO, show_streaming, NULL);
426 * stops streaming and deallocates all buffers that were earlier
759 if(usbvision->streaming == Stream_On) {
846 if (usbvision->streaming == Stream_Idle)
880 usbvision->streaming = Stream_On;
894 if(usbvision->streaming == Stream_On) {
970 if(usbvision->streaming == Stream_On) {
1014 if(usbvision->streaming != Stream_On) {
1016 usbvision->streaming
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dt3155v4l/
H A Ddt3155v4l.c501 pd->streaming = 0;
523 pd->streaming = 0;
527 } else if (pd->streaming == 1) {
577 pd->streaming = 1;
580 pd->streaming = 1;
677 pd->streaming = 0;
705 pd->streaming = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndbase.tex76 %% wxSoundStream streaming mode
79 \wxheading{wxSound streaming mode}
250 StartProduction starts the sound streaming. {\it evt} may be one of
262 I stops the async notifier and the sound streaming straightly.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/omap/
H A Domap_vout.c503 * Calculate the buffer offsets from which the streaming should
838 if (!vout->streaming)
1290 if (vout->streaming) {
1296 vout->streaming = 0;
1427 if (vout->streaming)
1618 if (vout->streaming)
1804 /* Cannot be requested when streaming is on */
1805 if (vout->streaming) {
1895 if (!vout->streaming)
1916 if (vout->streaming) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/usbvideo/
H A Dkonicawc.c401 if (!uvd->streaming) {
402 DEBUG(1, "Not streaming, but interrupt!");
513 uvd->streaming = 1;
514 DEBUG(1, "streaming=1 video_endp=$%02x", uvd->video_endp);
524 if ((uvd == NULL) || (!uvd->streaming) || (uvd->dev == NULL))
528 uvd->streaming = 0;
H A Dusbvideo.h226 int streaming; /* Are we streaming Isochronous? */ member in struct:uvd
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cpia2/
H A Dcpia2_v4l.c509 if (!cam->streaming) {
517 !cam->streaming ||
1737 if(cam->streaming &&
1740 /* Can't drop record priority while streaming */
1768 DBG("VIDIOC_STREAMON, streaming=%d\n", cam->streaming);
1773 if(!cam->streaming) {
1785 DBG("VIDIOC_STREAMOFF, streaming=%d\n", cam->streaming);
1790 if(cam->streaming) {
[all...]

Completed in 308 milliseconds

1234