Searched refs:mMaxCnt (Results 1 – 2 of 2) sorted by relevance
270 mMaxCnt = MIN(maxCnt, MM_CAMERA_MAX_NUM_FRAMES); in QCamera3HeapMemory()271 for (uint32_t i = 0; i < mMaxCnt; i ++) in QCamera3HeapMemory()539 for (i = 0; i < mMaxCnt; i ++) { in allocate()559 mBufferCount = mMaxCnt; in allocate()592 if (mBufferCount + 1 > mMaxCnt) { in allocateOne()594 mBufferCount, mMaxCnt); in allocateOne()
126 uint32_t mMaxCnt; variable