Searched defs:mtk_vcodec_dec_dev (Results 1 – 1 of 1) sorted by relevance
268 struct mtk_vcodec_dec_dev { struct269 struct v4l2_device v4l2_dev;270 struct video_device *vfd_dec;271 struct media_device mdev_dec;273 struct v4l2_m2m_dev *m2m_dev_dec;274 struct platform_device *plat_dev;275 struct list_head ctx_list;300 int (*subdev_prob_done)(struct mtk_vcodec_dec_dev *vdec_dev); argument303 atomic_t dec_active_cnt;304 u32 vdec_racing_info[132];[all …]
Completed in 7 milliseconds