Searched refs:dst_mb (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/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->vb2_buf, 0); in enc_pre_seq_start() 777 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 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->vb2_buf, 0, in enc_post_seq_start() 802 vb2_buffer_done(&dst_mb->b->vb2_buf, in enc_post_seq_start() 827 struct s5p_mfc_buf *dst_mb; in enc_pre_frame_start() local [all …]
|
D | s5p_mfc_opr_v5.c | 1228 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame() local 1268 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 1269 dst_mb->flags |= MFC_BUF_FLAG_USED; in s5p_mfc_run_enc_frame() 1270 dst_addr = vb2_dma_contig_plane_dma_addr(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame() 1271 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame() 1306 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc() local 1312 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc() 1313 dst_addr = vb2_dma_contig_plane_dma_addr(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_init_enc() 1314 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_init_enc()
|
D | s5p_mfc_opr_v6.c | 1590 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame() local 1635 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 1636 dst_mb->flags |= MFC_BUF_FLAG_USED; in s5p_mfc_run_enc_frame() 1637 dst_addr = vb2_dma_contig_plane_dma_addr(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame() 1638 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame() 1673 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc() local 1679 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc() 1680 dst_addr = vb2_dma_contig_plane_dma_addr(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_init_enc() 1681 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_init_enc()
|