Home
last modified time | relevance | path

Searched refs:DefaultEncoderConfig (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/test/
Dcodec_factory.h45 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg,
145 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg, in DefaultEncoderConfig() function
241 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg, in DefaultEncoderConfig() function
Dencode_test_driver.cc101 const vpx_codec_err_t res = codec_->DefaultEncoderConfig(&cfg_, 0); in InitializeConfig()