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

/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_codec.h29 * extern vpx_codec_iface_t my_codec;
148 * ::vpx_codec_iface_t interface structure. Capabilities are extra interfaces
173 typedef const struct vpx_codec_iface vpx_codec_iface_t; typedef in typeref:struct:vpx_codec_iface
201 vpx_codec_iface_t *iface; /**< Interface pointers */
292 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface);
361 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface);
/external/libvpx/libvpx/vpx/
H A Dvpx_codec.h29 * extern vpx_codec_iface_t my_codec;
148 * ::vpx_codec_iface_t interface structure. Capabilities are extra interfaces
175 typedef const struct vpx_codec_iface vpx_codec_iface_t; typedef in typeref:struct:vpx_codec_iface
203 vpx_codec_iface_t *iface; /**< Interface pointers */
283 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface);
352 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface);

Completed in 44 milliseconds