Searched defs:limitarg (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxdec.c66 static const arg_def_t limitarg = ARG_DEF(NULL, "limit", 1, variable
100 &progressarg, &limitarg, &skiparg, &postprocarg, &summaryarg, &outputfile,
797 else if (arg_match(&arg, &limitarg, argi))
/external/libvpx/libvpx/
H A Dvpxdec.c60 static const arg_def_t limitarg = ARG_DEF(NULL, "limit", 1, variable
87 &progressarg, &limitarg, &skiparg, &postprocarg, &summaryarg, &outputfile,
563 else if (arg_match(&arg, &limitarg, argi))

Completed in 198 milliseconds