Searched refs:vpx_codec_iface_t (Results 1 – 19 of 19) sorted by relevance
/external/libvpx/libvpx/vpx/ |
D | vp8dx.h | 35 extern vpx_codec_iface_t vpx_codec_vp8_dx_algo; 36 extern vpx_codec_iface_t *vpx_codec_vp8_dx(void); 44 extern vpx_codec_iface_t vpx_codec_vp9_dx_algo; 45 extern vpx_codec_iface_t *vpx_codec_vp9_dx(void);
|
D | vpx_codec.h | 174 typedef const struct vpx_codec_iface vpx_codec_iface_t; typedef 199 vpx_codec_iface_t *iface; /**< Interface pointers */ 294 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface); 358 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface);
|
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);
|
D | vpx_encoder.h | 733 vpx_codec_iface_t *iface, 765 vpx_codec_ctx_t *ctx, vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg, 795 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface,
|
D | vpx_decoder.h | 136 vpx_codec_iface_t *iface, 164 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface,
|
/external/libvpx/libvpx/test/ |
D | codec_factory.h | 87 virtual vpx_codec_iface_t *CodecInterface() const { in CodecInterface() 103 virtual vpx_codec_iface_t *CodecInterface() const { in CodecInterface() 183 virtual vpx_codec_iface_t *CodecInterface() const { in CodecInterface() 199 virtual vpx_codec_iface_t *CodecInterface() const { in CodecInterface()
|
D | encode_api_test.cc | 22 static const vpx_codec_iface_t *kCodecs[] = { in TEST() 114 static const vpx_codec_iface_t *kCodecs[] = { in TEST() 130 const vpx_codec_iface_t *const iface = kCodecs[c]; in TEST()
|
D | decode_api_test.cc | 23 static const vpx_codec_iface_t *kCodecs[] = { in TEST() 116 const vpx_codec_iface_t *const codec = &vpx_codec_vp9_dx_algo; in TEST() 143 const vpx_codec_iface_t *const codec = &vpx_codec_vp9_dx_algo; in TestPeekInfo()
|
D | decode_test_driver.h | 100 virtual vpx_codec_iface_t *CodecInterface() const = 0;
|
D | level_test.cc | 123 static const vpx_codec_iface_t *codec = &vpx_codec_vp9_cx_algo; in TEST_P()
|
D | encode_test_driver.h | 171 virtual vpx_codec_iface_t *CodecInterface() const = 0;
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_codec.c | 29 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface) { in vpx_codec_iface_name() 84 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface) { in vpx_codec_get_caps()
|
D | vpx_decoder.c | 25 vpx_codec_iface_t *iface, in vpx_codec_dec_init_ver() 65 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface, in vpx_codec_peek_stream_info()
|
D | vpx_encoder.c | 30 vpx_codec_iface_t *iface, in vpx_codec_enc_init_ver() 66 vpx_codec_ctx_t *ctx, vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_init_multi_ver() 150 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface, in vpx_codec_enc_config_default()
|
/external/libvpx/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 385 vpx_codec_iface_t *id(void) { return &id##_algo; } \ 386 vpx_codec_iface_t id##_algo
|
/external/libvpx/libvpx/examples/ |
D | svc_context.h | 89 vpx_codec_iface_t *iface,
|
D | svc_encodeframe.c | 377 vpx_codec_iface_t *iface, in vpx_svc_init()
|
/external/libvpx/libvpx/ |
D | tools_common.h | 136 vpx_codec_iface_t *(*const codec_interface)();
|
D | usage.dox | 49 #vpx_codec_iface_t.
|