HomeSort by relevance Sort by last modified time
    Searched refs:vpx_codec_iface_t (Results 1 - 17 of 17) sorted by null

  /external/libvpx/vpx/
vp8dx.h 33 extern vpx_codec_iface_t vpx_codec_vp8_dx_algo;
34 extern vpx_codec_iface_t* vpx_codec_vp8_dx(void);
vp8e.h 24 DECLSPEC_DEPRECATED extern vpx_codec_iface_t vpx_enc_vp8_algo DEPRECATED;
vp8cx.h 33 extern vpx_codec_iface_t vpx_codec_vp8_cx_algo;
34 extern vpx_codec_iface_t* vpx_codec_vp8_cx(void);
vpx_decoder.h 48 * ::vpx_codec_iface_t interface structure. Capabilities are extra interfaces
123 vpx_codec_iface_t *iface,
153 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface,
vp8.h 126 DECLSPEC_DEPRECATED extern vpx_codec_iface_t vpx_codec_vp8_algo DEPRECATED;
vpx_codec.h 29 * 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);
vpx_encoder.h 50 * ::vpx_codec_iface_t interface structure. Capabilities are extra
578 vpx_codec_iface_t *iface,
611 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface,
  /external/libvpx/vpx/src/
vpx_decoder_compat.c 25 return vpx_codec_iface_name((vpx_codec_iface_t *)iface);
49 (vpx_codec_iface_t *)iface,
64 return vpx_codec_get_caps((vpx_codec_iface_t *)iface);
73 return vpx_codec_peek_stream_info((vpx_codec_iface_t *)iface, data, data_sz,
135 (vpx_codec_iface_t *)iface,
vpx_codec.c 41 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface)
113 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface)
vpx_decoder.c 22 vpx_codec_iface_t *iface,
76 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface,
vpx_encoder.c 23 vpx_codec_iface_t *iface,
67 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface,
  /external/libvpx/
example_xma.c 31 const vpx_codec_iface_t *iface;
84 vpx_codec_iface_t *iface = ifaces[0].iface;
vpxdec.c 55 const vpx_codec_iface_t *iface;
705 vpx_codec_iface_t *iface = NULL;
956 vpx_codec_iface_t *ivf_iface = ifaces[i].iface;
    [all...]
vpxenc.c 74 const vpx_codec_iface_t *iface;
    [all...]
  /external/libvpx/vpx/internal/
vpx_codec_internal.h 23 * vpx_codec_iface_t my_codec = {
34 * extern vpx_codec_iface_t my_codec;
340 vpx_codec_iface_t *iface;
402 vpx_codec_iface_t* id(void) { return &id##_algo; }\
403 vpx_codec_iface_t id##_algo
  /external/libvpx/vp8/
vp8_dx_iface.c 748 vpx_codec_iface_t vpx_codec_vp8_algo =
vp8_cx_iface.c     [all...]

Completed in 487 milliseconds