Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8dx.h37 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);
Dvp8cx.h35 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);
Dvpx_codec.h175 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);
Dvpx_encoder.h687 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,
Dvpx_decoder.h141 vpx_codec_iface_t *iface,
171 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface,
Dsvc_context.h82 vpx_codec_iface_t *iface,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dcodec_factory.h76 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()
Ddecode_test_driver.h89 virtual vpx_codec_iface_t* CodecInterface() const = 0;
Dencode_test_driver.h146 virtual vpx_codec_iface_t* CodecInterface() const = 0;
Dsvc_test.cc75 vpx_codec_iface_t *codec_iface_;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
Dvpx_codec_internal.h374 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/
Dexample_xma.c30 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/
Dvpx_codec.c39 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()
Dvpx_encoder.c24 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()
Dvpx_decoder.c23 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()
Dsvc_encodeframe.c496 vpx_codec_iface_t *iface, in vpx_svc_init()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dtools_common.h128 vpx_codec_iface_t *(*const interface)();
Dusage.dox49 #vpx_codec_iface_t.