Home
last modified time | relevance | path

Searched refs:dst_bufs (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c664 (ctx->dst_bufs[buf->index].flags & MFC_BUF_FLAG_EOS)) in vidioc_dqbuf()
978 ctx->dst_bufs[i].b = vbuf; in s5p_mfc_buf_init()
979 ctx->dst_bufs[i].cookie.raw.luma = in s5p_mfc_buf_init()
981 ctx->dst_bufs[i].cookie.raw.chroma = in s5p_mfc_buf_init()
1084 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()
Ds5p_mfc_opr_v5.c477 ctx->dst_bufs[i].cookie.raw.luma); in s5p_mfc_set_dec_frame_buffer_v5()
478 mfc_write(dev, OFFSETB(ctx->dst_bufs[i].cookie.raw.luma), in s5p_mfc_set_dec_frame_buffer_v5()
481 ctx->dst_bufs[i].cookie.raw.chroma); in s5p_mfc_set_dec_frame_buffer_v5()
482 mfc_write(dev, OFFSETA(ctx->dst_bufs[i].cookie.raw.chroma), in s5p_mfc_set_dec_frame_buffer_v5()
Ds5p_mfc_common.h669 struct s5p_mfc_buf dst_bufs[MFC_MAX_BUFFERS]; member
Ds5p_mfc_opr_v6.c565 ctx->dst_bufs[i].cookie.raw.luma); in s5p_mfc_set_dec_frame_buffer_v6()
566 writel(ctx->dst_bufs[i].cookie.raw.luma, in s5p_mfc_set_dec_frame_buffer_v6()
569 ctx->dst_bufs[i].cookie.raw.chroma); in s5p_mfc_set_dec_frame_buffer_v6()
570 writel(ctx->dst_bufs[i].cookie.raw.chroma, in s5p_mfc_set_dec_frame_buffer_v6()
Ds5p_mfc_enc.c2454 ctx->dst_bufs[i].b = vbuf; in s5p_mfc_buf_init()
2455 ctx->dst_bufs[i].cookie.stream = in s5p_mfc_buf_init()
2585 mfc_buf = &ctx->dst_bufs[vb->index]; in s5p_mfc_buf_queue()