Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c283 static const arg_def_t dropframe_thresh = ARG_DEF(NULL, "drop-frame", 1, variable
317 &dropframe_thresh, &resize_allowed, &resize_up_thresh, &resize_down_thresh,
930 } else if (arg_match(&arg, &dropframe_thresh, argi)) { in parse_stream_params()