Searched refs:vpx_codec_enc_config_set (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/vpx/ |
D | exports_enc | 2 text vpx_codec_enc_config_set
|
D | vpx_encoder.h | 972 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx,
|
/external/libvpx/test/ |
D | encode_api_test.cc | 108 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()
|
D | frame_size_tests.cc | 57 res = vpx_codec_enc_config_set(&encoder_, &cfg_); in EncodeFrameInternal()
|
D | encode_test_driver.cc | 82 res = vpx_codec_enc_config_set(&encoder_, &cfg_); in EncodeFrameInternal()
|
D | encode_test_driver.h | 184 const vpx_codec_err_t res = vpx_codec_enc_config_set(&encoder_, cfg); in Config()
|
/external/webrtc/modules/video_coding/codecs/interface/ |
D | libvpx_interface.cc | 46 return ::vpx_codec_enc_config_set(ctx, cfg); in codec_enc_config_set()
|
/external/libvpx/vpx/src/ |
D | vpx_encoder.c | 347 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/ |
D | streaming_vpx_encoder.cc | 310 vpx_codec_enc_config_set(&encoder_, &config_); in PrepareEncoder()
|
/external/libvpx/ |
D | CHANGELOG | 639 Changing resolution with vpx_codec_enc_config_set() is now 686 Fixed corruption issues when vpx_codec_enc_config_set() was called
|