Searched defs:vicodec_ctx (Results 1 – 1 of 1) sorted by relevance
92 struct vicodec_ctx { struct93 struct v4l2_fh fh;94 struct vicodec_dev *dev;95 bool is_enc;96 spinlock_t *lock;98 struct v4l2_ctrl_handler hdl;99 struct v4l2_ctrl *ctrl_gop_size;100 unsigned int gop_size;101 unsigned int gop_cnt;104 int aborting;[all …]