Searched defs:hantro_ctx (Results 1 – 1 of 1) sorted by relevance
226 struct hantro_ctx { struct227 struct hantro_dev *dev;228 struct v4l2_fh fh;229 bool is_encoder;231 u32 sequence_cap;232 u32 sequence_out;234 const struct hantro_fmt *vpu_src_fmt;235 struct v4l2_pix_format_mplane src_fmt;236 const struct hantro_fmt *vpu_dst_fmt;237 struct v4l2_pix_format_mplane dst_fmt;[all …]