Home
last modified time | relevance | path

Searched refs:allocOneBuffer (Results 1 – 4 of 4) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Mem.h125 int allocOneBuffer(struct QCamera3MemInfo &memInfo,
DQCamera3Mem.cpp303 int QCamera3HeapMemory::allocOneBuffer(QCamera3MemInfo &memInfo, in allocOneBuffer() function in qcamera::QCamera3HeapMemory
574 rc = allocOneBuffer(mMemInfo[i], heap_id_mask, size); in allocate()
632 rc = allocOneBuffer(mMemInfo[mBufferCount], heap_id_mask, size); in allocateOne()
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMem.h125 static int allocOneBuffer(struct QCameraMemInfo &memInfo,
DQCameraMem.cpp396 rc = allocOneBuffer(mMemInfo[i], heap_id, size, m_bCached, in alloc()
460 int QCameraMemory::allocOneBuffer(QCameraMemInfo &memInfo, in allocOneBuffer() function in qcamera::QCameraMemory
722 rc = QCameraMemory::allocOneBuffer(memInfo, heap_id, size, cached, in allocateBuffer()