Searched refs:streamInfoBuf (Results 1 – 15 of 15) sorted by relevance
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCamera2HWI.cpp | 1441 QCameraHeapMemory *streamInfoBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateStreamInfoBuf() local 1442 if (!streamInfoBuf) { in allocateStreamInfoBuf() 1447 rc = streamInfoBuf->allocate(1, sizeof(cam_stream_info_t)); in allocateStreamInfoBuf() 1450 delete streamInfoBuf; in allocateStreamInfoBuf() 1454 cam_stream_info_t *streamInfo = (cam_stream_info_t *)streamInfoBuf->getPtr(0); in allocateStreamInfoBuf() 1487 return streamInfoBuf; in allocateStreamInfoBuf() 3280 cam_stream_info_t *streamInfoBuf = (cam_stream_info_t *)pStreamInfo->getPtr(0); in addOfflineReprocChannel() local 3281 memset(streamInfoBuf, 0, sizeof(cam_stream_info_t)); in addOfflineReprocChannel() 3282 streamInfoBuf->stream_type = CAM_STREAM_TYPE_OFFLINE_PROC; in addOfflineReprocChannel() 3283 streamInfoBuf->fmt = img_config.input_fmt; in addOfflineReprocChannel() [all …]
|
D | QCameraChannel.h | 54 QCameraHeapMemory *streamInfoBuf,
|
D | QCameraStream.h | 58 virtual int32_t init(QCameraHeapMemory *streamInfoBuf,
|
D | QCameraChannel.cpp | 157 QCameraHeapMemory *streamInfoBuf, in addStream() argument 179 rc = pStream->init(streamInfoBuf, minStreamBufNum, stream_cb, userdata); in addStream()
|
D | QCameraStream.cpp | 230 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf, in init() argument 246 mStreamInfoBuf = streamInfoBuf; in init()
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
D | QCamera2HWI.cpp | 1441 QCameraHeapMemory *streamInfoBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateStreamInfoBuf() local 1442 if (!streamInfoBuf) { in allocateStreamInfoBuf() 1447 rc = streamInfoBuf->allocate(1, sizeof(cam_stream_info_t)); in allocateStreamInfoBuf() 1450 delete streamInfoBuf; in allocateStreamInfoBuf() 1454 cam_stream_info_t *streamInfo = (cam_stream_info_t *)streamInfoBuf->getPtr(0); in allocateStreamInfoBuf() 1487 return streamInfoBuf; in allocateStreamInfoBuf() 3280 cam_stream_info_t *streamInfoBuf = (cam_stream_info_t *)pStreamInfo->getPtr(0); in addOfflineReprocChannel() local 3281 memset(streamInfoBuf, 0, sizeof(cam_stream_info_t)); in addOfflineReprocChannel() 3282 streamInfoBuf->stream_type = CAM_STREAM_TYPE_OFFLINE_PROC; in addOfflineReprocChannel() 3283 streamInfoBuf->fmt = img_config.input_fmt; in addOfflineReprocChannel() [all …]
|
D | QCameraChannel.h | 54 QCameraHeapMemory *streamInfoBuf,
|
D | QCameraStream.h | 58 virtual int32_t init(QCameraHeapMemory *streamInfoBuf,
|
D | QCameraChannel.cpp | 157 QCameraHeapMemory *streamInfoBuf, in addStream() argument 179 rc = pStream->init(streamInfoBuf, minStreamBufNum, stream_cb, userdata); in addStream()
|
D | QCameraStream.cpp | 230 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf, in init() argument 246 mStreamInfoBuf = streamInfoBuf; in init()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraChannel.h | 54 QCameraHeapMemory *streamInfoBuf,
|
D | QCamera2HWI.cpp | 1767 QCameraHeapMemory *streamInfoBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateStreamInfoBuf() local 1768 if (!streamInfoBuf) { in allocateStreamInfoBuf() 1773 rc = streamInfoBuf->allocate(1, sizeof(cam_stream_info_t), NON_SECURE); in allocateStreamInfoBuf() 1776 delete streamInfoBuf; in allocateStreamInfoBuf() 1780 cam_stream_info_t *streamInfo = (cam_stream_info_t *)streamInfoBuf->getPtr(0); in allocateStreamInfoBuf() 1885 return streamInfoBuf; in allocateStreamInfoBuf() 4745 cam_stream_info_t *streamInfoBuf = (cam_stream_info_t *)pStreamInfo->getPtr(0); in addOfflineReprocChannel() local 4746 memset(streamInfoBuf, 0, sizeof(cam_stream_info_t)); in addOfflineReprocChannel() 4747 streamInfoBuf->stream_type = CAM_STREAM_TYPE_OFFLINE_PROC; in addOfflineReprocChannel() 4748 streamInfoBuf->fmt = img_config.input_fmt; in addOfflineReprocChannel() [all …]
|
D | QCameraStream.h | 59 virtual int32_t init(QCameraHeapMemory *streamInfoBuf,
|
D | QCameraChannel.cpp | 182 QCameraHeapMemory *streamInfoBuf, in addStream() argument 207 rc = pStream->init(streamInfoBuf, minStreamBufNum, in addStream()
|
D | QCameraStream.cpp | 394 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf, in init() argument 410 mStreamInfoBuf = streamInfoBuf; in init()
|