Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Ddatarate_test.cc127 cfg_.rc_dropframe_thresh = 1; in TEST_P()
173 cfg_.rc_dropframe_thresh = i; in TEST_P()
367 cfg_.rc_dropframe_thresh = 1; in TEST_P()
396 cfg_.rc_dropframe_thresh = 1; in TEST_P()
425 cfg_.rc_dropframe_thresh = 10; in TEST_P()
439 cfg_.rc_dropframe_thresh = i; in TEST_P()
464 cfg_.rc_dropframe_thresh = 1; in TEST_P()
501 cfg_.rc_dropframe_thresh = 1; in TEST_P()
543 cfg_.rc_dropframe_thresh = 20; in TEST_P()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h387 unsigned int rc_dropframe_thresh; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c170 RANGE_CHECK_HI(cfg, rc_dropframe_thresh, 100); in validate_config()
325 oxcf->allow_df = (cfg.rc_dropframe_thresh > 0); in set_vp8e_config()
326 oxcf->drop_frames_water_mark = cfg.rc_dropframe_thresh; in set_vp8e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp8_multi_resolution_encoder.c262 cfg[0].rc_dropframe_thresh = 30; in main()
Dvpx_temporal_scalable_patterns.c515 cfg.rc_dropframe_thresh = strtol(argv[9], NULL, 0); in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c164 RANGE_CHECK_HI(cfg, rc_dropframe_thresh, 100); in validate_config()
329 oxcf->drop_frames_water_mark = cfg->rc_dropframe_thresh; in set_vp9e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c931 config->cfg.rc_dropframe_thresh = arg_parse_uint(&arg); in parse_stream_params()
1116 SHOW(rc_dropframe_thresh); in show_stream_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c583 enc_cfg->rc_dropframe_thresh = 0; in vpx_svc_init()