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

  /external/libvpx/libvpx/vpx/
vp8dx.h 35 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);
vpx_codec.h 28 * extern vpx_codec_iface_t my_codec;
147 * ::vpx_codec_iface_t interface structure. Capabilities are extra interfaces
174 typedef const struct vpx_codec_iface vpx_codec_iface_t; typedef in typeref:struct:vpx_codec_iface
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);
vpx_decoder.h 49 * ::vpx_codec_iface_t interface structure. Capabilities are extra interfaces
136 vpx_codec_iface_t *iface,
164 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface,
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);
vpx_encoder.h 71 * ::vpx_codec_iface_t interface structure. Capabilities are extra
752 vpx_codec_iface_t *iface,
784 vpx_codec_ctx_t *ctx, vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg,
814 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface,
    [all...]
svc_context.h 92 vpx_codec_iface_t *iface,
  /external/libvpx/libvpx/test/
codec_factory.h 86 virtual vpx_codec_iface_t *CodecInterface() const {
102 virtual vpx_codec_iface_t *CodecInterface() const {
182 virtual vpx_codec_iface_t *CodecInterface() const {
198 virtual vpx_codec_iface_t *CodecInterface() const {
decode_api_test.cc 23 static const vpx_codec_iface_t *kCodecs[] = {
116 const vpx_codec_iface_t *const codec = &vpx_codec_vp9_dx_algo;
142 const vpx_codec_iface_t *const codec = &vpx_codec_vp9_dx_algo;
encode_api_test.cc 22 static const vpx_codec_iface_t *kCodecs[] = {
114 static const vpx_codec_iface_t *kCodecs[] = {
130 const vpx_codec_iface_t *const iface = kCodecs[c];
decode_test_driver.h 100 virtual vpx_codec_iface_t *CodecInterface() const = 0;
level_test.cc 123 static const vpx_codec_iface_t *codec = &vpx_codec_vp9_cx_algo;
encode_test_driver.h 158 virtual vpx_codec_iface_t *CodecInterface() const = 0;
svc_test.cc 309 vpx_codec_iface_t *codec_iface_;
  /external/libvpx/libvpx/vpx/src/
vpx_codec.c 29 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface) {
84 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface) {
vpx_decoder.c 25 vpx_codec_iface_t *iface,
65 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface,
vpx_encoder.c 30 vpx_codec_iface_t *iface,
66 vpx_codec_ctx_t *ctx, vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg,
150 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface,
svc_encodeframe.c 391 vpx_codec_iface_t *iface,
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 22 * vpx_codec_iface_t my_codec = {
33 * extern vpx_codec_iface_t my_codec;
385 vpx_codec_iface_t *id(void) { return &id##_algo; } \
386 vpx_codec_iface_t id##_algo
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 198 vpx_codec_iface_t* mCodecInterface;
  /external/libvpx/libvpx/
tools_common.h 135 vpx_codec_iface_t *(*const codec_interface)();
  /hardware/google/av/media/codecs/vpx/
C2SoftVpxEnc.h 158 vpx_codec_iface_t* mCodecInterface;

Completed in 578 milliseconds