Home
last modified time | relevance | path

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

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