Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dkeyframe_test.cc77 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
87 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
Derror_resilience_test.cc246 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
316 cfg_.kf_mode = VPX_KF_DISABLED;
363 cfg_.kf_mode = VPX_KF_DISABLED;
539 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
Dvp8_datarate_test.cc245 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
380 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h249 VPX_KF_DISABLED = 0 /**< Encoder does not place keyframes. */ enumerator
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c108 if (mr_cfg.mr_encoder_id) cfg->kf_mode = VPX_KF_DISABLED; in vpx_codec_enc_init_multi_ver()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c153 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()
179 if (cfg->kf_mode != VPX_KF_DISABLED && cfg->kf_min_dist != cfg->kf_max_dist && in validate_config()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc506 configurations_[0].kf_mode = VPX_KF_DISABLED; in InitEncode()
511 configurations_[0].kf_mode = VPX_KF_DISABLED; in InitEncode()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc317 config_->kf_mode = VPX_KF_DISABLED; in InitEncode()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c177 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()
244 if (cfg->kf_mode != VPX_KF_DISABLED && cfg->kf_min_dist != cfg->kf_max_dist && in validate_config()
/external/libvpx/libvpx/
Dvpxenc.c1274 config->cfg.kf_mode = VPX_KF_DISABLED; in parse_stream_params()