Searched defs:cedrus_ctx (Results 1 – 1 of 1) sorted by relevance
115 struct cedrus_ctx { struct116 struct v4l2_fh fh;117 struct cedrus_dev *dev;119 struct v4l2_pix_format src_fmt;120 struct v4l2_pix_format dst_fmt;121 struct cedrus_dec_ops *current_codec;122 unsigned int bit_depth;124 struct v4l2_ctrl_handler hdl;125 struct v4l2_ctrl **ctrls;127 union {[all …]