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

  /external/chromium_org/remoting/codec/
scoped_vpx_codec.h 11 typedef struct vpx_codec_ctx vpx_codec_ctx_t;
  /external/chromium_org/media/cdm/ppapi/external_clear_key/
libvpx_cdm_video_decoder.h 13 struct vpx_codec_ctx;
47 vpx_codec_ctx* vpx_codec_;
libvpx_cdm_video_decoder.cc 54 vpx_codec_ = new vpx_codec_ctx();
  /external/chromium_org/media/filters/
vpx_video_decoder.h 15 struct vpx_codec_ctx;
78 vpx_codec_ctx* vpx_codec_;
79 vpx_codec_ctx* vpx_codec_alpha_;
vpx_video_decoder.cc 230 static vpx_codec_ctx* InitializeVpxContext(vpx_codec_ctx* context,
232 context = new vpx_codec_ctx();
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.h 20 typedef struct vpx_codec_ctx vpx_codec_ctx_t;
21 typedef struct vpx_codec_ctx vpx_dec_ctx_t;
  /external/chromium_org/media/cast/sender/
vp8_encoder.h 21 typedef struct vpx_codec_ctx vpx_enc_ctx_t;
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_codec.h 199 typedef struct vpx_codec_ctx { struct
  /external/libvpx/libvpx/vpx/
vpx_codec.h 201 typedef struct vpx_codec_ctx { struct

Completed in 61 milliseconds