Home
last modified time | relevance | path

Searched refs:mtk_video_dec_buf (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/platform/mtk-vcodec/
A Dmtk_vcodec_dec_stateless.c114 struct mtk_video_dec_buf *vdec_frame_buf = in mtk_vdec_stateless_set_dst_payload()
115 container_of(fb, struct mtk_video_dec_buf, frame_buffer); in mtk_vdec_stateless_set_dst_payload()
131 struct mtk_video_dec_buf *framebuf = in vdec_get_cap_buffer()
132 container_of(vb2_v4l2, struct mtk_video_dec_buf, m2m_buf.vb); in vdec_get_cap_buffer()
169 struct mtk_video_dec_buf *dec_buf_src; in mtk_vdec_worker()
190 dec_buf_src = container_of(vb2_v4l2_src, struct mtk_video_dec_buf, in mtk_vdec_worker()
A Dmtk_vcodec_dec_stateful.c73 struct mtk_video_dec_buf *dstbuf; in get_display_buffer()
88 dstbuf = container_of(disp_frame_buffer, struct mtk_video_dec_buf, in get_display_buffer()
119 struct mtk_video_dec_buf *dstbuf; in get_free_buffer()
136 dstbuf = container_of(free_frame_buffer, struct mtk_video_dec_buf, in get_free_buffer()
303 struct mtk_video_dec_buf *dst_buf_info, *src_buf_info; in mtk_vdec_worker()
320 container_of(dst_buf, struct mtk_video_dec_buf, m2m_buf.vb); in mtk_vdec_worker()
363 container_of(src_buf, struct mtk_video_dec_buf, m2m_buf.vb); in mtk_vdec_worker()
447 struct mtk_video_dec_buf *buf; in vb2ops_vdec_stateful_buf_queue()
450 buf = container_of(vb2_v4l2, struct mtk_video_dec_buf, in vb2ops_vdec_stateful_buf_queue()
A Dmtk_vcodec_dec.c749 struct mtk_video_dec_buf *buf; in vb2ops_vdec_buf_finish()
753 buf = container_of(vb2_v4l2, struct mtk_video_dec_buf, m2m_buf.vb); in vb2ops_vdec_buf_finish()
772 struct mtk_video_dec_buf *buf = container_of(vb2_v4l2, in vb2ops_vdec_buf_init()
773 struct mtk_video_dec_buf, m2m_buf.vb); in vb2ops_vdec_buf_init()
934 src_vq->buf_struct_size = sizeof(struct mtk_video_dec_buf); in mtk_vcodec_dec_queue_init()
949 dst_vq->buf_struct_size = sizeof(struct mtk_video_dec_buf); in mtk_vcodec_dec_queue_init()
A Dmtk_vcodec_dec.h51 struct mtk_video_dec_buf { struct

Completed in 6 milliseconds