Home
last modified time | relevance | path

Searched refs:rc_dropframe_thresh (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/libvpx/test/
Ddatarate_test.cc164 cfg_.rc_dropframe_thresh = 1; in TEST_P()
190 cfg_.rc_dropframe_thresh = 1; in TEST_P()
213 cfg_.rc_dropframe_thresh = 1; in TEST_P()
259 cfg_.rc_dropframe_thresh = i; in TEST_P()
273 cfg_.rc_dropframe_thresh = 30; in TEST_P()
300 cfg_.rc_dropframe_thresh = 1; in TEST_P()
325 cfg_.rc_dropframe_thresh = 1; in TEST_P()
348 cfg_.rc_dropframe_thresh = 1; in TEST_P()
394 cfg_.rc_dropframe_thresh = i; in TEST_P()
408 cfg_.rc_dropframe_thresh = 30; in TEST_P()
[all …]
Derror_resilience_test.cc533 cfg_.rc_dropframe_thresh = 1; in TEST_P()
537 cfg_.rc_dropframe_thresh = 1; in TEST_P()
Dencode_perf_test.cc73 cfg_.rc_dropframe_thresh = 0; in SetUp()
Dencode_api_test.cc144 cfg[0].rc_dropframe_thresh = 0; in TEST()
Ddecode_perf_test.cc128 cfg_.rc_dropframe_thresh = 0; in SetUp()
Dresize_test.cc482 cfg_.rc_dropframe_thresh = 1; in DefaultConfig()
575 cfg_.rc_dropframe_thresh = 0; in TEST_P()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h408 unsigned int rc_dropframe_thresh; member
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c162 RANGE_CHECK_HI(cfg, rc_dropframe_thresh, 100); in validate_config()
301 oxcf->allow_df = (cfg.rc_dropframe_thresh > 0); in set_vp8e_config()
302 oxcf->drop_frames_water_mark = cfg.rc_dropframe_thresh; in set_vp8e_config()
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c414 cfg[0].rc_dropframe_thresh = 0; in main()
Dvpx_temporal_svc_encoder.c689 cfg.rc_dropframe_thresh = (unsigned int)strtoul(argv[9], NULL, 0); in main()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc474 configurations_[0].rc_dropframe_thresh = in InitEncode()
603 configurations_[0].rc_dropframe_thresh > 0 && in InitEncode()
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c517 enc_cfg->rc_dropframe_thresh = 0; in vpx_svc_init()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c177 RANGE_CHECK_HI(cfg, rc_dropframe_thresh, 100); in validate_config()
525 oxcf->drop_frames_water_mark = cfg->rc_dropframe_thresh; in set_encoder_config()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc297 config_->rc_dropframe_thresh = in InitEncode()
/external/libvpx/libvpx/
Dvpxenc.c1213 config->cfg.rc_dropframe_thresh = arg_parse_uint(&arg); in parse_stream_params()
1439 SHOW(rc_dropframe_thresh); in show_stream_config()