Searched refs:frmx (Results 1 – 2 of 2) sorted by relevance
1613 int frmx = -1, i; in usbvideo_v4l_read() local1629 frmx = i; in usbvideo_v4l_read()1635 if (noblock && (frmx == -1)) { in usbvideo_v4l_read()1645 if (frmx == -1) { in usbvideo_v4l_read()1648 frmx = i; in usbvideo_v4l_read()1665 if (frmx == -1) { in usbvideo_v4l_read()1671 frmx = 0; in usbvideo_v4l_read()1677 uvd->frame[frmx].request = uvd->videosize; in usbvideo_v4l_read()1678 uvd->frame[frmx].palette = uvd->defaultPalette; in usbvideo_v4l_read()1679 uvd->frame[frmx].frameState = FrameState_Ready; in usbvideo_v4l_read()[all …]
5099 int i, rc = 0, frmx = -1; in ov51x_v4l1_read() local5120 frmx = 0; in ov51x_v4l1_read()5122 frmx = 1; in ov51x_v4l1_read()5125 if (noblock && (frmx == -1)) { in ov51x_v4l1_read()5132 if (frmx == -1) { in ov51x_v4l1_read()5134 frmx = 0; in ov51x_v4l1_read()5136 frmx = 1; in ov51x_v4l1_read()5140 if (frmx == -1) { in ov51x_v4l1_read()5141 if ((rc = ov51x_new_frame(ov, frmx = 0))) { in ov51x_v4l1_read()5147 frame = &ov->frame[frmx]; in ov51x_v4l1_read()[all …]