Searched refs:src_mb (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_opr_v5.c | 1201 struct s5p_mfc_buf *src_mb; in s5p_mfc_run_enc_frame() local 1217 src_mb = NULL; in s5p_mfc_run_enc_frame() 1219 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, in s5p_mfc_run_enc_frame() 1221 src_mb->flags |= MFC_BUF_FLAG_USED; in s5p_mfc_run_enc_frame() 1222 if (src_mb->b->vb2_buf.planes[0].bytesused == 0) { in s5p_mfc_run_enc_frame() 1230 &src_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame() 1232 &src_mb->b->vb2_buf, 1); in s5p_mfc_run_enc_frame() 1235 if (src_mb->flags & MFC_BUF_FLAG_EOS) in s5p_mfc_run_enc_frame() 1246 src_mb ? src_mb->b->vb2_buf.index : -1, ctx->state); in s5p_mfc_run_enc_frame()
|
D | s5p_mfc_opr_v6.c | 1837 struct s5p_mfc_buf *src_mb; in s5p_mfc_run_enc_frame() local 1857 src_mb = NULL; in s5p_mfc_run_enc_frame() 1859 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 1860 src_mb->flags |= MFC_BUF_FLAG_USED; in s5p_mfc_run_enc_frame() 1861 if (src_mb->b->vb2_buf.planes[0].bytesused == 0) { in s5p_mfc_run_enc_frame() 1865 src_y_addr = vb2_dma_contig_plane_dma_addr(&src_mb->b->vb2_buf, 0); in s5p_mfc_run_enc_frame() 1866 src_c_addr = vb2_dma_contig_plane_dma_addr(&src_mb->b->vb2_buf, 1); in s5p_mfc_run_enc_frame() 1872 if (src_mb->flags & MFC_BUF_FLAG_EOS) in s5p_mfc_run_enc_frame()
|
D | s5p_mfc_enc.c | 1200 struct s5p_mfc_buf *src_mb; in enc_pre_frame_start() local 1204 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start() 1205 src_y_addr = vb2_dma_contig_plane_dma_addr(&src_mb->b->vb2_buf, 0); in enc_pre_frame_start() 1206 src_c_addr = vb2_dma_contig_plane_dma_addr(&src_mb->b->vb2_buf, 1); in enc_pre_frame_start()
|