Searched refs:frame_current (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/sn9c102/
H A Dsn9c102.h110 struct sn9c102_frame_t *frame_current, frame[SN9C102_MAX_FRAMES]; member in struct:sn9c102_device
H A Dsn9c102_core.c166 cam->frame_current = NULL;
676 f = &cam->frame_current;
923 cam->frame_current = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/zc0301/
H A Dzc0301.h113 struct zc0301_frame_t *frame_current, frame[ZC0301_MAX_FRAMES]; member in struct:zc0301_device
H A Dzc0301_core.c167 cam->frame_current = NULL;
318 f = &cam->frame_current;
479 cam->frame_current = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvp56.c397 AVFrame *frame_current, *frame_ref; local
414 frame_current = s->framep[VP56_FRAME_CURRENT];
424 s->dsp.idct_put(frame_current->data[plane] + s->block_offset[b],
434 s->dsp.put_pixels_tab[1][0](frame_current->data[plane] + off,
437 s->dsp.idct_add(frame_current->data[plane] + off,
455 s->dsp.idct_add(frame_current->data[plane] + s->block_offset[b],
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/et61x251/
H A Det61x251.h149 struct et61x251_frame_t *frame_current, frame[ET61X251_MAX_FRAMES]; member in struct:et61x251_device
H A Det61x251_core.c164 cam->frame_current = NULL;
413 f = &cam->frame_current;
603 cam->frame_current = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dw9968cf.h214 struct w9968cf_frame_t* frame_current; /* -> frame being grabbed */ member in struct:w9968cf_device
H A Dw9968cf.c798 /* "(*f)" will be used instead of "cam->frame_current" */
799 f = &cam->frame_current;
805 w9968cf_pop_frame(cam, &cam->frame_current);
867 w9968cf_pop_frame(cam, &cam->frame_current);
869 cam->frame_current = &cam->frame_tmp;
974 cam->frame_current = &cam->frame_tmp;
3072 || cam->frame_current->queued) {
3077 !cam->frame_current->queued) );
3128 || cam->frame_current->queued) {
3133 !cam->frame_current
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/em28xx/
H A Dem28xx.h249 struct em28xx_frame_t *frame_current; /* the frame that is being filled */ member in struct:em28xx
H A Dem28xx-core.c552 f = &dev->frame_current;
655 dev->frame_current = NULL;
H A Dem28xx-video.c1352 dev->frame_current = NULL;

Completed in 204 milliseconds