Lines Matching defs:streamInfo
36 void DoublePreviewTest::SetStreamInfo(StreamInfo &streamInfo,
45 streamInfo.width_ = PREVIEW_WIDTH;
46 streamInfo.height_ = PREVIEW_HEIGHT;
47 streamInfo.format_ = PIXEL_FMT_RGBA_8888;
49 streamInfo.streamId_ = streamId;
50 streamInfo.dataspace_ = DATA_SPACE;
51 streamInfo.intent_ = intent;
52 streamInfo.tunneledMode_ = TUNNEL_MODE;
54 streamInfo.bufferQueue_ = new BufferProducerSequenceable(producer);
55 ASSERT_NE(streamInfo.bufferQueue_, nullptr);
56 streamInfo.bufferQueue_->producer_->SetQueueSize(BUFFER_QUEUE_SIZE);
61 StreamInfo streamInfo = {};
67 SetStreamInfo(streamInfo, streamCustomerPreview_, streamId, intent);
69 streamInfos_.push_back(streamInfo);
74 SetStreamInfo(streamInfo, streamCustomerPreviewDouble_, streamId, intent);
76 streamInfos_.push_back(streamInfo);