HomeSort by relevance Sort by last modified time
    Searched defs:VpxInterface (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.h 119 typedef struct VpxInterface {
123 } VpxInterface;
126 const VpxInterface *get_vpx_encoder_by_index(int i);
127 const VpxInterface *get_vpx_encoder_by_name(const char *name);
130 const VpxInterface *get_vpx_decoder_by_index(int i);
131 const VpxInterface *get_vpx_decoder_by_name(const char *name);
132 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc);
  /external/libvpx/libvpx/
tools_common.h 125 typedef struct VpxInterface {
129 } 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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.h 125 typedef struct VpxInterface {
129 } 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 38 milliseconds