Searched refs:mMemoryPool (Results 1 – 6 of 6) sorted by relevance
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 69 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()
|
D | QCameraMem.h | 120 QCameraMemoryPool *mMemoryPool; variable
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 69 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()
|
D | QCameraMem.h | 120 QCameraMemoryPool *mMemoryPool; variable
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 81 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()
|
D | QCameraMem.h | 133 QCameraMemoryPool *mMemoryPool; variable
|