Home | History | Annotate | Download | only in HAL3

Lines Matching refs:mStreamInfo

170         mStreamInfo(NULL),
262 mStreamInfo =
264 memset(mStreamInfo, 0, sizeof(cam_stream_info_t));
265 mStreamInfo->stream_type = streamType;
266 mStreamInfo->fmt = streamFormat;
267 mStreamInfo->dim = streamDim;
273 mStreamInfo->reprocess_config = *reprocess_config;
274 mStreamInfo->streaming_mode = CAM_STREAMING_MODE_BURST;
275 //mStreamInfo->num_of_burst = reprocess_config->offline.num_of_bufs;
276 mStreamInfo->num_of_burst = 1;
277 ALOGE("%s: num_of_burst is %d", __func__, mStreamInfo->num_of_burst);
279 mStreamInfo->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS;
291 stream_config.stream_info = mStreamInfo;
316 mStreamInfo = NULL;
724 if (mStreamInfo != NULL) {
725 dim = mStreamInfo->dim;
745 if (mStreamInfo != NULL) {
746 fmt = mStreamInfo->fmt;
762 if (mStreamInfo != NULL) {
763 return mStreamInfo->stream_svr_id;
780 if (mStreamInfo != NULL) {
781 return mStreamInfo->stream_type;
852 mStreamInfo->parm_buf = param;
856 &mStreamInfo->parm_buf);
858 param = mStreamInfo->parm_buf;