Searched refs:mtk_video_dec_buf (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/media/platform/mtk-vcodec/ |
| D | mtk_vcodec_dec.c | 106 struct mtk_video_dec_buf *dstbuf; in get_display_buffer() 122 dstbuf = container_of(disp_frame_buffer, struct mtk_video_dec_buf, in get_display_buffer() 155 struct mtk_video_dec_buf *dstbuf; in get_free_buffer() 172 dstbuf = container_of(free_frame_buffer, struct mtk_video_dec_buf, in get_free_buffer() 352 struct mtk_video_dec_buf *dst_buf_info, *src_buf_info; in mtk_vdec_worker() 368 src_buf_info = container_of(src_buf, struct mtk_video_dec_buf, vb); in mtk_vdec_worker() 369 dst_buf_info = container_of(dst_buf, struct mtk_video_dec_buf, vb); in mtk_vdec_worker() 1130 struct mtk_video_dec_buf *buf = NULL; in vb2ops_vdec_buf_queue() 1141 buf = container_of(vb2_v4l2, struct mtk_video_dec_buf, vb); in vb2ops_vdec_buf_queue() 1168 buf = container_of(src_buf, struct mtk_video_dec_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 | 100 struct mtk_video_dec_buf *mtk_buf = NULL; in fops_vcodec_open()
|