Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dcompatible_check.cpp239 for (const auto& oneValue : v2) { in IDCapabilityCheck() local
240 if (cmpFunc(oneValue, v1.first) >= 0 && cmpFunc(oneValue, v1.second) <= 0) { in IDCapabilityCheck()
241 tmpOut.emplace_back(oneValue); in IDCapabilityCheck()