Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c76 static const arg_def_t scalearg = ARG_DEF("S", "scale", 0, variable
88 &threadsarg, &verbosearg, &scalearg, &fb_arg,
577 else if (arg_match(&arg, &scalearg, argi)) in main_loop()