Searched refs:mMaxCnt (Results 1 – 4 of 4) sorted by relevance
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