Lines Matching defs:hantro_ctx
247 struct hantro_ctx { struct
248 struct hantro_dev *dev;
249 struct v4l2_fh fh;
250 bool is_encoder;
252 u32 sequence_cap;
253 u32 sequence_out;
255 const struct hantro_fmt *vpu_src_fmt;
256 struct v4l2_pix_format_mplane src_fmt;
257 const struct hantro_fmt *vpu_dst_fmt;
258 struct v4l2_pix_format_mplane dst_fmt;
260 struct v4l2_ctrl_handler ctrl_handler;
261 int jpeg_quality;
262 int bit_depth;
264 const struct hantro_codec_ops *codec_ops;
265 struct hantro_postproc_ctx postproc;
266 bool need_postproc;
269 union {