Home
last modified time | relevance | path

Searched refs:numArrayEntriesC (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/
DMemoryManager.cpp62 const uint numArrayEntriesC = (uint)(numBufs+1); in allocateBuffer() local
65 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()
/hardware/ti/omap4-aah/camera/
DMemoryManager.cpp72 const uint numArrayEntriesC = (uint)(numBufs+1); in allocateBufferList() local
75 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()