Home
last modified time | relevance | path

Searched refs:vpx_codec_iface_t (Results 1 – 18 of 18) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvp8dx.h37 extern vpx_codec_iface_t vpx_codec_vp8_dx_algo;
38 extern vpx_codec_iface_t *vpx_codec_vp8_dx(void);
41 extern vpx_codec_iface_t vpx_codec_vp9_dx_algo;
42 extern vpx_codec_iface_t *vpx_codec_vp9_dx(void);
Dvp8cx.h35 extern vpx_codec_iface_t vpx_codec_vp8_cx_algo;
36 extern vpx_codec_iface_t *vpx_codec_vp8_cx(void);
39 extern vpx_codec_iface_t vpx_codec_vp9_cx_algo;
40 extern vpx_codec_iface_t *vpx_codec_vp9_cx(void);
Dvpx_codec.h173 typedef const struct vpx_codec_iface vpx_codec_iface_t; typedef
201 vpx_codec_iface_t *iface; /**< Interface pointers */
290 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface);
359 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface);
Dvpx_encoder.h717 vpx_codec_iface_t *iface,
752 vpx_codec_iface_t *iface,
788 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface,
Dvpx_decoder.h137 vpx_codec_iface_t *iface,
167 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface,
Dsvc_context.h73 vpx_codec_iface_t *iface,
/external/libvpx/libvpx/test/
Dcodec_factory.h76 virtual vpx_codec_iface_t* CodecInterface() const { in CodecInterface()
92 virtual vpx_codec_iface_t* CodecInterface() const { in CodecInterface()
158 virtual vpx_codec_iface_t* CodecInterface() const { in CodecInterface()
174 virtual vpx_codec_iface_t* CodecInterface() const { in CodecInterface()
Ddecode_api_test.cc22 static const vpx_codec_iface_t *kCodecs[] = { in TEST()
105 const vpx_codec_iface_t *const codec = &vpx_codec_vp9_dx_algo; in TEST()
Ddecode_test_driver.h101 virtual vpx_codec_iface_t* CodecInterface() const = 0;
Dencode_test_driver.h146 virtual vpx_codec_iface_t* CodecInterface() const = 0;
Dsvc_test.cc73 vpx_codec_iface_t *codec_iface_;
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h341 vpx_codec_iface_t *iface;
390 vpx_codec_iface_t* id(void) { return &id##_algo; }\
391 vpx_codec_iface_t id##_algo
/external/libvpx/libvpx/vpx/src/
Dvpx_codec.c39 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface) { in vpx_codec_iface_name()
104 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface) { in vpx_codec_get_caps()
Dvpx_decoder.c22 vpx_codec_iface_t *iface, in vpx_codec_dec_init_ver()
66 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface, in vpx_codec_peek_stream_info()
Dvpx_encoder.c24 vpx_codec_iface_t *iface, in vpx_codec_enc_init_ver()
65 vpx_codec_iface_t *iface, in vpx_codec_enc_init_multi_ver()
156 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface, in vpx_codec_enc_config_default()
Dsvc_encodeframe.c440 vpx_codec_iface_t *iface, in vpx_svc_init()
/external/libvpx/libvpx/
Dtools_common.h123 vpx_codec_iface_t *(*const codec_interface)();
Dusage.dox49 #vpx_codec_iface_t.