Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dcompatible_check.cpp37 static inline bool IsIntervalAllowed(uint8_t flags) in IsIntervalAllowed() function
301 …if (IsIntervalAllowed(flags) && Plugin::Any::IsSameTypeWith<Plugin::IntervalCapability<T>>(value1)… in FixedNumericalCapabilityCheck()
335 …if (IsIntervalAllowed(flags) && Plugin::Any::IsSameTypeWith<Plugin::IntervalCapability<T>>(value1)… in DiscreteNumericalCapabilityCheck()
353 …if (IsIntervalAllowed(flags) && Plugin::Any::IsSameTypeWith<Plugin::IntervalCapability<T>>(inVals.… in CapabilityValueCheck()