Home
last modified time | relevance | path

Searched refs:mStreamInfoBuf (Results 1 – 18 of 18) sorted by relevance

/device/asus/flo/camera/QCamera2/HAL3/
DQCamera3Stream.cpp173 mStreamInfoBuf(NULL), in QCamera3Stream()
198 if (mStreamInfoBuf != NULL) { in ~QCamera3Stream()
204 mStreamInfoBuf->deallocate(); in ~QCamera3Stream()
205 delete mStreamInfoBuf; in ~QCamera3Stream()
206 mStreamInfoBuf = NULL; in ~QCamera3Stream()
249 mStreamInfoBuf = new QCamera3HeapMemory(); in init()
250 if (mStreamInfoBuf == NULL) { in init()
255 rc = mStreamInfoBuf->allocate(1, sizeof(cam_stream_info_t), false); in init()
263 reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0)); in init()
284 0, -1, mStreamInfoBuf->getFd(0), mStreamInfoBuf->getSize(0)); in init()
[all …]
DQCamera3Stream.h101 QCamera3HeapMemory *mStreamInfoBuf; variable
DQCamera3Channel.h116 QCamera3HeapMemory *mStreamInfoBuf; variable
DQCamera3Channel.cpp86 mStreamInfoBuf = NULL; in QCamera3Channel()
111 mStreamInfoBuf = NULL; in QCamera3Channel()
/device/lge/hammerhead/camera/QCamera2/HAL3/
DQCamera3Stream.cpp177 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()
253 mStreamInfoBuf = new QCamera3HeapMemory(); in init()
254 if (mStreamInfoBuf == NULL) { in init()
259 rc = mStreamInfoBuf->allocate(1, sizeof(cam_stream_info_t), false); in init()
267 reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0)); in init()
276 0, -1, mStreamInfoBuf->getFd(0), mStreamInfoBuf->getSize(0)); in init()
[all …]
DQCamera3Stream.h104 QCamera3HeapMemory *mStreamInfoBuf; variable
DQCamera3Channel.h115 QCamera3HeapMemory *mStreamInfoBuf; variable
DQCamera3Channel.cpp82 mStreamInfoBuf = NULL; in QCamera3Channel()
107 mStreamInfoBuf = NULL; in QCamera3Channel()
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3Stream.cpp177 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()
255 mStreamInfoBuf = new QCamera3HeapMemory(); in init()
256 if (mStreamInfoBuf == NULL) { in init()
261 rc = mStreamInfoBuf->allocate(1, sizeof(cam_stream_info_t), false); in init()
269 reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0)); in init()
281 0, -1, mStreamInfoBuf->getFd(0), mStreamInfoBuf->getSize(0)); in init()
[all …]
DQCamera3Stream.h107 QCamera3HeapMemory *mStreamInfoBuf; variable
DQCamera3Channel.h121 QCamera3HeapMemory *mStreamInfoBuf; variable
DQCamera3Channel.cpp95 mStreamInfoBuf = NULL; in QCamera3Channel()
127 mStreamInfoBuf = NULL; in QCamera3Channel()
/device/lge/hammerhead/camera/QCamera2/HAL/
DQCameraStream.cpp169 mStreamInfoBuf(NULL), in QCameraStream()
198 if (mStreamInfoBuf != NULL) { in ~QCameraStream()
204 mStreamInfoBuf->deallocate(); in ~QCameraStream()
205 delete mStreamInfoBuf; in ~QCameraStream()
206 mStreamInfoBuf = NULL; in ~QCameraStream()
246 mStreamInfoBuf = streamInfoBuf; in init()
247 mStreamInfo = reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0)); in init()
252 0, -1, mStreamInfoBuf->getFd(0), mStreamInfoBuf->getSize(0)); in init()
281 mStreamInfoBuf = NULL; in init()
DQCameraStream.h102 QCameraHeapMemory *mStreamInfoBuf; variable
/device/asus/flo/camera/QCamera2/HAL/
DQCameraStream.cpp169 mStreamInfoBuf(NULL), in QCameraStream()
198 if (mStreamInfoBuf != NULL) { in ~QCameraStream()
204 mStreamInfoBuf->deallocate(); in ~QCameraStream()
205 delete mStreamInfoBuf; in ~QCameraStream()
206 mStreamInfoBuf = NULL; in ~QCameraStream()
246 mStreamInfoBuf = streamInfoBuf; in init()
247 mStreamInfo = reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0)); in init()
252 0, -1, mStreamInfoBuf->getFd(0), mStreamInfoBuf->getSize(0)); in init()
281 mStreamInfoBuf = NULL; in init()
DQCameraStream.h102 QCameraHeapMemory *mStreamInfoBuf; variable
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraStream.cpp245 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()
DQCameraStream.h129 QCameraHeapMemory *mStreamInfoBuf; variable