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

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dtools_common.h128 typedef struct VpxInterface { struct
132 } VpxInterface; typedef in typeref:struct:VpxInterface
135 const VpxInterface *get_vpx_encoder_by_index(int i);
136 const VpxInterface *get_vpx_encoder_by_name(const char *name);
139 const VpxInterface *get_vpx_decoder_by_index(int i);
140 const VpxInterface *get_vpx_decoder_by_name(const char *name);
141 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc);
/external/libvpx/libvpx/
H A Dtools_common.h125 typedef struct VpxInterface { struct
129 } VpxInterface; typedef in typeref:struct:VpxInterface
132 const VpxInterface *get_vpx_encoder_by_index(int i);
133 const VpxInterface *get_vpx_encoder_by_name(const char *name);
136 const VpxInterface *get_vpx_decoder_by_index(int i);
137 const VpxInterface *get_vpx_decoder_by_name(const char *name);
138 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc);

Completed in 1196 milliseconds