Searched refs:streamInfoBuf (Results 1 – 5 of 5) sorted by relevance
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraChannel.cpp | 210 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf, in addStream() argument 219 if (streamInfoBuf != NULL) { in addStream() 220 streamInfoBuf->deallocate(); in addStream() 221 delete streamInfoBuf; in addStream() 222 streamInfoBuf = NULL; in addStream() 231 if (streamInfoBuf != NULL) { in addStream() 232 streamInfoBuf->deallocate(); in addStream() 233 delete streamInfoBuf; in addStream() 234 streamInfoBuf = NULL; in addStream() 239 rc = pStream->init(streamInfoBuf, miscBuf, minStreamBufNum, in addStream()
|
D | QCameraChannel.h | 56 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf,
|
D | QCameraStream.h | 62 virtual int32_t init(QCameraHeapMemory *streamInfoBuf,
|
D | QCamera2HWI.cpp | 3001 QCameraHeapMemory *streamInfoBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateStreamInfoBuf() local 3002 if (!streamInfoBuf) { in allocateStreamInfoBuf() 3007 rc = streamInfoBuf->allocate(1, sizeof(cam_stream_info_t), NON_SECURE); in allocateStreamInfoBuf() 3010 delete streamInfoBuf; in allocateStreamInfoBuf() 3014 cam_stream_info_t *streamInfo = (cam_stream_info_t *)streamInfoBuf->getPtr(0); in allocateStreamInfoBuf() 3149 return streamInfoBuf; in allocateStreamInfoBuf() 7892 cam_stream_info_t *streamInfoBuf = (cam_stream_info_t *)pStreamInfo->getPtr(0); in addOfflineReprocChannel() local 7893 memset(streamInfoBuf, 0, sizeof(cam_stream_info_t)); in addOfflineReprocChannel() 7894 streamInfoBuf->stream_type = CAM_STREAM_TYPE_OFFLINE_PROC; in addOfflineReprocChannel() 7895 streamInfoBuf->fmt = img_config.input_fmt; in addOfflineReprocChannel() [all …]
|
D | QCameraStream.cpp | 719 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf, in init() argument 729 mStreamInfoBuf = streamInfoBuf; in init()
|