Searched refs:mMaxCnt (Results 1 – 2 of 2) sorted by relevance
273 mMaxCnt = MIN(maxCnt, MM_CAMERA_MAX_NUM_FRAMES); in QCamera3HeapMemory()274 for (uint32_t i = 0; i < mMaxCnt; i ++) in QCamera3HeapMemory()577 for (i = 0; i < mMaxCnt; i ++) { in allocate()597 mBufferCount = mMaxCnt; in allocate()630 if (mBufferCount + 1 > mMaxCnt) { in allocateOne()632 mBufferCount, mMaxCnt); in allocateOne()
128 uint32_t mMaxCnt; variable