HomeSort by relevance Sort by last modified time
    Searched refs:vpx_codec_iface_t (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
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);
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);
svc_context.h 58 vpx_codec_iface_t *iface,
vpx_codec.h 29 * extern vpx_codec_iface_t my_codec;
148 * ::vpx_codec_iface_t interface structure. Capabilities are extra interfaces
173 typedef const struct vpx_codec_iface vpx_codec_iface_t; typedef in typeref:struct:vpx_codec_iface
201 vpx_codec_iface_t *iface; /**< Interface pointers */
292 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface);
361 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface);
vpx_decoder.h 48 * ::vpx_codec_iface_t interface structure. Capabilities are extra interfaces
137 vpx_codec_iface_t *iface,
167 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface,
vpx_encoder.h 68 * ::vpx_codec_iface_t interface structure. Capabilities are extra
750 vpx_codec_iface_t *iface,
785 vpx_codec_iface_t *iface,
821 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface,
    [all...]
  /external/libvpx/libvpx/vpx/
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);
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);
vpx_decoder.h 48 * ::vpx_codec_iface_t interface structure. Capabilities are extra interfaces
141 vpx_codec_iface_t *iface,
171 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface,
vpx_codec.h 29 * extern vpx_codec_iface_t my_codec;
148 * ::vpx_codec_iface_t interface structure. Capabilities are extra interfaces
175 typedef const struct vpx_codec_iface vpx_codec_iface_t; typedef in typeref:struct:vpx_codec_iface
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);
vpx_encoder.h 68 * ::vpx_codec_iface_t interface structure. Capabilities are extra
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,
    [all...]
svc_context.h 82 vpx_codec_iface_t *iface,
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
codec_factory.h 76 virtual vpx_codec_iface_t* CodecInterface() const {
92 virtual vpx_codec_iface_t* CodecInterface() const {
158 virtual vpx_codec_iface_t* CodecInterface() const {
174 virtual vpx_codec_iface_t* CodecInterface() const {
decode_api_test.cc 22 static const vpx_codec_iface_t *kCodecs[] = {
105 const vpx_codec_iface_t *const codec = &vpx_codec_vp9_dx_algo;
decode_test_driver.h 101 virtual vpx_codec_iface_t* CodecInterface() const = 0;
  /external/libvpx/libvpx/test/
codec_factory.h 76 virtual vpx_codec_iface_t* CodecInterface() const {
92 virtual vpx_codec_iface_t* CodecInterface() const {
158 virtual vpx_codec_iface_t* CodecInterface() const {
174 virtual vpx_codec_iface_t* CodecInterface() const {
decode_test_driver.h 89 virtual vpx_codec_iface_t* CodecInterface() const = 0;
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_codec.c 39 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface) {
103 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface) {
vpx_decoder.c 26 vpx_codec_iface_t *iface,
67 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface,
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
vpx_codec_internal.h 23 * vpx_codec_iface_t my_codec = {
34 * extern vpx_codec_iface_t my_codec;
384 vpx_codec_iface_t* id(void) { return &id##_algo; }\
385 vpx_codec_iface_t id##_algo
  /external/libvpx/libvpx/examples/
example_xma.c 30 vpx_codec_iface_t *iface;
78 vpx_codec_iface_t *iface = ifaces[0].iface;
  /external/libvpx/libvpx/vpx/src/
vpx_codec.c 39 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface) {
104 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface) {
  /external/libvpx/libvpx/
tools_common.h 128 vpx_codec_iface_t *(*const interface)();
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 23 * vpx_codec_iface_t my_codec = {
34 * extern vpx_codec_iface_t my_codec;
374 vpx_codec_iface_t *iface;
446 vpx_codec_iface_t* id(void) { return &id##_algo; }\
447 vpx_codec_iface_t id##_algo
  /external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.h 131 vpx_codec_iface_t *(*const codec_interface)();

Completed in 434 milliseconds

1 2