Searched refs:vpx_codec_enc_config_set (Results 1 – 10 of 10) sorted by relevance
2 text vpx_codec_enc_config_set
962 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx,
57 res = vpx_codec_enc_config_set(&encoder_, &cfg_); in EncodeFrameInternal()
170 const vpx_codec_err_t res = vpx_codec_enc_config_set(&encoder_, cfg); in Config()
82 res = vpx_codec_enc_config_set(&encoder_, &cfg_); in EncodeFrameInternal()
323 EXPECT_EQ(vpx_codec_enc_config_set(enc, &cfg), VPX_CODEC_OK) in EncodeWithConfig()
46 return ::vpx_codec_enc_config_set(ctx, cfg); in codec_enc_config_set()
338 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx, in vpx_codec_enc_config_set() function
310 vpx_codec_enc_config_set(&encoder_, &config_); in PrepareEncoder()
448 Changing resolution with vpx_codec_enc_config_set() is now495 Fixed corruption issues when vpx_codec_enc_config_set() was called