Lines Matching refs:streamInfoPre
531 streamInfoPre.streamId_ = STREAM_ID_PREVIEW;
532 streamInfoPre.width_ = PREVIEW_WIDTH; // 640:picture width
533 streamInfoPre.height_ = PREVIEW_HEIGHT; // 480:picture height
534 streamInfoPre.format_ = PIXEL_FMT_RGBA_8888;
535 streamInfoPre.dataspace_ = 8; // 8:picture dataspace
536 streamInfoPre.intent_ = intent;
537 streamInfoPre.tunneledMode_ = 5; // 5:tunnel mode
538 streamInfoPre.bufferQueue_ = new BufferProducerSequenceable(streamCustomerPreview_->CreateProducer());
539 ASSERT_NE(streamInfoPre.bufferQueue_, nullptr);
540 streamInfoPre.bufferQueue_->producer_->SetQueueSize(8); // 8:set bufferQueue size
543 streamInfos.push_back(streamInfoPre);