Lines Matching defs:hantro_ctx
241 struct hantro_ctx { struct
242 struct hantro_dev *dev;
243 struct v4l2_fh fh;
244 bool is_encoder;
246 u32 sequence_cap;
247 u32 sequence_out;
249 const struct hantro_fmt *vpu_src_fmt;
250 struct v4l2_pix_format_mplane src_fmt;
251 const struct hantro_fmt *vpu_dst_fmt;
252 struct v4l2_pix_format_mplane dst_fmt;
254 struct v4l2_ctrl_handler ctrl_handler;
255 int jpeg_quality;
256 int bit_depth;
258 const struct hantro_codec_ops *codec_ops;
259 struct hantro_postproc_ctx postproc;
262 union {