Searched defs:streamInfoBuf (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraChannel.cpp146 * @streamInfoBuf : ptr to buf that constains stream info
157 QCameraHeapMemory *streamInfoBuf,
179 rc = pStream->init(streamInfoBuf, minStreamBufNum, stream_cb, userdata);
156 addStream(QCameraAllocator &allocator, QCameraHeapMemory *streamInfoBuf, uint8_t minStreamBufNum, cam_padding_info_t *paddingInfo, stream_cb_routine stream_cb, void *userdata) argument
H A DQCameraStream.cpp222 * @streamInfoBuf: ptr to buf that contains stream info
230 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf, argument
246 mStreamInfoBuf = streamInfoBuf;
H A DQCamera2HWI.cpp1441 QCameraHeapMemory *streamInfoBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); local
1442 if (!streamInfoBuf) {
1447 rc = streamInfoBuf->allocate(1, sizeof(cam_stream_info_t));
1450 delete streamInfoBuf;
1454 cam_stream_info_t *streamInfo = (cam_stream_info_t *)streamInfoBuf->getPtr(0);
1487 return streamInfoBuf;
3280 cam_stream_info_t *streamInfoBuf = (cam_stream_info_t *)pStreamInfo->getPtr(0); local
3281 memset(streamInfoBuf, 0, sizeof(cam_stream_info_t));
3282 streamInfoBuf->stream_type = CAM_STREAM_TYPE_OFFLINE_PROC;
3283 streamInfoBuf
[all...]

Completed in 145 milliseconds