Searched defs:hantro_variant (Results 1 – 1 of 1) sorted by relevance
86 struct hantro_variant { struct87 unsigned int enc_offset;88 unsigned int dec_offset;89 const struct hantro_fmt *enc_fmts;90 unsigned int num_enc_fmts;91 const struct hantro_fmt *dec_fmts;92 unsigned int num_dec_fmts;93 unsigned int codec;94 const struct hantro_codec_ops *codec_ops;95 int (*init)(struct hantro_dev *vpu);[all …]