Home
last modified time | relevance | path

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

/system/extras/verity/fec/
Dimage.h27 #define IMAGE_MAX_THREADS 128 macro
Dimage.cpp370 if (threads > IMAGE_MAX_THREADS) { in image_process()
371 threads = IMAGE_MAX_THREADS; in image_process()
Dmain.cpp325 ctx.threads = (int)parse_arg(optarg, "threads", IMAGE_MAX_THREADS); in main()