Home
last modified time | relevance | path

Searched refs:vpx_codec_enc_config_set (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vpx/
Dexports_enc2 text vpx_codec_enc_config_set
Dvpx_encoder.h813 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx,
/external/libvpx/libvpx/test/
Dencode_test_driver.h163 const vpx_codec_err_t res = vpx_codec_enc_config_set(&encoder_, cfg); in Config()
Dencode_test_driver.cc81 res = vpx_codec_enc_config_set(&encoder_, &cfg_); in EncodeFrameInternal()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc293 if (vpx_codec_enc_config_set(&encoders_[i], &configurations_[i])) { in SetRates()
867 if (vpx_codec_enc_config_set(&encoders_[i], &temp_config)) in Encode()
920 if (vpx_codec_enc_config_set(&encoders_[0], &configurations_[0])) { in UpdateCodecFrameSize()
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c344 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx, in vpx_codec_enc_config_set() function
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc216 if (vpx_codec_enc_config_set(encoder_, config_)) { in SetRates()
/external/libvpx/libvpx/
DCHANGELOG270 Changing resolution with vpx_codec_enc_config_set() is now
317 Fixed corruption issues when vpx_codec_enc_config_set() was called