Searched refs:dst_bufs (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc_dec.c | 636 (ctx->dst_bufs[buf->index].flags & MFC_BUF_FLAG_EOS)) in vidioc_dqbuf() 965 ctx->dst_bufs[i].b = vbuf; in s5p_mfc_buf_init() 966 ctx->dst_bufs[i].cookie.raw.luma = in s5p_mfc_buf_init() 968 ctx->dst_bufs[i].cookie.raw.chroma = in s5p_mfc_buf_init() 1071 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()
|
H A D | s5p_mfc_opr_v5.c | 474 ctx->dst_bufs[i].cookie.raw.luma); in s5p_mfc_set_dec_frame_buffer_v5() 475 mfc_write(dev, OFFSETB(ctx->dst_bufs[i].cookie.raw.luma), in s5p_mfc_set_dec_frame_buffer_v5() 478 ctx->dst_bufs[i].cookie.raw.chroma); in s5p_mfc_set_dec_frame_buffer_v5() 479 mfc_write(dev, OFFSETA(ctx->dst_bufs[i].cookie.raw.chroma), in s5p_mfc_set_dec_frame_buffer_v5()
|
H A D | s5p_mfc_common.h | 582 * @dst_bufs: information on allocated destination buffers 665 struct s5p_mfc_buf dst_bufs[MFC_MAX_BUFFERS]; member
|
H A D | s5p_mfc_opr_v6.c | 562 ctx->dst_bufs[i].cookie.raw.luma); in s5p_mfc_set_dec_frame_buffer_v6() 563 writel(ctx->dst_bufs[i].cookie.raw.luma, in s5p_mfc_set_dec_frame_buffer_v6() 566 ctx->dst_bufs[i].cookie.raw.chroma); in s5p_mfc_set_dec_frame_buffer_v6() 567 writel(ctx->dst_bufs[i].cookie.raw.chroma, in s5p_mfc_set_dec_frame_buffer_v6()
|
H A D | s5p_mfc_enc.c | 2446 ctx->dst_bufs[i].b = vbuf; in s5p_mfc_buf_init() 2447 ctx->dst_bufs[i].cookie.stream = in s5p_mfc_buf_init() 2577 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_dec.c | 667 (ctx->dst_bufs[buf->index].flags & MFC_BUF_FLAG_EOS)) in vidioc_dqbuf() 998 ctx->dst_bufs[i].b = vbuf; in s5p_mfc_buf_init() 999 ctx->dst_bufs[i].cookie.raw.luma = in s5p_mfc_buf_init() 1001 ctx->dst_bufs[i].cookie.raw.chroma = in s5p_mfc_buf_init() 1104 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()
|
H A D | s5p_mfc_opr_v5.c | 474 ctx->dst_bufs[i].cookie.raw.luma); in s5p_mfc_set_dec_frame_buffer_v5() 475 mfc_write(dev, OFFSETB(ctx->dst_bufs[i].cookie.raw.luma), in s5p_mfc_set_dec_frame_buffer_v5() 478 ctx->dst_bufs[i].cookie.raw.chroma); in s5p_mfc_set_dec_frame_buffer_v5() 479 mfc_write(dev, OFFSETA(ctx->dst_bufs[i].cookie.raw.chroma), in s5p_mfc_set_dec_frame_buffer_v5()
|
H A D | s5p_mfc_common.h | 587 * @dst_bufs: information on allocated destination buffers 675 struct s5p_mfc_buf dst_bufs[MFC_MAX_BUFFERS]; member
|
H A D | s5p_mfc_opr_v6.c | 562 ctx->dst_bufs[i].cookie.raw.luma); in s5p_mfc_set_dec_frame_buffer_v6() 563 writel(ctx->dst_bufs[i].cookie.raw.luma, in s5p_mfc_set_dec_frame_buffer_v6() 566 ctx->dst_bufs[i].cookie.raw.chroma); in s5p_mfc_set_dec_frame_buffer_v6() 567 writel(ctx->dst_bufs[i].cookie.raw.chroma, in s5p_mfc_set_dec_frame_buffer_v6()
|
H A D | s5p_mfc_enc.c | 2444 ctx->dst_bufs[i].b = vbuf; in s5p_mfc_buf_init() 2445 ctx->dst_bufs[i].cookie.stream = in s5p_mfc_buf_init() 2575 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()
|
Completed in 21 milliseconds