Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c70 static const arg_def_t threadsarg = ARG_DEF("t", "threads", 1, variable
88 &threadsarg, &verbosearg, &scalearg, &fb_arg,
573 else if (arg_match(&arg, &threadsarg, argi)) in main_loop()