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

  /external/chromium_org/remoting/codec/
scoped_vpx_codec.cc 17 vpx_codec_err_t ret = vpx_codec_destroy(codec);
  /external/libvpx/libvpx/test/
decode_test_driver.h 49 vpx_codec_destroy(&decoder_);
encode_test_driver.h 97 vpx_codec_destroy(&encoder_);
svc_test.cc 69 if (codec_initialized_) vpx_codec_destroy(&codec_);
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 56 vpx_codec_destroy(ctx);
131 vpx_codec_destroy(ctx);
137 vpx_codec_destroy(ctx);
vpx_codec.c 83 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx) { function
vpx_decoder.c 60 vpx_codec_destroy(ctx);
  /external/chromium_org/media/cdm/ppapi/
libvpx_cdm_video_decoder.cc 79 vpx_codec_destroy(vpx_codec_);
  /external/libvpx/libvpx/
example_xma.c 188 vpx_codec_destroy(&decoder);
vp8_multi_resolution_encoder.c 469 if(vpx_codec_destroy(&codec[i]))
vp9_spatial_scalable_encoder.c 364 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec");
vp8_scalable_patterns.c 682 if (vpx_codec_destroy(&codec))
vpxdec.c     [all...]
vpxenc.c     [all...]
  /external/libvpx/libvpx/vpx/
vpx_codec.h 342 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx);
  /external/chromium_org/media/filters/
vpx_video_decoder.cc 156 vpx_codec_destroy(vpx_codec_);
161 vpx_codec_destroy(vpx_codec_alpha_);
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 53 vpx_codec_destroy((vpx_codec_ctx_t *)mCtx);
  /external/chromium_org/media/cast/video_sender/codecs/vp8/
vp8_encoder.cc 65 vpx_codec_destroy(encoder_);
  /external/chromium_org/media/webm/chromeos/
webm_encoder.cc 38 // Wrapper functor for vpx_codec_destroy().
41 vpx_codec_destroy(codec);
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 316 vpx_codec_destroy(mCodecContext);

Completed in 782 milliseconds