Searched refs:mb_entry (Results 1 – 2 of 2) sorted by relevance
1130 struct s5p_mfc_buf *mb_entry; in cleanup_ref_queue() local1136 list_del(&mb_entry->list); in cleanup_ref_queue()1233 struct s5p_mfc_buf *mb_entry; in enc_post_frame_start() local1251 &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 …]
622 struct s5p_mfc_buf *mb_entry; in s5p_mfc_handle_stream_complete() local629 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