Searched refs:curline (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dse401.c608 frame->curline += linelength;
615 *(frame->curline-frame->curlinepix) = 1 + data * 4;
617 *(frame->curline-frame->curlinepix) =
618 *(frame->curline-frame->curlinepix + 3) + data * 4;
679 se401->frame[se401->curframe].curline =
740 unsigned char *framedata = frame->data, *curline, *nextline; local
750 frame->curline = framedata + linelength;
769 curline = frame->curline;
770 nextline = curline
[all...]
H A Dse401.h157 unsigned char *curline; member in struct:se401_frame
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/usbvision/
H A Dusbvision-core.c433 frame->curline = 0;
438 for (; frame->curline < frame->frmheight; frame->curline++) {
441 f = frame->data + (usbvision->curwidth * 3 * frame->curline);
448 if (frame->curline % 32 == 0)
451 if (frame->curline % 32 == 1)
581 frame->curline = 0;
603 f = frame->data + (frame->v4l2_linesize * frame->curline);
608 PDEBUG(DBG_PARSE, "out of data in line %d, need %u.\n", frame->curline, len);
612 if ((frame->curline
[all...]
H A Dusbvision.h318 int curline; /* Line of frame we're working on */ member in struct:usbvision_frame
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/usbvideo/
H A Dkonicawc.c584 frame->curline = 0;
605 while ( frame->curline < maxline && (RingQueue_GetLength(&uvd->dp) >= 384)) {
607 RingQueue_Dequeue(&uvd->dp, frame->data + (frame->curline * 256), 256);
609 RingQueue_Dequeue(&uvd->dp, frame->data + yplanesz + (frame->curline * 64), 64);
611 RingQueue_Dequeue(&uvd->dp, frame->data + (5 * yplanesz)/4 + (frame->curline * 64), 64);
613 frame->curline++;
616 if (frame->curline == maxline) {
620 frame->curline = 0;
708 uvd->frame[uvd->curframe].curline = 0;
H A Dibmcam.c354 frame->curline = 0;
473 if ((frame->curline + 2) >= VIDEOSIZE_Y(frame->request))
484 f = frame->data + (v4l_linesize * frame->curline);
531 if (((frame->curline + 2) >= scanHeight) || (i >= scanLength)) {
535 f = frame->data + (v4l_linesize * frame->curline) + j;
582 RGB24_PUTPIXEL(frame, i, frame->curline, rv, gv, bv);
604 frame->curline += 2;
609 if (frame_done || (frame->curline >= VIDEOSIZE_Y(frame->request)))
683 if ((frame->curline + 2) >= VIDEOSIZE_Y(frame->request))
698 f = frame->data + (v4l_linesize * frame->curline);
[all...]
H A Dusbvideo.h183 int curline; /* Line of frame we're working on */ member in struct:usbvideo_frame
H A Dusbvideo.c539 frame->curline = 0;
543 for (; frame->curline < VIDEOSIZE_Y(frame->request); frame->curline++) {
546 (VIDEOSIZE_X(frame->request) * V4L_BYTES_PER_PIXEL * frame->curline);
553 if (frame->curline % 32 == 0)
556 if (frame->curline % 32 == 1)

Completed in 79 milliseconds