/device/moto/shamu/camera/QCamera2/HAL3/ |
D | QCamera3Stream.cpp | 177 mStreamInfoBuf(NULL), in QCamera3Stream() 202 if (mStreamInfoBuf != NULL) { in ~QCamera3Stream() 208 mStreamInfoBuf->deallocate(); in ~QCamera3Stream() 209 delete mStreamInfoBuf; in ~QCamera3Stream() 210 mStreamInfoBuf = NULL; in ~QCamera3Stream() 256 mStreamInfoBuf = new QCamera3HeapMemory(); in init() 257 if (mStreamInfoBuf == NULL) { in init() 262 rc = mStreamInfoBuf->allocate(1, sizeof(cam_stream_info_t), false); in init() 270 reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0)); in init() 283 0, -1, mStreamInfoBuf->getFd(0), mStreamInfoBuf->getSize(0)); in init() [all …]
|
D | QCamera3Stream.h | 108 QCamera3HeapMemory *mStreamInfoBuf; variable
|
D | QCamera3Channel.h | 122 QCamera3HeapMemory *mStreamInfoBuf; variable
|
D | QCamera3Channel.cpp | 95 mStreamInfoBuf = NULL; in QCamera3Channel() 127 mStreamInfoBuf = NULL; in QCamera3Channel()
|
/device/huawei/angler/camera/QCamera2/HAL3/ |
D | QCamera3Stream.cpp | 233 mStreamInfoBuf(NULL), in QCamera3Stream() 265 if (mStreamInfoBuf != NULL) { in ~QCamera3Stream() 271 mStreamInfoBuf->deallocate(); in ~QCamera3Stream() 272 delete mStreamInfoBuf; in ~QCamera3Stream() 273 mStreamInfoBuf = NULL; in ~QCamera3Stream() 329 mStreamInfoBuf = new QCamera3HeapMemory(1); in init() 330 if (mStreamInfoBuf == NULL) { in init() 335 rc = mStreamInfoBuf->allocate(sizeof(cam_stream_info_t)); in init() 343 reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0)); in init() 355 bufSize = mStreamInfoBuf->getSize(0); in init() [all …]
|
D | QCamera3Stream.h | 111 QCamera3HeapMemory *mStreamInfoBuf; variable
|
D | QCamera3Channel.h | 129 QCamera3HeapMemory *mStreamInfoBuf; variable
|
D | QCamera3Channel.cpp | 89 mStreamInfoBuf = NULL; in QCamera3Channel()
|
/device/lge/bullhead/camera/QCamera2/HAL3/ |
D | QCamera3Stream.cpp | 233 mStreamInfoBuf(NULL), in QCamera3Stream() 265 if (mStreamInfoBuf != NULL) { in ~QCamera3Stream() 271 mStreamInfoBuf->deallocate(); in ~QCamera3Stream() 272 delete mStreamInfoBuf; in ~QCamera3Stream() 273 mStreamInfoBuf = NULL; in ~QCamera3Stream() 329 mStreamInfoBuf = new QCamera3HeapMemory(1); in init() 330 if (mStreamInfoBuf == NULL) { in init() 335 rc = mStreamInfoBuf->allocate(sizeof(cam_stream_info_t)); in init() 343 reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0)); in init() 355 bufSize = mStreamInfoBuf->getSize(0); in init() [all …]
|
D | QCamera3Stream.h | 111 QCamera3HeapMemory *mStreamInfoBuf; variable
|
D | QCamera3Channel.h | 129 QCamera3HeapMemory *mStreamInfoBuf; variable
|
D | QCamera3Channel.cpp | 89 mStreamInfoBuf = NULL; in QCamera3Channel()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraStream.cpp | 245 mStreamInfoBuf(NULL), in QCameraStream() 320 if (mStreamInfoBuf != NULL) { in unmapStreamInfoBuf() 351 if (mStreamInfoBuf != NULL) { in releaseStreamInfoBuf() 352 mStreamInfoBuf->deallocate(); in releaseStreamInfoBuf() 353 delete mStreamInfoBuf; in releaseStreamInfoBuf() 354 mStreamInfoBuf = NULL; in releaseStreamInfoBuf() 410 mStreamInfoBuf = streamInfoBuf; in init() 411 mStreamInfo = reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0)); in init() 416 0, -1, mStreamInfoBuf->getFd(0), mStreamInfoBuf->getSize(0)); in init() 445 mStreamInfoBuf = NULL; in init()
|
D | QCameraStream.h | 129 QCameraHeapMemory *mStreamInfoBuf; variable
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraStream.h | 87 QCameraHeapMemory *getStreamInfoBuf() {return mStreamInfoBuf;}; in getStreamInfoBuf() 138 QCameraHeapMemory *mStreamInfoBuf; variable
|
D | QCameraStream.cpp | 289 mStreamInfoBuf(NULL), in QCameraStream() 373 if (mStreamInfoBuf != NULL) { in unmapStreamInfoBuf() 428 if (mStreamInfoBuf != NULL) { in releaseStreamInfoBuf() 429 mStreamInfoBuf->deallocate(); in releaseStreamInfoBuf() 430 delete mStreamInfoBuf; in releaseStreamInfoBuf() 431 mStreamInfoBuf = NULL; in releaseStreamInfoBuf() 608 mStreamInfoBuf = streamInfoBuf; in init() 609 mStreamInfo = reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0)); in init() 612 rc = mapBuf(mStreamInfoBuf, CAM_MAPPING_BUF_TYPE_STREAM_INFO, NULL); in init()
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraStream.h | 87 QCameraHeapMemory *getStreamInfoBuf() {return mStreamInfoBuf;}; in getStreamInfoBuf() 138 QCameraHeapMemory *mStreamInfoBuf; variable
|
D | QCameraStream.cpp | 289 mStreamInfoBuf(NULL), in QCameraStream() 373 if (mStreamInfoBuf != NULL) { in unmapStreamInfoBuf() 428 if (mStreamInfoBuf != NULL) { in releaseStreamInfoBuf() 429 mStreamInfoBuf->deallocate(); in releaseStreamInfoBuf() 430 delete mStreamInfoBuf; in releaseStreamInfoBuf() 431 mStreamInfoBuf = NULL; in releaseStreamInfoBuf() 608 mStreamInfoBuf = streamInfoBuf; in init() 609 mStreamInfo = reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0)); in init() 612 rc = mapBuf(mStreamInfoBuf, CAM_MAPPING_BUF_TYPE_STREAM_INFO, NULL); in init()
|