Searched refs:streaming (Results 1 - 25 of 35) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dstv680.h124 int streaming; /* Are we streaming video? */ member in struct:usb_stv
H A Dstv680.c469 stv680->streaming = 0;
512 stv680_file(streaming, streaming, "%d\n");
623 if (!stv680->streaming)
678 stv680->streaming = 1;
745 if (!stv680->streaming || !stv680->udev)
748 stv680->streaming = 0;
767 int wasstreaming = stv680->streaming;
1033 while (stv680->streaming && (stv680->frame[framenr].grabstate == FRAME_READY || stv680->frame[framenr].grabstate == FRAME_GRABBING)) {
1105 if (stv680->streaming)
[all...]
H A Dcpia_usb.c79 int streaming; member in struct:usb_cpia
123 if (!ucpia->dev || !ucpia->streaming || !ucpia->present || !ucpia->open)
272 ucpia->streaming = 1;
425 if (!ucpia->streaming)
428 ucpia->streaming = 0;
H A Dse401.c327 if (!se401->streaming)
433 se401->streaming=1;
523 if (!se401->streaming || !se401->dev)
526 se401->streaming=0;
549 int wasstreaming=se401->streaming;
850 while (se401->streaming &&
964 if (se401->streaming)
1083 if (!se401->streaming)
1162 if (!se401->streaming)
1425 se401->streaming
[all...]
H A Dvideo-buf.c461 if (q->streaming) {
462 dprintk(1,"busy: streaming active\n");
619 if (q->streaming) {
620 dprintk(1,"reqbufs: streaming already exists\n");
752 if (q->streaming) {
833 if (q->streaming)
835 q->streaming = 1;
856 if (!q->streaming)
859 q->streaming = 0;
1057 if (q->streaming)
[all...]
H A Dcpia_pp.c86 int streaming; /* we are in streaming mode */ member in struct:pp_cam_entry
467 cam->streaming=1;
484 cam->streaming=0;
528 //if(cam->streaming) DBG("%d / %d\n", cam->image_ready, noblock);
534 if (0/*cam->streaming*/) {
732 cam->streaming = 0;
H A Dse401.h197 int streaming; /* Are we streaming video? */ member in struct:usb_se401
H A Dw9968cf.h247 streaming; /* flag: yes=1, no=0 */ member in struct:w9968cf_device
H A Dov511.h442 int streaming; /* Are we streaming Isochronous? */ member in struct:usb_ov511
483 /* Stop streaming while changing picture settings */
H A Dvino.c189 * (in PAGE_SIZE chunks, used with mmap streaming) */
282 /* streaming is active */
283 int streaming; member in struct:vino_channel_settings
3403 vcs->streaming = 0;
3408 vcs->streaming = 0;
3518 if (vcs->streaming) {
3615 if (vcs->streaming)
3631 vcs->streaming = 1;
3636 vcs->streaming = 0;
3651 if (!vcs->streaming)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/caiaq/
H A Dcaiaq-audio.c105 if (dev->streaming) {
113 dev->streaming = 1;
120 dev->streaming = 0;
135 if (!dev->streaming)
138 dev->streaming = 0;
161 /* when the last client has stopped streaming,
209 if (dev->streaming)
407 if (!dev->streaming)
420 debug("streaming error detected %s %s\n",
478 if (!dev->streaming)
[all...]
H A Dcaiaq-device.h80 int streaming, first_packet, output_running; member in struct:snd_usb_caiaqdev
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cpia2/
H A Dcpia2_usb.c109 /* Always skip the first image after streaming
216 DBG("Stopping streaming\n");
220 if (!cam->streaming || !cam->present || cam->open_count == 0) {
221 LOG("Will now stop the streaming: streaming = %d, "
223 cam->streaming, cam->present, cam->open_count);
366 if(cam->streaming) {
705 if(cam->streaming)
736 cam->streaming = 1;
750 if(cam->streaming) {
[all...]
H A Dcpia2_v4l.c521 if (!cam->streaming) {
529 !cam->streaming ||
1752 if(cam->streaming &&
1755 /* Can't drop record priority while streaming */
1783 DBG("VIDIOC_STREAMON, streaming=%d\n", cam->streaming);
1788 if(!cam->streaming) {
1800 DBG("VIDIOC_STREAMOFF, streaming=%d\n", cam->streaming);
1805 if(cam->streaming) {
[all...]
H A Dcpia2.h392 int streaming; /* 0 = no, 1 = yes */ member in struct:camera_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/cinergyT2/
H A DcinergyT2.c127 int streaming; member in struct:cinergyt2
271 if (cinergyt2->streaming)
351 if (cinergyt2->streaming == 0)
354 cinergyt2->streaming++;
367 if (--cinergyt2->streaming == 0)
1008 if (cinergyt2->streaming)
1035 if (cinergyt2->streaming)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/media/
H A Dvideo-buf.h217 unsigned int streaming; member in struct:videobuf_queue
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvision/
H A Dusbvision-video.c276 return sprintf(buf, "%s\n", YES_NO(usbvision->streaming==Stream_On?1:0));
278 static CLASS_DEVICE_ATTR(streaming, S_IRUGO, show_streaming, NULL);
452 * stops streaming and deallocates all buffers that were earlier
799 if(usbvision->streaming == Stream_On) {
892 if (usbvision->streaming == Stream_Idle)
923 usbvision->streaming = Stream_On;
939 if(usbvision->streaming == Stream_On) {
1020 if(usbvision->streaming == Stream_On) {
1081 if(usbvision->streaming != Stream_On) {
1083 usbvision->streaming
[all...]
H A Dusbvision-core.c1424 /* Manage streaming interruption */
1425 if (usbvision->streaming == Stream_Interrupt) {
1426 usbvision->streaming = Stream_Idle;
1441 if (usbvision->streaming == Stream_On) {
1941 * stops streaming
1949 usbvision->streaming = Stream_Interrupt;
1951 (usbvision->streaming == Stream_Idle),
2476 usbvision->streaming = Stream_Idle;
2477 PDEBUG(DBG_ISOC, "%s: streaming=1 usbvision->video_endp=$%02x",
2486 * This procedure stops streaming an
[all...]
H A Dusbvision.h251 Stream_Off, /* Driver streaming is completely OFF */
252 Stream_Idle, /* Driver streaming is ready to be put ON by the application */
253 Stream_Interrupt, /* Driver streaming must be interrupted */
254 Stream_On, /* Driver streaming is put ON by the application */
413 enum StreamState streaming; /* Are we streaming Isochronous? */ member in struct:usb_usbvision
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dquickcam_messenger.c144 if (!uvd->streaming)
623 if (!uvd->streaming)
680 uvd->streaming = 1;
699 if ((uvd == NULL) || (!uvd->streaming) || (uvd->dev == NULL))
706 uvd->streaming = 0;
H A Dkonicawc.c399 if (!uvd->streaming) {
400 DEBUG(1, "Not streaming, but interrupt!");
511 uvd->streaming = 1;
512 DEBUG(1, "streaming=1 video_endp=$%02x", uvd->video_endp);
522 if ((uvd == NULL) || (!uvd->streaming) || (uvd->dev == NULL))
526 uvd->streaming = 0;
H A Dusbvideo.h225 int streaming; /* Are we streaming Isochronous? */ member in struct:uvd
H A Dusbvideo.c1203 * stops streaming and deallocates all buffers that were earlier
1678 if (!uvd->streaming) {
1680 info("Not streaming, but interrupt!");
1771 uvd->streaming = 1;
1773 info("%s: streaming=1 video_endp=$%02x", __FUNCTION__, uvd->video_endp);
1780 * This procedure stops streaming and deallocates URBs. Then it
1791 if ((uvd == NULL) || (!uvd->streaming) || (uvd->dev == NULL))
1802 info("%s: streaming=0", __FUNCTION__);
1803 uvd->streaming = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-empress.c113 if (dev->empress_tsq.streaming)

Completed in 184 milliseconds

12