Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c58 static const arg_def_t progressarg = ARG_DEF(NULL, "progress", 0, variable
87 &progressarg, &limitarg, &skiparg, &postprocarg, &summaryarg, &outputfile,
561 else if (arg_match(&arg, &progressarg, argi)) in main_loop()