Home
last modified time | relevance | path

Searched defs:vpx_codec_iface (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h289 struct vpx_codec_iface { struct
290 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 …]