Searched defs:vpx_codec_iface (Results 1 – 1 of 1) sorted by relevance
294 struct vpx_codec_iface { struct295 const char *name; /**< Identification String */296 int abi_version; /**< Implemented ABI version */297 vpx_codec_caps_t caps; /**< Decoder capabilities */298 vpx_codec_init_fn_t init; /**< \copydoc ::vpx_codec_init_fn_t */299 vpx_codec_destroy_fn_t destroy; /**< \copydoc ::vpx_codec_destroy_fn_t */300 vpx_codec_ctrl_fn_map_t *ctrl_maps; /**< \copydoc ::vpx_codec_ctrl_fn_map_t */301 vpx_codec_get_mmap_fn_t get_mmap; /**< \copydoc ::vpx_codec_get_mmap_fn_t */302 vpx_codec_set_mmap_fn_t set_mmap; /**< \copydoc ::vpx_codec_set_mmap_fn_t */303 struct vpx_codec_dec_iface {[all …]