Searched refs:vpx_codec_iface_t (Results 1 – 18 of 18) sorted by relevance
/external/libvpx/libvpx/vpx/ |
D | vp8dx.h | 37 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);
|
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); 39 extern vpx_codec_iface_t vpx_codec_vp9_cx_algo; 40 extern vpx_codec_iface_t *vpx_codec_vp9_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 */ 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);
|
D | vpx_encoder.h | 717 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,
|
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 | 73 vpx_codec_iface_t *iface,
|
/external/libvpx/libvpx/test/ |
D | codec_factory.h | 76 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()
|
D | decode_api_test.cc | 22 static const vpx_codec_iface_t *kCodecs[] = { in TEST() 105 const vpx_codec_iface_t *const codec = &vpx_codec_vp9_dx_algo; in TEST()
|
D | decode_test_driver.h | 101 virtual vpx_codec_iface_t* CodecInterface() const = 0;
|
D | encode_test_driver.h | 146 virtual vpx_codec_iface_t* CodecInterface() const = 0;
|
D | svc_test.cc | 73 vpx_codec_iface_t *codec_iface_;
|
/external/libvpx/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 341 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/ |
D | vpx_codec.c | 39 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()
|
D | vpx_decoder.c | 22 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()
|
D | vpx_encoder.c | 24 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()
|
D | svc_encodeframe.c | 440 vpx_codec_iface_t *iface, in vpx_svc_init()
|
/external/libvpx/libvpx/ |
D | tools_common.h | 123 vpx_codec_iface_t *(*const codec_interface)();
|
D | usage.dox | 49 #vpx_codec_iface_t.
|