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;120 bool is_draining;121 bool next_is_last;122 bool has_stopped;123 spinlock_t *lock;148 static inline struct vicodec_ctx *file2ctx(struct file *file) in file2ctx() argument