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