Lines Matching refs:mStreamInfo

287         mStreamInfo(NULL),  in QCamera3Stream()
411 mStreamInfo = in init()
413 memset(mStreamInfo, 0, sizeof(cam_stream_info_t)); in init()
414 mStreamInfo->stream_type = streamType; in init()
415 mStreamInfo->fmt = streamFormat; in init()
416 mStreamInfo->dim = streamDim; in init()
417 mStreamInfo->num_bufs = minNumBuffers; in init()
418 mStreamInfo->pp_config.feature_mask = postprocess_mask; in init()
419 mStreamInfo->is_type = is_type; in init()
420 mStreamInfo->pp_config.rotation = streamRotation; in init()
421 mStreamInfo->nr_mode = mNRMode; in init()
428 mStreamInfo->cache_ops = CAM_STREAM_CACHE_OPS_HONOUR_FLAGS; in init()
430 mStreamInfo->cache_ops = CAM_STREAM_CACHE_OPS_DISABLED; in init()
433 mStreamInfo->stream_type, mStreamInfo->pp_config.feature_mask); in init()
452 mStreamInfo->reprocess_config = *reprocess_config; in init()
453 mStreamInfo->streaming_mode = CAM_STREAMING_MODE_BURST; in init()
455 mStreamInfo->num_of_burst = 1; in init()
464 mStreamInfo->streaming_mode = CAM_STREAMING_MODE_BATCH; in init()
465 mStreamInfo->user_buf_info.frame_buf_cnt = batchSize; in init()
466 mStreamInfo->user_buf_info.size = in init()
468 mStreamInfo->num_bufs = mNumBatchBufs; in init()
471 mStreamInfo->user_buf_info.frameInterval = 0; in init()
475 mStreamInfo->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in init()
479 stream_config.stream_info = mStreamInfo; in init()
486 if (mStreamInfo->stream_type == CAM_STREAM_TYPE_RAW && in init()
487 mStreamInfo->fmt == CAM_FORMAT_BAYER_MIPI_RAW_10BPP_GBRG) { in init()
488 mStreamInfo->buf_stride = in init()
490 mStreamInfo->dim.width, in init()
491 mStreamInfo->dim.height, in init()
492 mStreamInfo->fmt); in init()
494 mStreamInfo->buf_stride = 0; in init()
517 mStreamInfo = NULL; in init()
675 cmdThread->setName(mStreamNames[pme->mStreamInfo->stream_type]); in dataProcRoutine()
1181 if (mStreamInfo != NULL) { in getFrameDimension()
1182 dim = mStreamInfo->dim; in getFrameDimension()
1202 if (mStreamInfo != NULL) { in getFormat()
1203 fmt = mStreamInfo->fmt; in getFormat()
1219 if (mStreamInfo != NULL) { in getMyServerID()
1220 return mStreamInfo->stream_svr_id; in getMyServerID()
1237 if (mStreamInfo != NULL) { in getMyType()
1238 return mStreamInfo->stream_type; in getMyType()
1309 mStreamInfo->parm_buf = param; in setParameter()
1314 &mStreamInfo->parm_buf); in setParameter()
1316 param = mStreamInfo->parm_buf; in setParameter()
1394 mNumBatchBufs, mStreamInfo->user_buf_info.size); in getBatchBufs()
1396 mNumBatchBufs * mStreamInfo->user_buf_info.size); in getBatchBufs()
1480 mStreamInfo->stream_type, mNumBatchBufs); in getBatchBufs()
1560 batchBufDef.frame_len = mStreamInfo->user_buf_info.size; in getBatchBufDef()
1563 (index * mStreamInfo->user_buf_info.size); in getBatchBufDef()