Displaying 1 result from an estimated 1 matches for "spca50x_frame".
2010 Jun 11
2
5.5 & gspca
...for (i = 0; i < urb->number_of_packets; i++) {
int datalength = urb->iso_frame_desc[i].actual_length;
int st = urb->iso_frame_desc[i].status;
unsigned long ms_times_now;
unsigned long ms_times_before;
struct spca50x_frame *frame; //Pointer to frame data
int sequenceNumber;
int sof;
int iPix; //Offset of pixel data in the ISO packet
if (st) {
PDEBUG(0, "ISOC data error: [%d] len=%d, status=%d
\n",...