Searched refs:dst_mb (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_enc.c | 769 struct s5p_mfc_buf *dst_mb; in enc_pre_seq_start() local 775 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_seq_start() 776 dst_addr = vb2_dma_contig_plane_dma_addr(dst_mb->b, 0); in enc_pre_seq_start() 777 dst_size = vb2_plane_size(dst_mb->b, 0); in enc_pre_seq_start() 788 struct s5p_mfc_buf *dst_mb; in enc_post_seq_start() local 795 dst_mb = list_entry(ctx->dst_queue.next, in enc_post_seq_start() 797 list_del(&dst_mb->list); in enc_post_seq_start() 799 vb2_set_plane_payload(dst_mb->b, 0, in enc_post_seq_start() 802 vb2_buffer_done(dst_mb->b, VB2_BUF_STATE_DONE); in enc_post_seq_start() 826 struct s5p_mfc_buf *dst_mb; in enc_pre_frame_start() local [all …]
|
D | s5p_mfc_opr_v5.c | 1226 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame() local 1266 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 1267 dst_mb->flags |= MFC_BUF_FLAG_USED; in s5p_mfc_run_enc_frame() 1268 dst_addr = vb2_dma_contig_plane_dma_addr(dst_mb->b, 0); in s5p_mfc_run_enc_frame() 1269 dst_size = vb2_plane_size(dst_mb->b, 0); in s5p_mfc_run_enc_frame() 1303 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc() local 1309 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc() 1310 dst_addr = vb2_dma_contig_plane_dma_addr(dst_mb->b, 0); in s5p_mfc_run_init_enc() 1311 dst_size = vb2_plane_size(dst_mb->b, 0); in s5p_mfc_run_init_enc()
|
D | s5p_mfc_opr_v6.c | 1583 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame() local 1615 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 1616 dst_mb->flags |= MFC_BUF_FLAG_USED; in s5p_mfc_run_enc_frame() 1617 dst_addr = vb2_dma_contig_plane_dma_addr(dst_mb->b, 0); in s5p_mfc_run_enc_frame() 1618 dst_size = vb2_plane_size(dst_mb->b, 0); in s5p_mfc_run_enc_frame() 1653 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc() local 1659 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc() 1660 dst_addr = vb2_dma_contig_plane_dma_addr(dst_mb->b, 0); in s5p_mfc_run_init_enc() 1661 dst_size = vb2_plane_size(dst_mb->b, 0); in s5p_mfc_run_init_enc()
|