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