Searched defs:hantro_variant (Results 1 – 1 of 1) sorted by relevance
74 struct hantro_variant { struct75 unsigned int enc_offset;76 unsigned int dec_offset;77 const struct hantro_fmt *enc_fmts;78 unsigned int num_enc_fmts;79 const struct hantro_fmt *dec_fmts;80 unsigned int num_dec_fmts;81 const struct hantro_fmt *postproc_fmts;82 unsigned int num_postproc_fmts;83 unsigned int codec;[all …]