Lines Matching defs:streamInfoPre
61 std::shared_ptr<StreamInfo> streamInfoPre = std::make_shared<StreamInfo>();
62 streamInfoPre->streamId_ = cameraBase->STREAM_ID_PREVIEW;
63 streamInfoPre->width_ = DEFAULT_TEST_WIDTH_VALUE;
64 streamInfoPre->height_ = DEFAULT_TEST_HEIGHT_VALUE;
65 streamInfoPre->format_ = CAMERA_FORMAT_YUYV_422_PKG;
66 streamInfoPre->dataspace_ = DEFAULT_TEST_DATASPACE_VALUE;
67 streamInfoPre->intent_ = PREVIEW;
68 streamInfoPre->tunneledMode_ = DEFAULT_TEST_TUNNELEDMODE_VALUE;
69 streamInfoPre->bufferQueue_ = producer;
70 cameraBase->streamInfos.push_back(streamInfoPre);