Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dcompatible_check.cpp42 static inline bool IsDiscreteAllowed(uint8_t flags) in IsDiscreteAllowed() function
304 …if (IsDiscreteAllowed(flags) && Plugin::Any::IsSameTypeWith<Plugin::DiscreteCapability<T>>(value1)… in FixedNumericalCapabilityCheck()
321 …if (IsDiscreteAllowed(flags) && Plugin::Any::IsSameTypeWith<Plugin::DiscreteCapability<T>>(value1)… in IntervalNumericalCapabilityCheck()
357 …if (IsDiscreteAllowed(flags) && Plugin::Any::IsSameTypeWith<Plugin::DiscreteCapability<T>>(inVals.… in CapabilityValueCheck()