Searched refs:mtk_video_dec_buf (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/media/platform/mtk-vcodec/ |
D | mtk_vcodec_dec.c | 106 struct mtk_video_dec_buf *dstbuf; in get_display_buffer() 123 dstbuf = container_of(disp_frame_buffer, struct mtk_video_dec_buf, in get_display_buffer() 157 struct mtk_video_dec_buf *dstbuf; in get_free_buffer() 175 dstbuf = container_of(free_frame_buffer, struct mtk_video_dec_buf, in get_free_buffer() 355 struct mtk_video_dec_buf *dst_buf_info, *src_buf_info; in mtk_vdec_worker() 371 src_buf_info = container_of(src_buf, struct mtk_video_dec_buf, in mtk_vdec_worker() 373 dst_buf_info = container_of(dst_buf, struct mtk_video_dec_buf, in mtk_vdec_worker() 1144 struct mtk_video_dec_buf *buf = NULL; in vb2ops_vdec_buf_queue() 1155 buf = container_of(vb2_v4l2, struct mtk_video_dec_buf, in vb2ops_vdec_buf_queue() 1183 buf = container_of(src_buf, struct mtk_video_dec_buf, m2m_buf.vb); in vb2ops_vdec_buf_queue() [all …]
|
D | mtk_vcodec_dec.h | 49 struct mtk_video_dec_buf { struct
|
D | mtk_vcodec_drv.h | 291 struct mtk_video_dec_buf *empty_flush_buf;
|
D | mtk_vcodec_dec_drv.c | 84 struct mtk_video_dec_buf *mtk_buf = NULL; in fops_vcodec_open()
|