Searched refs:lastframe (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpc.c41 uint32_t curframe, lastframe; member in struct:__anon3570
85 c->lastframe = -1;
128 if(c->curframe != c->lastframe + 1){
132 c->lastframe = c->curframe;
199 uint32_t lastframe; local
212 lastframe = c->curframe;
217 c->curframe = lastframe;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpc.c40 uint32_t curframe, lastframe; member in struct:__anon2217
84 c->lastframe = -1;
127 if(c->curframe != c->lastframe + 1){
131 c->lastframe = c->curframe;
198 uint32_t lastframe; local
211 lastframe = c->curframe;
216 c->curframe = lastframe;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/usbvideo/
H A Dkonicawc.c116 int lastframe; member in struct:konicawc
190 cam->lastframe = -2;
348 if(!sts && cam->lastframe == -2) {
357 if(cam->lastframe == -2) {
359 cam->lastframe = -1;
571 if(cam->lastframe >= 0) {
572 fdrops = (0x80 + curframe - cam->lastframe) & 0x7F;
579 cam->lastframe,
583 cam->lastframe = curframe;
706 cam->lastframe
[all...]

Completed in 179 milliseconds