Searched refs:mtk_video_dec_buf (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/media/platform/mtk-vcodec/ |
| D | mtk_vcodec_dec.c | 111 struct mtk_video_dec_buf *dstbuf; in get_display_buffer() 127 dstbuf = container_of(disp_frame_buffer, struct mtk_video_dec_buf, in get_display_buffer() 161 struct mtk_video_dec_buf *dstbuf; in get_free_buffer() 178 dstbuf = container_of(free_frame_buffer, struct mtk_video_dec_buf, in get_free_buffer() 333 struct mtk_video_dec_buf *dst_buf_info, *src_buf_info; in mtk_vdec_worker() 351 src_buf_info = container_of(src_vb2_v4l2, struct mtk_video_dec_buf, vb); in mtk_vdec_worker() 354 dst_buf_info = container_of(dst_vb2_v4l2, struct mtk_video_dec_buf, vb); in mtk_vdec_worker() 1113 struct mtk_video_dec_buf *buf = NULL; in vb2ops_vdec_buf_queue() 1123 buf = container_of(vb2_v4l2, struct mtk_video_dec_buf, vb); in vb2ops_vdec_buf_queue() 1153 buf = container_of(vb2_v4l2, struct mtk_video_dec_buf, vb); in vb2ops_vdec_buf_queue() [all …]
|
| D | mtk_vcodec_dec.h | 58 struct mtk_video_dec_buf { struct
|
| D | mtk_vcodec_drv.h | 295 struct mtk_video_dec_buf *empty_flush_buf;
|
| D | mtk_vcodec_dec_drv.c | 108 struct mtk_video_dec_buf *mtk_buf = NULL; in fops_vcodec_open()
|