Searched refs:dst_mb (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_enc.c | 1142 struct s5p_mfc_buf *dst_mb; in enc_pre_seq_start() local 1146 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_seq_start() 1147 dst_addr = vb2_dma_contig_plane_dma_addr(&dst_mb->b->vb2_buf, 0); in enc_pre_seq_start() 1148 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in enc_pre_seq_start() 1158 struct s5p_mfc_buf *dst_mb; in enc_post_seq_start() local 1163 dst_mb = list_entry(ctx->dst_queue.next, in enc_post_seq_start() 1165 list_del(&dst_mb->list); in enc_post_seq_start() 1167 vb2_set_plane_payload(&dst_mb->b->vb2_buf, 0, in enc_post_seq_start() 1170 vb2_buffer_done(&dst_mb->b->vb2_buf, in enc_post_seq_start() 1199 struct s5p_mfc_buf *dst_mb; in enc_pre_frame_start() local [all …]
|
D | s5p_mfc_opr_v5.c | 1200 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame() local 1239 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 1240 dst_mb->flags |= MFC_BUF_FLAG_USED; in s5p_mfc_run_enc_frame() 1241 dst_addr = vb2_dma_contig_plane_dma_addr(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame() 1242 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame() 1272 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc() local 1277 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc() 1278 dst_addr = vb2_dma_contig_plane_dma_addr(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_init_enc() 1279 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_init_enc()
|
D | s5p_mfc_opr_v6.c | 1836 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame() local 1877 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 1878 dst_mb->flags |= MFC_BUF_FLAG_USED; in s5p_mfc_run_enc_frame() 1879 dst_addr = vb2_dma_contig_plane_dma_addr(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame() 1880 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame() 1909 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc() local 1913 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc() 1914 dst_addr = vb2_dma_contig_plane_dma_addr(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_init_enc() 1915 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_init_enc()
|