Home
last modified time | relevance | path

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

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