Lines Matching refs:streamInfo
71 Test_->streamInfo = std::make_shared<StreamInfo>();
72 Test_->streamInfo->streamId_ = Test_->streamId_preview;
73 Test_->streamInfo->width_ = 1280;
74 Test_->streamInfo->height_ = 960;
75 Test_->streamInfo->dataspace_ = 8;
77 Test_->streamInfo->intent_ = Camera::PREVIEW;
81 Test_->streamInfo->bufferQueue_ = preview_consumer->CreateProducer([this](OHOS::SurfaceBuffer* buffer) {
85 Test_->streamInfo->bufferQueue_ = preview_consumer->CreateProducer([this](void* addr, uint32_t size) {
89 Test_->streamInfo->bufferQueue_->SetQueueSize(8);
91 Test_->streamInfo->tunneledMode_ = 5;
93 Test_->streamInfos.push_back(Test_->streamInfo);
209 Test_->streamInfo = std::make_shared<StreamInfo>();