Lines Matching refs:streamInfo
38 void DcameraHdfDemo::SetStreamInfo(StreamInfo& streamInfo, in SetStreamInfo() argument
49 streamInfo.width_ = width; in SetStreamInfo()
50 streamInfo.height_ = height; in SetStreamInfo()
55 streamInfo.width_ = width; in SetStreamInfo()
56 streamInfo.height_ = height; in SetStreamInfo()
57 streamInfo.encodeType_ = CAMERA_CAPTURE_ENCODE_TYPE; in SetStreamInfo()
64 streamInfo.width_ = width; in SetStreamInfo()
65 streamInfo.height_ = height; in SetStreamInfo()
66 streamInfo.encodeType_ = CAMERA_VIDEO_ENCODE_TYPE; in SetStreamInfo()
73 streamInfo.streamId_ = streamId; in SetStreamInfo()
74 streamInfo.format_ = CAMERA_FORMAT; in SetStreamInfo()
75 streamInfo.dataspace_ = dataspace; in SetStreamInfo()
76 streamInfo.intent_ = intent; in SetStreamInfo()
77 streamInfo.tunneledMode_ = tunneledMode; in SetStreamInfo()
79 streamInfo.bufferQueue_ = new BufferProducerSequenceable(producer); in SetStreamInfo()
80 streamInfo.bufferQueue_->producer_->SetQueueSize(8); // 8:set bufferQueue size in SetStreamInfo()
194 StreamInfo streamInfo = {0}; in CreateStreamInfo() local
195 SetStreamInfo(streamInfo, streamCustomer, streamId, intent); in CreateStreamInfo()
196 if (streamInfo.bufferQueue_->producer_ == nullptr) { in CreateStreamInfo()
200 streamInfos_.push_back(streamInfo); in CreateStreamInfo()