Searched refs:vpx_codec_iface_t (Results 1 – 18 of 18) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 | 175 typedef const struct vpx_codec_iface vpx_codec_iface_t; typedef 203 vpx_codec_iface_t *iface; /**< Interface pointers */ 283 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface); 352 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface);
|
D | vpx_encoder.h | 687 vpx_codec_iface_t *iface, 726 vpx_codec_iface_t *iface, 762 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface,
|
D | vpx_decoder.h | 141 vpx_codec_iface_t *iface, 171 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface,
|
D | svc_context.h | 82 vpx_codec_iface_t *iface,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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_test_driver.h | 89 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 | 75 vpx_codec_iface_t *codec_iface_;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 374 vpx_codec_iface_t *iface; 446 vpx_codec_iface_t* id(void) { return &id##_algo; }\ 447 vpx_codec_iface_t id##_algo
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | example_xma.c | 30 vpx_codec_iface_t *iface; 78 vpx_codec_iface_t *iface = ifaces[0].iface; in main()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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_encoder.c | 24 vpx_codec_iface_t *iface, in vpx_codec_enc_init_ver() 67 vpx_codec_iface_t *iface, in vpx_codec_enc_init_multi_ver() 160 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface, in vpx_codec_enc_config_default()
|
D | vpx_decoder.c | 23 vpx_codec_iface_t *iface, in vpx_codec_dec_init_ver() 76 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface, in vpx_codec_peek_stream_info()
|
D | svc_encodeframe.c | 496 vpx_codec_iface_t *iface, in vpx_svc_init()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | tools_common.h | 128 vpx_codec_iface_t *(*const interface)();
|
D | usage.dox | 49 #vpx_codec_iface_t.
|