Home
last modified time | relevance | path

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

/external/libvpx/vpx/
Dexports_enc2 text vpx_codec_enc_config_set
Dvpx_encoder.h962 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx,
/external/libvpx/test/
Dframe_size_tests.cc57 res = vpx_codec_enc_config_set(&encoder_, &cfg_); in EncodeFrameInternal()
Dencode_test_driver.h170 const vpx_codec_err_t res = vpx_codec_enc_config_set(&encoder_, cfg); in Config()
Dencode_test_driver.cc82 res = vpx_codec_enc_config_set(&encoder_, &cfg_); in EncodeFrameInternal()
Dencode_api_test.cc323 EXPECT_EQ(vpx_codec_enc_config_set(enc, &cfg), VPX_CODEC_OK) in EncodeWithConfig()
/external/webrtc/modules/video_coding/codecs/interface/
Dlibvpx_interface.cc46 return ::vpx_codec_enc_config_set(ctx, cfg); in codec_enc_config_set()
/external/libvpx/vpx/src/
Dvpx_encoder.c338 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx, in vpx_codec_enc_config_set() function
/external/openscreen/cast/standalone_sender/
Dstreaming_vpx_encoder.cc310 vpx_codec_enc_config_set(&encoder_, &config_); in PrepareEncoder()
/external/libvpx/
DCHANGELOG448 Changing resolution with vpx_codec_enc_config_set() is now
495 Fixed corruption issues when vpx_codec_enc_config_set() was called