Searched refs:curpix (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dstv680.h92 int curpix; member in struct:stv680_frame
H A Dse401.c449 se401->frame[i].curpix=0;
669 if (!se401->frame[se401->curframe].curpix) {
695 se401->frame[se401->curframe].curpix=0;
700 se401->frame[se401->curframe].curpix+=pix_exp*3;
703 if (se401->frame[se401->curframe].curpix>=se401->cwidth*se401->cheight*3) {
704 if (se401->frame[se401->curframe].curpix==se401->cwidth*se401->cheight*3) {
716 se401->frame[se401->curframe].curpix=0;
739 if (frame->curpix==0) {
747 if (offset!=frame->curpix) {
749 frame->curpix
[all...]
H A Dse401.h157 int curpix; member in struct:se401_frame
H A Dstv680.c683 stv680->frame[i].curpix = 0;
841 if (frame->curpix == 0) {
846 if (offset != frame->curpix) { /* Regard frame as lost :( */
847 frame->curpix = 0;
1016 frame->curpix = 0;
1034 if (!stv680->frame[framenr].curpix) {

Completed in 163 milliseconds