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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dse401.c938 static int se401_newframe(struct usb_se401 *se401, int framenr) argument
944 (se401->frame[framenr].grabstate==FRAME_READY ||
945 se401->frame[framenr].grabstate==FRAME_GRABBING) ) {
946 if(!se401->frame[framenr].curpix) {
961 se401->frame[framenr].grabstate=FRAME_ERROR;
983 if (se401->frame[framenr].grabstate==FRAME_DONE)
985 enhance_picture(se401->frame[framenr].data, se401->cheight*se401->cwidth*3);
H A Dstv680.c1066 static int stv680_newframe (struct usb_stv *stv680, int framenr) argument
1070 while (stv680->streaming && (stv680->frame[framenr].grabstate == FRAME_READY || stv680->frame[framenr].grabstate == FRAME_GRABBING)) {
1071 if (!stv680->frame[framenr].curpix) {
1086 stv680->frame[framenr].grabstate = FRAME_ERROR;

Completed in 58 milliseconds