Home
last modified time | relevance | path

Searched defs:vicodec_ctx (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c115 struct vicodec_ctx { struct
116 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