Searched defs:mtk_vcodec_dev (Results 1 – 1 of 1) sorted by relevance
474 struct mtk_vcodec_dev { struct475 struct v4l2_device v4l2_dev;476 struct video_device *vfd_dec;477 struct media_device mdev_dec;478 struct video_device *vfd_enc;483 struct list_head ctx_list;484 spinlock_t irqlock;492 unsigned long id_counter;516 int (*subdev_prob_done)(struct mtk_vcodec_dev *vdec_dev); argument519 atomic_t dec_active_cnt;[all …]
Completed in 89 milliseconds