Lines Matching defs:num_tests
237 int num_tests = 10000;
250 av_log(NULL, AV_LOG_INFO, "Usage: swresample-test [<num_tests>[ <test>]] \n"
251 "num_tests Default is %d\n", num_tests);
254 num_tests = strtol(argv[1], NULL, 0);
255 if(num_tests < 0) {
256 num_tests = -num_tests;
259 if(num_tests<= 0 || num_tests>max_tests)
260 num_tests = max_tests;
269 for(test=0; test<num_tests; test++){
275 qsort(remaining_tests + max_tests - num_tests, num_tests, sizeof(remaining_tests[0]), cmp);
277 for(test=0; test<num_tests; test++){