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.h972 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx,
/external/libvpx/test/
Dencode_api_test.cc108 EXPECT_EQ(vpx_codec_enc_config_set(enc, &cfg), VPX_CODEC_OK) in EncodeWithConfig()
250 ASSERT_EQ(vpx_codec_enc_config_set(&enc, &cfg), VPX_CODEC_OK); in TEST()
350 ASSERT_EQ(vpx_codec_enc_config_set(&enc, &cfg), VPX_CODEC_OK); in TEST()
422 ASSERT_EQ(vpx_codec_enc_config_set(&enc_, &cfg_), VPX_CODEC_OK) in Configure()
899 EXPECT_EQ(vpx_codec_enc_config_set(&enc.ctx, &cfg), VPX_CODEC_OK) in TEST()
925 EXPECT_EQ(vpx_codec_enc_config_set(&enc, &cfg), in TEST()
944 EXPECT_EQ(vpx_codec_enc_config_set(&enc, &cfg), in TEST()
949 EXPECT_EQ(vpx_codec_enc_config_set(&enc, &cfg), in TEST()
1152 ASSERT_EQ(vpx_codec_enc_config_set(&enc_, &cfg_), VPX_CODEC_OK) in Configure()
Dframe_size_tests.cc57 res = vpx_codec_enc_config_set(&encoder_, &cfg_); in EncodeFrameInternal()
Dencode_test_driver.cc82 res = vpx_codec_enc_config_set(&encoder_, &cfg_); in EncodeFrameInternal()
Dencode_test_driver.h184 const vpx_codec_err_t res = vpx_codec_enc_config_set(&encoder_, cfg); in Config()
/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.c347 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/
DCHANGELOG639 Changing resolution with vpx_codec_enc_config_set() is now
686 Fixed corruption issues when vpx_codec_enc_config_set() was called