Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Ddatarate_test.cc149 cfg_.rc_dropframe_thresh = 1; in TEST_P()
178 cfg_.rc_dropframe_thresh = 1; in TEST_P()
201 cfg_.rc_dropframe_thresh = 1; in TEST_P()
248 cfg_.rc_dropframe_thresh = i; in TEST_P()
458 cfg_.rc_dropframe_thresh = 1; in TEST_P()
487 cfg_.rc_dropframe_thresh = 1; in TEST_P()
516 cfg_.rc_dropframe_thresh = 10; in TEST_P()
530 cfg_.rc_dropframe_thresh = i; in TEST_P()
555 cfg_.rc_dropframe_thresh = 1; in TEST_P()
597 cfg_.rc_dropframe_thresh = 1; in TEST_P()
[all …]
Derror_resilience_test.cc552 cfg_.rc_dropframe_thresh = 1; in TEST_P()
556 cfg_.rc_dropframe_thresh = 1; in TEST_P()
Dresize_test.cc335 cfg_.rc_dropframe_thresh = 1; in DefaultConfig()
387 cfg_.rc_dropframe_thresh = 0; in TEST_P()
Dencode_perf_test.cc80 cfg_.rc_dropframe_thresh = 0; in SetUp()
Ddecode_perf_test.cc135 cfg_.rc_dropframe_thresh = 0; in SetUp()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h439 unsigned int rc_dropframe_thresh; member
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c166 RANGE_CHECK_HI(cfg, rc_dropframe_thresh, 100); in validate_config()
321 oxcf->allow_df = (cfg.rc_dropframe_thresh > 0); in set_vp8e_config()
322 oxcf->drop_frames_water_mark = cfg.rc_dropframe_thresh; in set_vp8e_config()
/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/examples/
Dvp8_multi_resolution_encoder.c457 cfg[0].rc_dropframe_thresh = 0; in main()
Dvpx_temporal_svc_encoder.c609 cfg.rc_dropframe_thresh = strtol(argv[9], NULL, 0); in main()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c176 RANGE_CHECK_HI(cfg, rc_dropframe_thresh, 100); in validate_config()
452 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.c1174 config->cfg.rc_dropframe_thresh = arg_parse_uint(&arg); in parse_stream_params()
1417 SHOW(rc_dropframe_thresh); in show_stream_config()