Searched defs:vicodec_ctx (Results 1 – 1 of 1) sorted by relevance
117 struct vicodec_ctx { struct118 struct v4l2_fh fh;119 struct vicodec_dev *dev;120 bool is_enc;121 bool is_stateless;145 static inline struct vicodec_ctx *file2ctx(struct file *file) in file2ctx() argument