Searched refs:vpx_codec_enc_config_set (Results 1 – 8 of 8) sorted by relevance
2 text vpx_codec_enc_config_set
813 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx,
163 const vpx_codec_err_t res = vpx_codec_enc_config_set(&encoder_, cfg); in Config()
81 res = vpx_codec_enc_config_set(&encoder_, &cfg_); in EncodeFrameInternal()
293 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()
344 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx, in vpx_codec_enc_config_set() function
216 if (vpx_codec_enc_config_set(encoder_, config_)) { in SetRates()
270 Changing resolution with vpx_codec_enc_config_set() is now317 Fixed corruption issues when vpx_codec_enc_config_set() was called