Lines Matching refs:mStreamInfo
166 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->stream_type == type)) {
741 if (mStreamInfo != NULL &&
742 mStreamInfo->stream_type == CAM_STREAM_TYPE_OFFLINE_PROC &&
743 mStreamInfo->reprocess_config.pp_type == CAM_ONLINE_REPROCESS_TYPE &&
744 mStreamInfo->reprocess_config.online.input_stream_type == type) {
762 if (mStreamInfo != NULL) {
763 return mStreamInfo->stream_type;
821 if (mStreamInfo != NULL) {
822 dim = mStreamInfo->dim;
842 if (mStreamInfo != NULL) {
843 fmt = mStreamInfo->fmt;
859 if (mStreamInfo != NULL) {
860 return mStreamInfo->stream_svr_id;
932 mStreamInfo->parm_buf = param;
936 &mStreamInfo->parm_buf);
938 param = mStreamInfo->parm_buf;