Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c968 ctx->dst_bufs[i].b = vb; in s5p_mfc_buf_init()
969 ctx->dst_bufs[i].cookie.raw.luma = in s5p_mfc_buf_init()
971 ctx->dst_bufs[i].cookie.raw.chroma = in s5p_mfc_buf_init()
1075 mfc_buf = &ctx->dst_bufs[vb->v4l2_buf.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.h613 struct s5p_mfc_buf dst_bufs[MFC_MAX_BUFFERS]; member
Ds5p_mfc_opr_v6.c473 ctx->dst_bufs[i].cookie.raw.luma); in s5p_mfc_set_dec_frame_buffer_v6()
474 writel(ctx->dst_bufs[i].cookie.raw.luma, in s5p_mfc_set_dec_frame_buffer_v6()
477 ctx->dst_bufs[i].cookie.raw.chroma); in s5p_mfc_set_dec_frame_buffer_v6()
478 writel(ctx->dst_bufs[i].cookie.raw.chroma, in s5p_mfc_set_dec_frame_buffer_v6()
Ds5p_mfc_enc.c1881 ctx->dst_bufs[i].b = vb; in s5p_mfc_buf_init()
1882 ctx->dst_bufs[i].cookie.stream = in s5p_mfc_buf_init()
2014 mfc_buf = &ctx->dst_bufs[vb->v4l2_buf.index]; in s5p_mfc_buf_queue()