Home
last modified time | relevance | path

Searched refs:mb_entry (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc.c622 struct s5p_mfc_buf *mb_entry; in s5p_mfc_handle_stream_complete() local
629 mb_entry = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, in s5p_mfc_handle_stream_complete()
631 list_del(&mb_entry->list); in s5p_mfc_handle_stream_complete()
633 vb2_set_plane_payload(&mb_entry->b->vb2_buf, 0, 0); in s5p_mfc_handle_stream_complete()
634 vb2_buffer_done(&mb_entry->b->vb2_buf, VB2_BUF_STATE_DONE); in s5p_mfc_handle_stream_complete()