Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_operator_vdi_impl.cpp82 std::set<int32_t> currentIDSet = {}; in GetStreamSupportType() local
86 currentIDSet.emplace(it.first); in GetStreamSupportType()
91 if (currentIDSet.empty()) { in GetStreamSupportType()
102 …std::set_difference(inputIDSet.begin(), inputIDSet.end(), currentIDSet.begin(), currentIDSet.end(), in GetStreamSupportType()
111 …d::equal(expectCurrentSet.begin(), expectCurrentSet.end(), currentIDSet.begin(), currentIDSet.end(… in GetStreamSupportType()