Searched defs:vpx_codec_iface (Results 1 – 1 of 1) sorted by relevance
290 struct vpx_codec_iface { struct291 const char *name; /**< Identification String */292 int abi_version; /**< Implemented ABI version */293 vpx_codec_caps_t caps; /**< Decoder capabilities */294 vpx_codec_init_fn_t init; /**< \copydoc ::vpx_codec_init_fn_t */295 vpx_codec_destroy_fn_t destroy; /**< \copydoc ::vpx_codec_destroy_fn_t */296 vpx_codec_ctrl_fn_map_t *ctrl_maps; /**< \copydoc ::vpx_codec_ctrl_fn_map_t */297 struct vpx_codec_dec_iface {304 } dec;305 struct vpx_codec_enc_iface {[all …]