Home
last modified time | relevance | path

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

/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3Mem.h120 int allocOneBuffer(struct QCamera3MemInfo &memInfo,
DQCamera3Mem.cpp297 int QCamera3HeapMemory::allocOneBuffer(QCamera3MemInfo &memInfo, in allocOneBuffer() function in qcamera::QCamera3HeapMemory
535 rc = allocOneBuffer(mMemInfo[i], heap_id_mask, size); in allocate()
594 rc = allocOneBuffer(mMemInfo[mBufferCount], heap_id_mask, size); in allocateOne()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3Mem.h120 int allocOneBuffer(struct QCamera3MemInfo &memInfo,
DQCamera3Mem.cpp297 int QCamera3HeapMemory::allocOneBuffer(QCamera3MemInfo &memInfo, in allocOneBuffer() function in qcamera::QCamera3HeapMemory
535 rc = allocOneBuffer(mMemInfo[i], heap_id_mask, size); in allocate()
594 rc = allocOneBuffer(mMemInfo[mBufferCount], heap_id_mask, size); in allocateOne()
/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/lge/bullhead/camera/QCamera2/HAL/
DQCameraMem.h112 static int allocOneBuffer(struct QCameraMemInfo &memInfo,
DQCameraMem.cpp402 rc = allocOneBuffer(mMemInfo[i], heap_id, size, m_bCached, in alloc()
466 int QCameraMemory::allocOneBuffer(QCameraMemInfo &memInfo, in allocOneBuffer() function in qcamera::QCameraMemory
712 rc = QCameraMemory::allocOneBuffer(memInfo, heap_id, size, cached, in allocateBuffer()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraMem.h112 static int allocOneBuffer(struct QCameraMemInfo &memInfo,
DQCameraMem.cpp402 rc = allocOneBuffer(mMemInfo[i], heap_id, size, m_bCached, in alloc()
466 int QCameraMemory::allocOneBuffer(QCameraMemInfo &memInfo, in allocOneBuffer() function in qcamera::QCameraMemory
712 rc = QCameraMemory::allocOneBuffer(memInfo, heap_id, size, cached, in allocateBuffer()
/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()