Lines Matching full:streaminfo
966 cam_stream_info_t *streamInfo = NULL;
1047 streamInfo = (cam_stream_info_t *)pStreamInfoBuf->getPtr(0);
1048 memset(streamInfo, 0, sizeof(cam_stream_info_t));
1049 streamInfo->stream_type = CAM_STREAM_TYPE_OFFLINE_PROC;
1052 streamInfo->perf_mode = CAM_PERF_HIGH_PERFORMANCE;
1054 streamInfo->fmt = CAM_FORMAT_YUV_420_NV21;
1056 rc = pStream->getFormat(streamInfo->fmt);
1061 param.getThumbnailSize(&(streamInfo->dim.width), &(streamInfo->dim.height));
1066 streamInfo->dim);
1069 param.getStreamDimension(CAM_STREAM_TYPE_SNAPSHOT,streamInfo->dim);
1071 rc = pStream->getFrameDimension(streamInfo->dim);
1076 streamInfo->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS;
1077 streamInfo->num_of_burst = 0;
1079 streamInfo->streaming_mode = CAM_STREAMING_MODE_BURST;
1080 streamInfo->num_of_burst = burstNum;
1082 streamInfo->num_bufs = minStreamBufNum;
1103 param.getStreamRotation(streamInfo->stream_type,
1104 streamInfo->pp_config, streamInfo->dim);
1105 streamInfo->reprocess_config = rp_cfg;
1106 streamInfo->reprocess_config.pp_feature_config = pp_featuremask;
1114 streamInfo->reprocess_config.pp_feature_config.feature_mask &=
1116 streamInfo->reprocess_config.pp_feature_config.feature_mask &=
1118 streamInfo->reprocess_config.pp_feature_config.feature_mask &=
1121 streamInfo->reprocess_config.pp_feature_config.feature_mask &=
1123 streamInfo->reprocess_config.pp_feature_config.feature_mask &=
1125 streamInfo->reprocess_config.pp_feature_config.feature_mask &=
1128 streamInfo->reprocess_config.pp_feature_config.feature_mask &=
1133 streamInfo->reprocess_config.pp_feature_config.feature_mask
1140 type = streamInfo->reprocess_config.offline.input_type;
1142 type = streamInfo->reprocess_config.online.input_stream_type;
1147 streamInfo->reprocess_config.pp_feature_config.feature_mask |=
1149 streamInfo->reprocess_config.pp_feature_config.flip = (uint32_t)flipMode;
1153 if ((streamInfo->reprocess_config.pp_feature_config.feature_mask
1159 streamInfo->dim.width =
1160 streamInfo->reprocess_config.pp_feature_config.scale_param.output_width;
1161 streamInfo->dim.height =
1162 streamInfo->reprocess_config.pp_feature_config.scale_param.output_height;
1165 streamInfo->dim.width, streamInfo->dim.height);
1171 pMiscBuf = allocator.allocateMiscBuf(streamInfo);
1174 pStream->getMyOriginalType(), streamInfo->dim.width,
1175 streamInfo->dim.height, streamInfo->fmt, type);
1178 if (streamInfo->reprocess_config.pp_feature_config.feature_mask
1182 streamInfo->reprocess_config.pp_feature_config.rotation);