Home
last modified time | relevance | path

Searched refs:uniqueIt (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.cpp151 auto uniqueIt = std::unique(checkStreamIdVec.begin(), checkStreamIdVec.end()); in IsStreamsSupported() local
152 if (checkStreamIdVec.size() != (uint32_t)(std::distance(checkStreamIdVec.begin(), uniqueIt))) { in IsStreamsSupported()