Searched refs:vframe_count (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc-if.c584 if (pdev->vframe_count < FRAME_LOWMARK)
588 PWC_DEBUG_FLOW("Dumping frame %d\n", pdev->vframe_count);
591 pdev->vframe_count);
682 pdev->vframe_count++;
1170 pdev->vframe_count = 0;
1259 if (pdev->vframe_count > 20)
1260 PWC_DEBUG_MODULE("Closing video device: %d frames received, dumped %d frames, %d frames with errors.\n", pdev->vframe_count, pdev->vframes_dumped, pdev->vframes_error);
H A Dpwc.h184 int vframe_count; /* received frames */ member in struct:pwc_device

Completed in 59 milliseconds