Searched refs:dst_mb (Results 1 – 1 of 1) sorted by relevance
1199 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame() local1238 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() local1276 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()