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