Searched refs:mStreamBatchBufs (Results 1 – 8 of 8) sorted by relevance
/device/huawei/angler/camera/QCamera2/HAL3/ |
D | QCamera3Stream.cpp | 239 mStreamBatchBufs(NULL), in QCamera3Stream() 1130 mStreamBatchBufs = new QCamera3HeapMemory(1); in getBatchBufs() 1131 if (!mStreamBatchBufs) { in getBatchBufs() 1140 rc = mStreamBatchBufs->allocate( in getBatchBufs() 1150 for (uint32_t i = 0; i < mStreamBatchBufs->getCnt(); i++) { in getBatchBufs() 1154 rc = ops_tbl->map_ops(i, -1, mStreamBatchBufs->getFd(i), in getBatchBufs() 1224 for (size_t i = 0; i < mStreamBatchBufs->getCnt(); i++) { in getBatchBufs() 1229 mStreamBatchBufs->deallocate(); in getBatchBufs() 1231 delete mStreamBatchBufs; in getBatchBufs() 1232 mStreamBatchBufs = NULL; in getBatchBufs() [all …]
|
D | QCamera3Stream.h | 121 QCamera3HeapMemory *mStreamBatchBufs; //Pointer to batch buffers memory variable
|
/device/lge/bullhead/camera/QCamera2/HAL3/ |
D | QCamera3Stream.cpp | 239 mStreamBatchBufs(NULL), in QCamera3Stream() 1130 mStreamBatchBufs = new QCamera3HeapMemory(1); in getBatchBufs() 1131 if (!mStreamBatchBufs) { in getBatchBufs() 1140 rc = mStreamBatchBufs->allocate( in getBatchBufs() 1150 for (uint32_t i = 0; i < mStreamBatchBufs->getCnt(); i++) { in getBatchBufs() 1154 rc = ops_tbl->map_ops(i, -1, mStreamBatchBufs->getFd(i), in getBatchBufs() 1224 for (size_t i = 0; i < mStreamBatchBufs->getCnt(); i++) { in getBatchBufs() 1229 mStreamBatchBufs->deallocate(); in getBatchBufs() 1231 delete mStreamBatchBufs; in getBatchBufs() 1232 mStreamBatchBufs = NULL; in getBatchBufs() [all …]
|
D | QCamera3Stream.h | 121 QCamera3HeapMemory *mStreamBatchBufs; //Pointer to batch buffers memory variable
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraStream.cpp | 292 mStreamBatchBufs(NULL), in QCameraStream() 1034 index = mStreamBatchBufs->getMatchBufIndex(opaque, TRUE); in bufDone() 1039 camera_memory_t *video_mem = mStreamBatchBufs->getMemory(index, true); in bufDone() 1376 mStreamBatchBufs = mAllocator.allocateStreamUserBuf (mStreamInfo); in allocateBatchBufs() 1377 if (!mStreamBatchBufs) { in allocateBatchBufs() 1383 for (uint32_t i = 0; i < mStreamBatchBufs->getCnt(); i++) { in allocateBatchBufs() 1385 mStreamBatchBufs->getFd(i), (size_t)mNumBufs, ops_tbl); in allocateBatchBufs() 1391 mStreamBatchBufs->deallocate(); in allocateBatchBufs() 1392 delete mStreamBatchBufs; in allocateBatchBufs() 1393 mStreamBatchBufs = NULL; in allocateBatchBufs() [all …]
|
D | QCameraStream.h | 141 QCameraMemory *mStreamBatchBufs; variable
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraStream.cpp | 292 mStreamBatchBufs(NULL), in QCameraStream() 1034 index = mStreamBatchBufs->getMatchBufIndex(opaque, TRUE); in bufDone() 1039 camera_memory_t *video_mem = mStreamBatchBufs->getMemory(index, true); in bufDone() 1376 mStreamBatchBufs = mAllocator.allocateStreamUserBuf (mStreamInfo); in allocateBatchBufs() 1377 if (!mStreamBatchBufs) { in allocateBatchBufs() 1383 for (uint32_t i = 0; i < mStreamBatchBufs->getCnt(); i++) { in allocateBatchBufs() 1385 mStreamBatchBufs->getFd(i), (size_t)mNumBufs, ops_tbl); in allocateBatchBufs() 1391 mStreamBatchBufs->deallocate(); in allocateBatchBufs() 1392 delete mStreamBatchBufs; in allocateBatchBufs() 1393 mStreamBatchBufs = NULL; in allocateBatchBufs() [all …]
|
D | QCameraStream.h | 141 QCameraMemory *mStreamBatchBufs; variable
|