Home
last modified time | relevance | path

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

/system/extras/verity/fec/
Dimage.h26 #define IMAGE_MIN_THREADS 1 macro
Dimage.cpp357 if (threads < IMAGE_MIN_THREADS) { in image_process()
360 if (threads < IMAGE_MIN_THREADS) { in image_process()
361 threads = IMAGE_MIN_THREADS; in image_process()