Searched defs:vpx_codec_iface_t (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/vpx/
H A Dvpx_codec.h29 * extern vpx_codec_iface_t my_codec;
140 * ::vpx_codec_iface_t interface structure. Capabilities are extra interfaces
167 typedef const struct vpx_codec_iface vpx_codec_iface_t; typedef in typeref:struct:vpx_codec_iface
196 vpx_codec_iface_t *iface; /**< Interface pointers */
277 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface);
346 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface);

Completed in 48 milliseconds