Home
last modified time | relevance | path

Searched refs:wantedStreamInCnt (Results 1 – 1 of 1) sorted by relevance

/dports/science/cdo/cdo-2.0.0/src/
H A Dprocess.cc156 int wantedStreamInCnt = m_module.streamInCnt; in check_stream_cnt() local
159 int streamInCnt0 = wantedStreamInCnt; in check_stream_cnt()
168 if (wantedStreamInCnt == -1 && wantedStreamOutCnt == -1) in check_stream_cnt()
175 else if (wantedStreamInCnt == -1) in check_stream_cnt()
177 wantedStreamInCnt = m_streamCnt - wantedStreamOutCnt; in check_stream_cnt()
178 if (wantedStreamInCnt < 1) m_status = ProcessStatus::MissInput; in check_stream_cnt()
183 wantedStreamOutCnt = m_streamCnt - wantedStreamInCnt; in check_stream_cnt()
191 streamCnt = wantedStreamInCnt + wantedStreamOutCnt; in check_stream_cnt()
198 else if (wantedStreamInCnt > (int) inputStreams.size()) in check_stream_cnt()
201 else if (wantedStreamInCnt == 1 && streamInCnt0 == -1) in check_stream_cnt()