Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Mem.h125 int allocOneBuffer(struct QCamera3MemInfo &memInfo,
DQCamera3Mem.cpp305 int QCamera3HeapMemory::allocOneBuffer(QCamera3MemInfo &memInfo, in allocOneBuffer() function in qcamera::QCamera3HeapMemory
578 rc = allocOneBuffer(mMemInfo[i], heap_id_mask, size); in allocate()
636 rc = allocOneBuffer(mMemInfo[mBufferCount], heap_id_mask, size, isCached); in allocateOne()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMem.h149 static int allocOneBuffer(struct QCameraMemInfo &memInfo,
DQCameraMem.cpp398 rc = allocOneBuffer(mMemInfo[i], heap_id, size, m_bCached, in alloc()
463 int QCameraMemory::allocOneBuffer(QCameraMemInfo &memInfo, in allocOneBuffer() function in qcamera::QCameraMemory
726 rc = QCameraMemory::allocOneBuffer(memInfo, heap_id, size, cached, in allocateBuffer()