Searched refs:vpx_codec_iface_t (Results 1 – 18 of 18) sorted by relevance
/external/libvpx/libvpx/vpx/ |
D | vp8dx.h | 36 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);
|
D | vp8cx.h | 35 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);
|
D | vpx_codec.h | 173 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);
|
D | vpx_encoder.h | 790 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,
|
D | vpx_decoder.h | 137 vpx_codec_iface_t *iface, 167 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface,
|
D | svc_context.h | 93 vpx_codec_iface_t *iface,
|
/external/libvpx/libvpx/test/ |
D | codec_factory.h | 85 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()
|
D | decode_api_test.cc | 23 static const vpx_codec_iface_t *kCodecs[] = { in TEST() 125 const vpx_codec_iface_t *const codec = &vpx_codec_vp9_dx_algo; in TEST()
|
D | decode_test_driver.h | 115 virtual vpx_codec_iface_t* CodecInterface() const = 0;
|
D | encode_test_driver.h | 164 virtual vpx_codec_iface_t* CodecInterface() const = 0;
|
D | svc_test.cc | 316 vpx_codec_iface_t *codec_iface_;
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_codec.c | 39 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()
|
D | vpx_decoder.c | 26 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()
|
D | vpx_encoder.c | 28 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()
|
D | svc_encodeframe.c | 385 vpx_codec_iface_t *iface, in vpx_svc_init()
|
/external/libvpx/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 384 vpx_codec_iface_t* id(void) { return &id##_algo; }\ 385 vpx_codec_iface_t id##_algo
|
/external/libvpx/libvpx/ |
D | tools_common.h | 133 vpx_codec_iface_t *(*const codec_interface)();
|
D | usage.dox | 49 #vpx_codec_iface_t.
|