Lines Matching refs:streamInfo_capture
83 Test_->streamInfo_capture = std::make_shared<Camera::StreamInfo>();
84 Test_->streamInfo_capture->streamId_ = Test_->streamId_capture;
85 Test_->streamInfo_capture->width_ = 1280; // 1280:width of stream
86 Test_->streamInfo_capture->height_ = 960; // 960: height of stream
88 Test_->streamInfo_capture->format_ = IMAGE_PIXEL_FORMAT_NV21;
90 Test_->streamInfo_capture->format_ = PIXEL_FMT_YCRCB_420_SP;
92 Test_->streamInfo_capture->dataspace_ = 8; // 8:dataspace of stream
93 Test_->streamInfo_capture->intent_ = Camera::STILL_CAPTURE;
94 Test_->streamInfo_capture->encodeType_ = ENCODE_TYPE_JPEG;
95 Test_->streamInfo_capture->tunneledMode_ = 5; // 5:tunneledMode of stream
100 Test_->streamInfo_capture->bufferQueue_ = consumer_capture->CreateProducer([this](OHOS::SurfaceBuffer* buffer) {
104 Test_->streamInfo_capture->bufferQueue_ = consumer_capture->CreateProducer([this](void* addr, uint32_t size) {
108 Test_->streamInfo_capture->bufferQueue_->SetQueueSize(8); // 8:bufferqueue size
110 Test_->streamInfos.push_back(Test_->streamInfo_capture);