Lines Matching refs:streamInfo
39 void DcameraHdfDemo::SetStreamInfo(StreamInfo& streamInfo,
50 streamInfo.width_ = width;
51 streamInfo.height_ = height;
56 streamInfo.width_ = width;
57 streamInfo.height_ = height;
58 streamInfo.encodeType_ = CAMERA_CAPTURE_ENCODE_TYPE;
65 streamInfo.width_ = width;
66 streamInfo.height_ = height;
67 streamInfo.encodeType_ = CAMERA_VIDEO_ENCODE_TYPE;
74 streamInfo.streamId_ = streamId;
75 streamInfo.format_ = CAMERA_FORMAT;
76 streamInfo.dataspace_ = dataspace;
77 streamInfo.intent_ = intent;
78 streamInfo.tunneledMode_ = tunneledMode;
80 streamInfo.bufferQueue_ = new BufferProducerSequenceable(producer);
81 streamInfo.bufferQueue_->producer_->SetQueueSize(8); // 8:set bufferQueue size
195 StreamInfo streamInfo = {0};
196 SetStreamInfo(streamInfo, streamCustomer, streamId, intent);
197 if (streamInfo.bufferQueue_->producer_ == nullptr) {
201 streamInfos_.push_back(streamInfo);