Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
Dvpx_codec_internal.h327 struct vpx_codec_iface { struct
328 const char *name; /**< Identification String */
329 int abi_version; /**< Implemented ABI version */
330 vpx_codec_caps_t caps; /**< Decoder capabilities */
331 vpx_codec_init_fn_t init; /**< \copydoc ::vpx_codec_init_fn_t */
332 vpx_codec_destroy_fn_t destroy; /**< \copydoc ::vpx_codec_destroy_fn_t */
333 vpx_codec_ctrl_fn_map_t *ctrl_maps; /**< \copydoc ::vpx_codec_ctrl_fn_map_t */
334 vpx_codec_get_mmap_fn_t get_mmap; /**< \copydoc ::vpx_codec_get_mmap_fn_t */
335 vpx_codec_set_mmap_fn_t set_mmap; /**< \copydoc ::vpx_codec_set_mmap_fn_t */
336 struct vpx_codec_dec_iface {
[all …]