Searched refs:min_stream (Results 1 – 1 of 1) sorted by relevance
1843 uint32_t min_stream = kInvalidStreamId; in CheckStreamAssign() local1857 if (stream_id < min_stream) { in CheckStreamAssign()1858 min_stream = stream_id; in CheckStreamAssign()1864 if (min_stream != 0) { in CheckStreamAssign()1865 MS_LOG(EXCEPTION) << "Stream should start from 0, now is from " << min_stream; in CheckStreamAssign()