Searched refs:mMaxCnt (Results 1 – 6 of 6) sorted by relevance
271 mMaxCnt = MIN(maxCnt, MM_CAMERA_MAX_NUM_FRAMES); in QCamera3HeapMemory()272 for (uint32_t i = 0; i < mMaxCnt; i ++) in QCamera3HeapMemory()573 for (i = 0; i < mMaxCnt; i ++) { in allocate()593 mBufferCount = mMaxCnt; in allocate()626 if (mBufferCount + 1 > mMaxCnt) { in allocateOne()628 mBufferCount, mMaxCnt); in allocateOne()
128 uint32_t mMaxCnt; variable
265 mMaxCnt = MIN(maxCnt, MM_CAMERA_MAX_NUM_FRAMES); in QCamera3HeapMemory()266 for (uint32_t i = 0; i < mMaxCnt; i ++) in QCamera3HeapMemory()534 for (i = 0; i < mMaxCnt; i ++) { in allocate()554 mBufferCount = mMaxCnt; in allocate()588 if (mBufferCount + 1 > mMaxCnt) { in allocateOne()590 mBufferCount, mMaxCnt); in allocateOne()
124 uint32_t mMaxCnt; variable