HomeSort by relevance Sort by last modified time
    Searched refs:vpx_codec_ctx (Results 1 - 8 of 8) 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/cast/video_receiver/codecs/vp8/
vp8_decoder.h 15 typedef struct vpx_codec_ctx vpx_dec_ctx_t;
  /external/chromium_org/media/cdm/ppapi/
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 16 struct vpx_codec_ctx;
81 vpx_codec_ctx* vpx_codec_;
82 vpx_codec_ctx* vpx_codec_alpha_;
vpx_video_decoder.cc 105 static vpx_codec_ctx* InitializeVpxContext(vpx_codec_ctx* context,
107 context = new vpx_codec_ctx();
  /external/chromium_org/media/cast/video_sender/codecs/vp8/
vp8_encoder.h 18 typedef struct vpx_codec_ctx vpx_enc_ctx_t;
  /external/libvpx/libvpx/vpx/
vpx_codec.h 201 typedef struct vpx_codec_ctx { struct

Completed in 43 milliseconds