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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc-if.c446 if (pdev->fill_frame != NULL) {
449 pdev->full_frames = pdev->fill_frame;
453 pdev->full_frames_tail->next = pdev->fill_frame;
454 pdev->full_frames_tail = pdev->fill_frame;
459 pdev->fill_frame = pdev->empty_frames;
470 pdev->fill_frame = pdev->full_frames;
474 pdev->fill_frame->next = NULL;
505 pdev->fill_frame = pdev->empty_frames;
734 fbuf = pdev->fill_frame;
783 fbuf = pdev->fill_frame;
[all...]
H A Dpwc.h218 struct pwc_frame_buf *fill_frame; /* frame currently being filled */ member in struct:pwc_device
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsanm.c1361 static void fill_frame(uint16_t *pbuf, int buf_size, uint16_t color) function
1488 fill_frame(ctx->frm1, ctx->npixels, header.bg_color);
1489 fill_frame(ctx->frm2, ctx->npixels, header.bg_color);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dgspca.c301 static void fill_frame(struct gspca_dev *gspca_dev, function
365 fill_frame(gspca_dev, urb);

Completed in 114 milliseconds