Searched defs:hantro_variant (Results 1 – 1 of 1) sorted by relevance
80 struct hantro_variant { struct81 unsigned int enc_offset;82 unsigned int dec_offset;83 const struct hantro_fmt *enc_fmts;84 unsigned int num_enc_fmts;85 const struct hantro_fmt *dec_fmts;86 unsigned int num_dec_fmts;87 const struct hantro_fmt *postproc_fmts;88 unsigned int num_postproc_fmts;89 const struct hantro_postproc_ops *postproc_ops;[all …]