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

  /external/libvpx/libvpx/test/
encode_test_driver.h 155 const vpx_codec_err_t res = vpx_codec_enc_config_default(
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 460 * vpx_codec_enc_config_default() with a usage value of 0.
471 * vpx_codec_enc_config_default() with a usage value of 0.
753 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface,
    [all...]
  /external/libvpx/libvpx/
vp8_multi_resolution_encoder.c 262 res[i] = vpx_codec_enc_config_default(interface, &cfg[i], 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 169 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface, function
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 189 codec_return = vpx_codec_enc_config_default(mCodecInterface,

Completed in 82 milliseconds