Searched defs:mtk_vcodec_dev (Results 1 – 2 of 2) sorted by relevance
343 struct mtk_vcodec_dev { struct344 struct v4l2_device v4l2_dev;345 struct video_device *vfd_dec;346 struct video_device *vfd_enc;348 struct v4l2_m2m_dev *m2m_dev_dec;349 struct v4l2_m2m_dev *m2m_dev_enc;350 struct platform_device *plat_dev;351 struct platform_device *vpu_plat_dev;352 struct list_head ctx_list;353 spinlock_t irqlock;[all …]
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 …]