Searched refs:vpx_codec_enc_config_set (Results 1 – 9 of 9) 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,
46 return ::vpx_codec_enc_config_set(ctx, cfg); in codec_enc_config_set()
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()
338 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx, in vpx_codec_enc_config_set() function
309 vpx_codec_enc_config_set(&encoder_, &config_); in PrepareEncoder()
294 Changing resolution with vpx_codec_enc_config_set() is now341 Fixed corruption issues when vpx_codec_enc_config_set() was called
971 if (vpx_codec_enc_config_set(encoder_, config_)) { in Encode()