Searched refs:next_frm (Results 1 – 10 of 10) sorted by relevance
/drivers/media/platform/davinci/ |
D | vpif_display.c | 198 common->next_frm = common->cur_frm = in vpif_start_streaming() 271 if (common->cur_frm == common->next_frm) { in vpif_stop_streaming() 278 if (common->next_frm) in vpif_stop_streaming() 279 vb2_buffer_done(&common->next_frm->vb.vb2_buf, in vpif_stop_streaming() 284 common->next_frm = list_entry(common->dma_queue.next, in vpif_stop_streaming() 286 list_del(&common->next_frm->list); in vpif_stop_streaming() 287 vb2_buffer_done(&common->next_frm->vb.vb2_buf, in vpif_stop_streaming() 309 common->next_frm = list_entry(common->dma_queue.next, in process_progressive_mode() 312 list_del(&common->next_frm->list); in process_progressive_mode() 316 addr = vb2_dma_contig_plane_dma_addr(&common->next_frm->vb.vb2_buf, 0); in process_progressive_mode() [all …]
|
D | vpbe_display.c | 64 if (layer->cur_frm == layer->next_frm) in vpbe_isr_even_field() 70 layer->cur_frm = layer->next_frm; in vpbe_isr_even_field() 81 (layer->cur_frm != layer->next_frm)) { in vpbe_isr_odd_field() 91 layer->next_frm = list_entry(layer->dma_queue.next, in vpbe_isr_odd_field() 94 list_del(&layer->next_frm->list); in vpbe_isr_odd_field() 97 layer->next_frm->vb.vb2_buf.state = VB2_BUF_STATE_ACTIVE; in vpbe_isr_odd_field() 98 addr = vb2_dma_contig_plane_dma_addr(&layer->next_frm->vb.vb2_buf, 0); in vpbe_isr_odd_field() 278 layer->next_frm = layer->cur_frm = list_entry(layer->dma_queue.next, in vpbe_start_streaming() 326 if (layer->cur_frm == layer->next_frm) { in vpbe_stop_streaming() 333 if (layer->next_frm) in vpbe_stop_streaming() [all …]
|
D | vpif_capture.c | 206 common->cur_frm = common->next_frm = list_entry(common->dma_queue.next, in vpif_start_streaming() 283 if (common->cur_frm == common->next_frm) { in vpif_stop_streaming() 290 if (common->next_frm) in vpif_stop_streaming() 291 vb2_buffer_done(&common->next_frm->vb.vb2_buf, in vpif_stop_streaming() 297 common->next_frm = list_entry(common->dma_queue.next, in vpif_stop_streaming() 299 list_del(&common->next_frm->list); in vpif_stop_streaming() 300 vb2_buffer_done(&common->next_frm->vb.vb2_buf, in vpif_stop_streaming() 329 common->cur_frm = common->next_frm; in vpif_process_buffer_complete() 345 common->next_frm = list_entry(common->dma_queue.next, in vpif_schedule_next_buffer() 348 list_del(&common->next_frm->list); in vpif_schedule_next_buffer() [all …]
|
D | vpfe_capture.c | 462 vpfe_dev->next_frm = list_entry(vpfe_dev->dma_queue.next, in vpfe_schedule_next_buffer() 464 list_del(&vpfe_dev->next_frm->queue); in vpfe_schedule_next_buffer() 465 vpfe_dev->next_frm->state = VIDEOBUF_ACTIVE; in vpfe_schedule_next_buffer() 466 addr = videobuf_to_dma_contig(vpfe_dev->next_frm); in vpfe_schedule_next_buffer() 486 vpfe_dev->cur_frm = vpfe_dev->next_frm; in vpfe_process_buffer_complete() 511 if (vpfe_dev->cur_frm != vpfe_dev->next_frm) in vpfe_isr() 530 if (vpfe_dev->cur_frm != vpfe_dev->next_frm) in vpfe_isr() 549 vpfe_dev->cur_frm == vpfe_dev->next_frm) in vpfe_isr() 583 vpfe_dev->cur_frm == vpfe_dev->next_frm) in vdint1_isr() 1435 vpfe_dev->next_frm = list_entry(vpfe_dev->dma_queue.next, in vpfe_streamon() [all …]
|
D | vpif_capture.h | 50 struct vpif_cap_buffer *next_frm; member
|
D | vpif_display.h | 72 struct vpif_disp_buffer *next_frm; /* Pointer pointing to next member
|
/drivers/media/platform/omap/ |
D | omap_vout.c | 461 if (vout->cur_frm == vout->next_frm) in omapvid_handle_interlace_display() 467 vout->cur_frm = vout->next_frm; in omapvid_handle_interlace_display() 470 (vout->cur_frm != vout->next_frm)) in omapvid_handle_interlace_display() 531 if (!vout->first_int && (vout->cur_frm != vout->next_frm)) { in omap_vout_isr() 535 vout->cur_frm = vout->next_frm; in omap_vout_isr() 542 vout->next_frm = list_entry(vout->dma_queue.next, in omap_vout_isr() 544 list_del(&vout->next_frm->queue); in omap_vout_isr() 546 addr = (unsigned long)vout->queued_buf_addr[vout->next_frm->vbuf.vb2_buf.index] in omap_vout_isr() 1002 vout->next_frm = vout->cur_frm = list_entry(vout->dma_queue.next, in omap_vout_vb2_start_streaming() 1106 if (vout->next_frm != vout->cur_frm) in omap_vout_vb2_stop_streaming() [all …]
|
D | omap_voutdef.h | 170 struct omap_vout_buffer *cur_frm, *next_frm; member
|
/drivers/media/platform/am437x/ |
D | am437x-vpfe.c | 1119 vpfe->next_frm = list_entry(vpfe->dma_queue.next, in vpfe_schedule_next_buffer() 1121 list_del(&vpfe->next_frm->list); in vpfe_schedule_next_buffer() 1124 addr = vb2_dma_contig_plane_dma_addr(&vpfe->next_frm->vb.vb2_buf, 0); in vpfe_schedule_next_buffer() 1132 addr = vb2_dma_contig_plane_dma_addr(&vpfe->next_frm->vb.vb2_buf, 0) + in vpfe_schedule_bottom_field() 1152 vpfe->cur_frm = vpfe->next_frm; in vpfe_process_buffer_complete() 1175 if (vpfe->cur_frm != vpfe->next_frm) in vpfe_handle_interlaced_irq() 1195 if (vpfe->cur_frm == vpfe->next_frm) in vpfe_handle_interlaced_irq() 1225 if (vpfe->cur_frm != vpfe->next_frm) in vpfe_isr() 1238 vpfe->cur_frm == vpfe->next_frm) in vpfe_isr() 1853 if (vpfe->next_frm && vpfe->next_frm != vpfe->cur_frm) in vpfe_return_all_buffers() [all …]
|
D | am437x-vpfe.h | 257 struct vpfe_cap_buffer *next_frm; member
|