Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL/
DQCameraMem.cpp65 mMemoryPool(pool), in QCameraMemory()
258 if ( NULL == mMemoryPool ) { in alloc()
269 rc = mMemoryPool->allocateBuffer(mMemInfo[i], in alloc()
278 mMemoryPool->releaseBuffer(mMemInfo[j], in alloc()
300 if ( NULL == mMemoryPool ) { in dealloc()
303 mMemoryPool->releaseBuffer(mMemInfo[i], mStreamType); in dealloc()
DQCameraMem.h102 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/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