Home
last modified time | relevance | path

Searched refs:mMemoryPool (Results 1 – 6 of 6) sorted by relevance

/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraMem.cpp69 mMemoryPool(pool), in QCameraMemory()
400 if ( NULL == mMemoryPool ) { in alloc()
411 rc = mMemoryPool->allocateBuffer(mMemInfo[i], in alloc()
420 mMemoryPool->releaseBuffer(mMemInfo[j], in alloc()
443 if ( NULL == mMemoryPool ) { in dealloc()
446 mMemoryPool->releaseBuffer(mMemInfo[i], mStreamType); in dealloc()
DQCameraMem.h120 QCameraMemoryPool *mMemoryPool; variable
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraMem.cpp69 mMemoryPool(pool), in QCameraMemory()
400 if ( NULL == mMemoryPool ) { in alloc()
411 rc = mMemoryPool->allocateBuffer(mMemInfo[i], in alloc()
420 mMemoryPool->releaseBuffer(mMemInfo[j], in alloc()
443 if ( NULL == mMemoryPool ) { in dealloc()
446 mMemoryPool->releaseBuffer(mMemInfo[i], mStreamType); in dealloc()
DQCameraMem.h120 QCameraMemoryPool *mMemoryPool; variable
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMem.cpp81 mMemoryPool(pool), in QCameraMemory()
394 if ( NULL == mMemoryPool ) { in alloc()
405 rc = mMemoryPool->allocateBuffer(mMemInfo[i], in alloc()
414 mMemoryPool->releaseBuffer(mMemInfo[j], in alloc()
437 if ( NULL == mMemoryPool ) { in dealloc()
440 mMemoryPool->releaseBuffer(mMemInfo[i], mStreamType); in dealloc()
DQCameraMem.h133 QCameraMemoryPool *mMemoryPool; variable