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/libvpx/libvpx/vpx/
vp8dx.h 36 extern vpx_codec_iface_t vpx_codec_vp8_dx_algo;
37 extern vpx_codec_iface_t *vpx_codec_vp8_dx(void);
45 extern vpx_codec_iface_t vpx_codec_vp9_dx_algo;
46 extern vpx_codec_iface_t *vpx_codec_vp9_dx(void);
54 extern vpx_codec_iface_t vpx_codec_vp10_dx_algo;
55 extern vpx_codec_iface_t *vpx_codec_vp10_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);
44 extern vpx_codec_iface_t vpx_codec_vp9_cx_algo;
45 extern vpx_codec_iface_t *vpx_codec_vp9_cx(void);
53 extern vpx_codec_iface_t vpx_codec_vp10_cx_algo;
54 extern vpx_codec_iface_t *vpx_codec_vp10_cx(void);
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 71 * ::vpx_codec_iface_t interface structure. Capabilities are extra
790 vpx_codec_iface_t *iface,
825 vpx_codec_iface_t *iface,
    [all...]
svc_context.h 93 vpx_codec_iface_t *iface,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/libvpx/libvpx/test/
codec_factory.h 85 virtual vpx_codec_iface_t* CodecInterface() const {
101 virtual vpx_codec_iface_t* CodecInterface() const {
177 virtual vpx_codec_iface_t* CodecInterface() const {
193 virtual vpx_codec_iface_t* CodecInterface() const {
270 virtual vpx_codec_iface_t* CodecInterface() const {
286 virtual vpx_codec_iface_t* CodecInterface() const {
decode_api_test.cc 23 static const vpx_codec_iface_t *kCodecs[] = {
125 const vpx_codec_iface_t *const codec = &vpx_codec_vp9_dx_algo;
  /external/libvpx/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/libvpx/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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
example_xma.c 30 vpx_codec_iface_t *iface;
78 vpx_codec_iface_t *iface = ifaces[0].iface;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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) {
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 156 vpx_codec_iface_t* mCodecInterface;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.h 128 vpx_codec_iface_t *(*const interface)();
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/libvpx/libvpx/
tools_common.h 133 vpx_codec_iface_t *(*const codec_interface)();

Completed in 620 milliseconds

1 2