Home
last modified time | relevance | path

Searched refs:dst_mb (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_enc.c1136 struct s5p_mfc_buf *dst_mb; in enc_pre_seq_start() local
1141 dst_addr = vb2_dma_contig_plane_dma_addr(&dst_mb->b->vb2_buf, 0); in enc_pre_seq_start()
1142 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in enc_pre_seq_start()
1152 struct s5p_mfc_buf *dst_mb; in enc_post_seq_start() local
1157 dst_mb = list_entry(ctx->dst_queue.next, in enc_post_seq_start()
1159 list_del(&dst_mb->list); in enc_post_seq_start()
1161 vb2_set_plane_payload(&dst_mb->b->vb2_buf, 0, in enc_post_seq_start()
1164 vb2_buffer_done(&dst_mb->b->vb2_buf, in enc_post_seq_start()
1193 struct s5p_mfc_buf *dst_mb; in enc_pre_frame_start() local
1205 dst_addr = vb2_dma_contig_plane_dma_addr(&dst_mb->b->vb2_buf, 0); in enc_pre_frame_start()
[all …]
H A Ds5p_mfc_opr_v5.c1197 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame() local
1236 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame()
1237 dst_mb->flags |= MFC_BUF_FLAG_USED; in s5p_mfc_run_enc_frame()
1238 dst_addr = vb2_dma_contig_plane_dma_addr(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame()
1239 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame()
1269 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc() local
1274 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc()
1275 dst_addr = vb2_dma_contig_plane_dma_addr(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_init_enc()
1276 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_init_enc()
H A Ds5p_mfc_opr_v6.c1833 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame() local
1874 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame()
1875 dst_mb->flags |= MFC_BUF_FLAG_USED; in s5p_mfc_run_enc_frame()
1876 dst_addr = vb2_dma_contig_plane_dma_addr(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame()
1877 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame()
1906 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc() local
1910 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc()
1911 dst_addr = vb2_dma_contig_plane_dma_addr(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_init_enc()
1912 dst_size = vb2_plane_size(&dst_mb->b->vb2_buf, 0); in s5p_mfc_run_init_enc()