Lines Matching refs:src_buf
253 struct s5p_mfc_buf *dst_buf, *src_buf; in s5p_mfc_handle_frame_copy_time() local
265 src_buf = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_handle_frame_copy_time()
270 dst_buf->b->timecode = src_buf->b->timecode; in s5p_mfc_handle_frame_copy_time()
272 src_buf->b->vb2_buf.timestamp; in s5p_mfc_handle_frame_copy_time()
276 src_buf->b->flags in s5p_mfc_handle_frame_copy_time()
365 struct s5p_mfc_buf *src_buf; in s5p_mfc_handle_frame() local
423 src_buf = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, in s5p_mfc_handle_frame()
430 src_buf->b->vb2_buf.planes[0].bytesused) { in s5p_mfc_handle_frame()
437 if (src_buf->flags & MFC_BUF_FLAG_EOS) in s5p_mfc_handle_frame()
439 list_del(&src_buf->list); in s5p_mfc_handle_frame()
442 vb2_buffer_done(&src_buf->b->vb2_buf, in s5p_mfc_handle_frame()
445 vb2_buffer_done(&src_buf->b->vb2_buf, in s5p_mfc_handle_frame()
537 struct s5p_mfc_buf *src_buf; in s5p_mfc_handle_seq_done() local
538 src_buf = list_entry(ctx->src_queue.next, in s5p_mfc_handle_seq_done()
542 src_buf->b->vb2_buf.planes[0].bytesused) in s5p_mfc_handle_seq_done()
562 struct s5p_mfc_buf *src_buf; in s5p_mfc_handle_init_buffers() local
577 src_buf = list_entry(ctx->src_queue.next, in s5p_mfc_handle_init_buffers()
579 list_del(&src_buf->list); in s5p_mfc_handle_init_buffers()
581 vb2_buffer_done(&src_buf->b->vb2_buf, in s5p_mfc_handle_init_buffers()