Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vpx/internal/
H A Dvpx_codec_internal.h291 struct vpx_codec_iface { struct
292 const char *name; /**< Identification String */
293 int abi_version; /**< Implemented ABI version */
294 vpx_codec_caps_t caps; /**< Decoder capabilities */
295 vpx_codec_init_fn_t init; /**< \copydoc ::vpx_codec_init_fn_t */
296 vpx_codec_destroy_fn_t destroy; /**< \copydoc ::vpx_codec_destroy_fn_t */
297 vpx_codec_ctrl_fn_map_t *ctrl_maps; /**< \copydoc ::vpx_codec_ctrl_fn_map_t */
298 struct vpx_codec_dec_iface {
305 } dec;
306 struct vpx_codec_enc_iface {
[all …]