Searched refs:numArrayEntriesC (Results 1 – 2 of 2) sorted by relevance
62 const uint numArrayEntriesC = (uint)(numBufs+1); in allocateBuffer() local65 uint32_t *bufsArr = new uint32_t [numArrayEntriesC]; in allocateBuffer()68 …L_LOGEB("Allocation failed when creating buffers array of %d uint32_t elements", numArrayEntriesC); in allocateBuffer()74 memset(bufsArr, 0, sizeof(*bufsArr) * numArrayEntriesC); in allocateBuffer()
72 const uint numArrayEntriesC = (uint)(numBufs+1); in allocateBufferList() local75 CameraBuffer *buffers = new CameraBuffer [numArrayEntriesC]; in allocateBufferList()77 …GEB("Allocation failed when creating buffers array of %d CameraBuffer elements", numArrayEntriesC); in allocateBufferList()83 memset(buffers, 0, sizeof(CameraBuffer) * numArrayEntriesC); in allocateBufferList()