Home
last modified time | relevance | path

Searched refs:streamInfoBuf (Results 1 – 15 of 15) sorted by relevance

/device/asus/flo/camera/QCamera2/HAL/
DQCamera2HWI.cpp1441 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 …]
DQCameraChannel.h54 QCameraHeapMemory *streamInfoBuf,
DQCameraStream.h58 virtual int32_t init(QCameraHeapMemory *streamInfoBuf,
DQCameraChannel.cpp157 QCameraHeapMemory *streamInfoBuf, in addStream() argument
179 rc = pStream->init(streamInfoBuf, minStreamBufNum, stream_cb, userdata); in addStream()
DQCameraStream.cpp230 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf, in init() argument
246 mStreamInfoBuf = streamInfoBuf; in init()
/device/lge/hammerhead/camera/QCamera2/HAL/
DQCamera2HWI.cpp1441 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 …]
DQCameraChannel.h54 QCameraHeapMemory *streamInfoBuf,
DQCameraStream.h58 virtual int32_t init(QCameraHeapMemory *streamInfoBuf,
DQCameraChannel.cpp157 QCameraHeapMemory *streamInfoBuf, in addStream() argument
179 rc = pStream->init(streamInfoBuf, minStreamBufNum, stream_cb, userdata); in addStream()
DQCameraStream.cpp230 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf, in init() argument
246 mStreamInfoBuf = streamInfoBuf; in init()
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraChannel.h54 QCameraHeapMemory *streamInfoBuf,
DQCamera2HWI.cpp1767 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 …]
DQCameraStream.h59 virtual int32_t init(QCameraHeapMemory *streamInfoBuf,
DQCameraChannel.cpp182 QCameraHeapMemory *streamInfoBuf, in addStream() argument
207 rc = pStream->init(streamInfoBuf, minStreamBufNum, in addStream()
DQCameraStream.cpp394 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf, in init() argument
410 mStreamInfoBuf = streamInfoBuf; in init()