Home
last modified time | relevance | path

Searched refs:vpx_codec_enc_config_default (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/libvpx/test/
Dcodec_factory.h128 return vpx_codec_enc_config_default(&vpx_codec_vp8_cx_algo, cfg, usage); in DefaultEncoderConfig()
210 return vpx_codec_enc_config_default(&vpx_codec_vp9_cx_algo, cfg, usage); in DefaultEncoderConfig()
Dsvc_test.cc51 vpx_codec_enc_config_default(codec_iface_, &codec_enc_, 0); in SetUp()
/external/libvpx/libvpx/vpx/
Dexports_enc1 text vpx_codec_enc_config_default
Dvpx_encoder.h754 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface,
/external/libvpx/libvpx/examples/
Dencoder_tmpl.txt29 res = vpx_codec_enc_config_default(interface, &cfg, 0);
/external/chromium_org/media/webm/chromeos/
Dwebm_encoder.cc94 vpx_codec_err_t ret = vpx_codec_enc_config_default(codec_iface, &config_, 0); in EncodeFromSprite()
/external/chromium_org/media/cast/video_sender/codecs/vp8/
Dvp8_encoder.cc71 if (vpx_codec_enc_config_default(vpx_codec_vp8_cx(), config_.get(), 0)) { in InitEncode()
/external/chromium_org/remoting/codec/
Dvideo_encoder_vpx.cc39 vpx_codec_err_t ret = vpx_codec_enc_config_default(algo, &config, 0); in CreateVP8Codec()
/external/libvpx/libvpx/
Dvp9_spatial_scalable_encoder.c215 res = vpx_codec_enc_config_default(vpx_codec_vp9_cx(), enc_cfg, 0); in parse_command_line()
Dvp8_multi_resolution_encoder.c262 res[i] = vpx_codec_enc_config_default(interface, &cfg[i], 0); in main()
Dvp8_scalable_patterns.c165 res = vpx_codec_enc_config_default(interface, &cfg, 0); in main()
Dvpxenc.c1280 res = vpx_codec_enc_config_default(global->codec->iface(), in new_stream()
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c159 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface, in vpx_codec_enc_config_default() function