Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dthread_pool.cpp24 #define XCAM_POOL_MAX_THREADS 1024 macro
130 if (max > XCAM_POOL_MAX_THREADS) in set_threads()
131 max = XCAM_POOL_MAX_THREADS; in set_threads()