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

/external/libvpx/libvpx/
H A Dtools_common.h130 typedef struct VpxInterface { struct
134 } VpxInterface; typedef in typeref:struct:VpxInterface
137 const VpxInterface *get_vpx_encoder_by_index(int i);
138 const VpxInterface *get_vpx_encoder_by_name(const char *name);
141 const VpxInterface *get_vpx_decoder_by_index(int i);
142 const VpxInterface *get_vpx_decoder_by_name(const char *name);
143 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc);

Completed in 127 milliseconds