Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvp8dx.h35 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);
Dvpx_codec.h174 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);
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);
Dvpx_encoder.h733 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,
Dvpx_decoder.h136 vpx_codec_iface_t *iface,
164 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface,
/external/libvpx/libvpx/test/
Dcodec_factory.h87 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()
Dencode_api_test.cc22 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()
Ddecode_api_test.cc23 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()
Ddecode_test_driver.h100 virtual vpx_codec_iface_t *CodecInterface() const = 0;
Dlevel_test.cc123 static const vpx_codec_iface_t *codec = &vpx_codec_vp9_cx_algo; in TEST_P()
Dencode_test_driver.h171 virtual vpx_codec_iface_t *CodecInterface() const = 0;
/external/libvpx/libvpx/vpx/src/
Dvpx_codec.c29 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()
Dvpx_decoder.c25 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()
Dvpx_encoder.c30 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/
Dvpx_codec_internal.h385 vpx_codec_iface_t *id(void) { return &id##_algo; } \
386 vpx_codec_iface_t id##_algo
/external/libvpx/libvpx/examples/
Dsvc_context.h89 vpx_codec_iface_t *iface,
Dsvc_encodeframe.c377 vpx_codec_iface_t *iface, in vpx_svc_init()
/external/libvpx/libvpx/
Dtools_common.h136 vpx_codec_iface_t *(*const codec_interface)();
Dusage.dox49 #vpx_codec_iface_t.