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

  /external/libvpx/libvpx/test/
codec_factory.h 128 return vpx_codec_enc_config_default(&vpx_codec_vp8_cx_algo, cfg, usage);
210 return vpx_codec_enc_config_default(&vpx_codec_vp9_cx_algo, cfg, usage);
svc_test.cc 51 vpx_codec_enc_config_default(codec_iface_, &codec_enc_, 0);
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 455 * vpx_codec_enc_config_default() with a usage value of 0.
466 * vpx_codec_enc_config_default() with a usage value of 0.
754 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface,
    [all...]
  /external/chromium_org/media/cast/video_sender/codecs/vp8/
vp8_encoder.cc 71 if (vpx_codec_enc_config_default(vpx_codec_vp8_cx(), config_.get(), 0)) {
  /external/chromium_org/media/webm/chromeos/
webm_encoder.cc 94 vpx_codec_err_t ret = vpx_codec_enc_config_default(codec_iface, &config_, 0);
  /external/chromium_org/remoting/codec/
video_encoder_vpx.cc 39 vpx_codec_err_t ret = vpx_codec_enc_config_default(algo, &config, 0);
  /external/libvpx/libvpx/
vp8_multi_resolution_encoder.c 262 res[i] = vpx_codec_enc_config_default(interface, &cfg[i], 0);
vp9_spatial_scalable_encoder.c 215 res = vpx_codec_enc_config_default(vpx_codec_vp9_cx(), enc_cfg, 0);
vp8_scalable_patterns.c 165 res = vpx_codec_enc_config_default(interface, &cfg, 0);
vpxenc.c     [all...]
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 159 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface, function
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 240 codec_return = vpx_codec_enc_config_default(mCodecInterface,

Completed in 652 milliseconds