Lines Matching refs:streamInfo
119 Test_->streamInfo = std::make_shared<Camera::StreamInfo>();
120 Test_->streamInfo->streamId_ = Test_->streamId_video;
121 Test_->streamInfo->width_ = 640;
122 Test_->streamInfo->height_ = 480;
124 Test_->streamInfo->dataspace_ = 10;
125 Test_->streamInfo->intent_ = Camera::VIDEO;
126 Test_->streamInfo->tunneledMode_ = 5;
130 Test_->streamInfo->bufferQueue_ = consumer->CreateProducer([this](OHOS::SurfaceBuffer* buffer) {
134 Test_->streamInfo->bufferQueue_ = consumer->CreateProducer([this](void* addr, uint32_t size) {
138 Test_->streamInfo->bufferQueue_->SetQueueSize(8);
141 Test_->streamInfos.push_back(Test_->streamInfo);
207 Test_->streamInfo = std::make_shared<StreamInfo>();
208 Test_->streamInfo->streamId_ = Test_->streamId_preview;
209 Test_->streamInfo->width_ = 1280;
210 Test_->streamInfo->height_ = 960;
211 Test_->streamInfo->dataspace_ = 8;
212 Test_->streamInfo->format_ = PIXEL_FMT_YCRCB_420_SP;
213 Test_->streamInfo->intent_ = Camera::PREVIEW;
216 Test_->streamInfo->bufferQueue_ = preview_consumer->CreateProducer([this](void* addr, uint32_t size) {
219 Test_->streamInfo->bufferQueue_->SetQueueSize(8);
221 Test_->streamInfo->tunneledMode_ = 5;
223 Test_->streamInfos.push_back(Test_->streamInfo);