Home
last modified time | relevance | path

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

/drivers/media/platform/samsung/s5p-mfc/
A Ds5p_mfc_enc.c1130 struct s5p_mfc_buf *mb_entry; in cleanup_ref_queue() local
1136 list_del(&mb_entry->list); in cleanup_ref_queue()
1233 struct s5p_mfc_buf *mb_entry; in enc_post_frame_start() local
1251 &mb_entry->b->vb2_buf, 0); in enc_post_frame_start()
1253 &mb_entry->b->vb2_buf, 1); in enc_post_frame_start()
1264 list_del(&mb_entry->list); in enc_post_frame_start()
1273 &mb_entry->b->vb2_buf, 0); in enc_post_frame_start()
1275 &mb_entry->b->vb2_buf, 1); in enc_post_frame_start()
1285 list_del(&mb_entry->list); in enc_post_frame_start()
1298 list_del(&mb_entry->list); in enc_post_frame_start()
[all …]
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()

Completed in 10 milliseconds