Searched refs:mStreamInfo (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraStream.cpp166 mStreamInfo(NULL),
247 mStreamInfo = reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0));
259 stream_config.stream_info = mStreamInfo;
282 mStreamInfo = NULL;
345 if (crop_info.crop_info[i].stream_id == mStreamInfo->stream_svr_id) {
352 (mStreamInfo->stream_type == CAM_STREAM_TYPE_PREVIEW ||
353 mStreamInfo->stream_type == CAM_STREAM_TYPE_POSTVIEW) ) {
570 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type,
721 if (mStreamInfo != NULL && (mStreamInfo
[all...]
H A DQCameraStream.h93 cam_stream_info_t *mStreamInfo; // ptr to stream info buf member in class:qcamera::QCameraStream
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Stream.cpp171 mStreamInfo(NULL),
263 mStreamInfo =
265 memset(mStreamInfo, 0, sizeof(cam_stream_info_t));
266 mStreamInfo->stream_type = streamType;
267 mStreamInfo->fmt = streamFormat;
268 mStreamInfo->dim = streamDim;
274 mStreamInfo->reprocess_config = *reprocess_config;
275 mStreamInfo->streaming_mode = CAM_STREAMING_MODE_BURST;
276 //mStreamInfo->num_of_burst = reprocess_config->offline.num_of_bufs;
277 mStreamInfo
[all...]
H A DQCamera3Stream.h92 cam_stream_info_t *mStreamInfo; // ptr to stream info buf member in class:qcamera::QCamera3Stream
H A DQCamera3HWI.cpp236 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
237 it != mStreamInfo.end(); it++) {
244 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
245 it != mStreamInfo.end(); it++) {
469 for (List<stream_info_t*>::iterator it=mStreamInfo.begin();
470 it != mStreamInfo.end(); it++) {
476 /* If content of mStreamInfo is not 0, there is metadata stream */
505 for (List<stream_info_t*>::iterator it=mStreamInfo.begin();
506 it != mStreamInfo.end(); it++) {
527 mStreamInfo
[all...]
H A DQCamera3HWI.h245 List<stream_info_t*> mStreamInfo; member in class:qcamera::QCamera3HardwareInterface

Completed in 68 milliseconds