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.h36 extern vpx_codec_iface_t vpx_codec_vp8_dx_algo;
37 extern vpx_codec_iface_t *vpx_codec_vp8_dx(void);
45 extern vpx_codec_iface_t vpx_codec_vp9_dx_algo;
46 extern vpx_codec_iface_t *vpx_codec_vp9_dx(void);
54 extern vpx_codec_iface_t vpx_codec_vp10_dx_algo;
55 extern vpx_codec_iface_t *vpx_codec_vp10_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);
44 extern vpx_codec_iface_t vpx_codec_vp9_cx_algo;
45 extern vpx_codec_iface_t *vpx_codec_vp9_cx(void);
53 extern vpx_codec_iface_t vpx_codec_vp10_cx_algo;
54 extern vpx_codec_iface_t *vpx_codec_vp10_cx(void);
Dvpx_codec.h173 typedef const struct vpx_codec_iface vpx_codec_iface_t; typedef
201 vpx_codec_iface_t *iface; /**< Interface pointers */
292 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface);
361 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface);
Dvpx_encoder.h790 vpx_codec_iface_t *iface,
825 vpx_codec_iface_t *iface,
861 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.h93 vpx_codec_iface_t *iface,
/external/libvpx/libvpx/test/
Dcodec_factory.h85 virtual vpx_codec_iface_t* CodecInterface() const { in CodecInterface()
101 virtual vpx_codec_iface_t* CodecInterface() const { in CodecInterface()
177 virtual vpx_codec_iface_t* CodecInterface() const { in CodecInterface()
193 virtual vpx_codec_iface_t* CodecInterface() const { in CodecInterface()
270 virtual vpx_codec_iface_t* CodecInterface() const { in CodecInterface()
286 virtual vpx_codec_iface_t* CodecInterface() const { in CodecInterface()
Ddecode_api_test.cc23 static const vpx_codec_iface_t *kCodecs[] = { in TEST()
125 const vpx_codec_iface_t *const codec = &vpx_codec_vp9_dx_algo; in TEST()
Ddecode_test_driver.h115 virtual vpx_codec_iface_t* CodecInterface() const = 0;
Dencode_test_driver.h164 virtual vpx_codec_iface_t* CodecInterface() const = 0;
Dsvc_test.cc316 vpx_codec_iface_t *codec_iface_;
/external/libvpx/libvpx/vpx/src/
Dvpx_codec.c39 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface) { in vpx_codec_iface_name()
103 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface) { in vpx_codec_get_caps()
Dvpx_decoder.c26 vpx_codec_iface_t *iface, in vpx_codec_dec_init_ver()
67 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface, in vpx_codec_peek_stream_info()
Dvpx_encoder.c28 vpx_codec_iface_t *iface, in vpx_codec_enc_init_ver()
66 vpx_codec_iface_t *iface, in vpx_codec_enc_init_multi_ver()
154 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface, in vpx_codec_enc_config_default()
Dsvc_encodeframe.c385 vpx_codec_iface_t *iface, in vpx_svc_init()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h384 vpx_codec_iface_t* id(void) { return &id##_algo; }\
385 vpx_codec_iface_t id##_algo
/external/libvpx/libvpx/
Dtools_common.h133 vpx_codec_iface_t *(*const codec_interface)();
Dusage.dox49 #vpx_codec_iface_t.