Searched refs:next_frm (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/davinci/
H A Dvpif_capture.h70 struct videobuf_buffer *next_frm; member in struct:common_obj
H A Dvpif_display.h86 struct videobuf_buffer *next_frm; /* Pointer pointing to next member in struct:common_obj
H A Dvpif_display.c260 common->next_frm = list_entry(common->dma_queue.next,
263 list_del(&common->next_frm->queue);
265 common->next_frm->state = VIDEOBUF_ACTIVE;
268 addr = videobuf_to_dma_contig(common->next_frm);
280 if (common->cur_frm == common->next_frm)
291 /* Make cur_frm pointing to next_frm */
292 common->cur_frm = common->next_frm;
296 || (common->cur_frm != common->next_frm)) {
341 /* Make cur_frm pointing to next_frm */
342 common->cur_frm = common->next_frm;
[all...]
H A Dvpfe_capture.c537 vpfe_dev->next_frm = list_entry(vpfe_dev->dma_queue.next,
539 list_del(&vpfe_dev->next_frm->queue);
540 vpfe_dev->next_frm->state = VIDEOBUF_ACTIVE;
541 addr = videobuf_to_dma_contig(vpfe_dev->next_frm);
564 vpfe_dev->cur_frm = vpfe_dev->next_frm;
589 if (vpfe_dev->cur_frm != vpfe_dev->next_frm)
608 if (vpfe_dev->cur_frm != vpfe_dev->next_frm)
628 vpfe_dev->cur_frm == vpfe_dev->next_frm)
662 vpfe_dev->cur_frm == vpfe_dev->next_frm)
1549 vpfe_dev->next_frm
[all...]
H A Dvpif_capture.c307 common->cur_frm = common->next_frm;
322 common->next_frm = list_entry(common->dma_queue.next,
325 list_del(&common->next_frm->queue);
326 common->next_frm->state = VIDEOBUF_ACTIVE;
328 addr = common->next_frm->boff;
330 addr = videobuf_to_dma_contig(common->next_frm);
408 if (common->cur_frm == common->next_frm)
416 (common->cur_frm != common->next_frm))
1007 (common->cur_frm != common->next_frm) ||
1057 common->next_frm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/omap/
H A Domap_voutdef.h133 struct videobuf_buffer *cur_frm, *next_frm; member in struct:omap_vout_device
H A Domap_vout.c855 if (!vout->first_int && (vout->cur_frm != vout->next_frm)) {
859 vout->cur_frm = vout->next_frm;
865 vout->next_frm = list_entry(vout->dma_queue.next,
867 list_del(&vout->next_frm->queue);
869 vout->next_frm->state = VIDEOBUF_ACTIVE;
871 addr = (unsigned long) vout->queued_buf_addr[vout->next_frm->i]
904 if (vout->cur_frm == vout->next_frm)
910 vout->cur_frm = vout->next_frm;
913 (vout->cur_frm != vout->next_frm))
916 vout->next_frm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/davinci/
H A Dvpfe_capture.h141 struct videobuf_buffer *next_frm; member in struct:vpfe_device

Completed in 194 milliseconds