Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dkeyframe_test.cc73 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
83 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
Derror_resilience_test.cc259 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
327 cfg_.kf_mode = VPX_KF_DISABLED;
372 cfg_.kf_mode = VPX_KF_DISABLED;
547 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
Ddatarate_test.cc236 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h280 VPX_KF_DISABLED = 0 /**< Encoder does not place keyframes. */ enumerator
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c114 cfg->kf_mode = VPX_KF_DISABLED; in vpx_codec_enc_init_multi_ver()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c155 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()
181 if (cfg->kf_mode != VPX_KF_DISABLED && cfg->kf_min_dist != cfg->kf_max_dist in validate_config()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c168 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()
231 if (cfg->kf_mode != VPX_KF_DISABLED && in validate_config()
/external/libvpx/libvpx/
Dvpxenc.c1223 config->cfg.kf_mode = VPX_KF_DISABLED; in parse_stream_params()