Searched refs:MAX_NUM_ALLOC (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/ | ||
D | rsAllocation.h | 50 const static uint32_t MAX_NUM_ALLOC = 16; variable |
D | rsAllocation.cpp | 582 if (numAlloc > MAX_NUM_ALLOC || numAlloc <= 0) { in setupGrallocConsumer() |