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