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

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c261 static const arg_def_t dropframe_thresh = ARG_DEF(NULL, "drop-frame", 1, variable
299 &dropframe_thresh, &resize_allowed, &resize_width, &resize_height,
1085 } else if (arg_match(&arg, &dropframe_thresh, argi)) {
/external/libvpx/libvpx/
H A 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)) {

Completed in 165 milliseconds