Searched refs:dst_mb (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_enc.c | 1150 struct s5p_mfc_buf *dst_mb; in enc_pre_seq_start() local 1154 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_seq_start() 1155 dst_addr = vb2_dma_contig_plane_dma_addr(&dst_mb->b->vb2_buf, 0); in enc_pre_seq_start() 1156 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in enc_pre_seq_start() 1166 struct s5p_mfc_buf *dst_mb; in enc_post_seq_start() local 1170 dst_mb = list_entry(ctx->dst_queue.next, in enc_post_seq_start() 1172 list_del(&dst_mb->list); in enc_post_seq_start() 1174 vb2_set_plane_payload(&dst_mb->b->vb2_buf, 0, in enc_post_seq_start() 1177 vb2_buffer_done(&dst_mb->b->vb2_buf, in enc_post_seq_start() 1204 struct s5p_mfc_buf *dst_mb; in enc_pre_frame_start() local [all …]
|
H A D | s5p_mfc_opr_v5.c | 1199 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame() local 1238 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 1239 dst_mb->flags |= MFC_BUF_FLAG_USED; in s5p_mfc_run_enc_frame() 1240 dst_addr = vb2_dma_contig_plane_dma_addr(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame() 1241 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame() 1271 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc() local 1276 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc() 1277 dst_addr = vb2_dma_contig_plane_dma_addr(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_init_enc() 1278 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_init_enc()
|
H A D | s5p_mfc_opr_v6.c | 1993 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame() local 2040 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 2041 dst_mb->flags |= MFC_BUF_FLAG_USED; in s5p_mfc_run_enc_frame() 2042 dst_addr = vb2_dma_contig_plane_dma_addr(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame() 2043 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame() 2072 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc() local 2076 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc() 2077 dst_addr = vb2_dma_contig_plane_dma_addr(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_init_enc() 2078 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_init_enc()
|