Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dexports_enc2 text vpx_codec_enc_config_set
Dvpx_encoder.h813 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx,
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_interface.cc46 return ::vpx_codec_enc_config_set(ctx, cfg); in codec_enc_config_set()
/external/libvpx/libvpx/test/
Dencode_test_driver.h163 const vpx_codec_err_t res = vpx_codec_enc_config_set(&encoder_, cfg); in Config()
Dencode_test_driver.cc81 res = vpx_codec_enc_config_set(&encoder_, &cfg_); in EncodeFrameInternal()
/external/libvpx/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_vp8_encoder.cc309 vpx_codec_enc_config_set(&encoder_, &config_); in PrepareEncoder()
/external/libvpx/libvpx/
DCHANGELOG294 Changing resolution with vpx_codec_enc_config_set() is now
341 Fixed corruption issues when vpx_codec_enc_config_set() was called
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc971 if (vpx_codec_enc_config_set(encoder_, config_)) { in Encode()