Searched defs:mtk_vcodec_dev (Results 1 – 1 of 1) sorted by relevance
373 struct mtk_vcodec_dev { struct374 struct v4l2_device v4l2_dev;375 struct video_device *vfd_dec;376 struct video_device *vfd_enc;378 struct v4l2_m2m_dev *m2m_dev_dec;379 struct v4l2_m2m_dev *m2m_dev_enc;380 struct platform_device *plat_dev;381 struct list_head ctx_list;382 spinlock_t irqlock;383 struct mtk_vcodec_ctx *curr_ctx;[all …]