Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dcompatible_check.cpp32 static inline bool IsFixedAllowed(uint8_t flags) in IsFixedAllowed() function
286 typeName, IsFixedAllowed(flags)? 'o': 'x', in LogOutIncorrectType()
287 typeName, IsFixedAllowed(flags)? 'o': 'x', in LogOutIncorrectType()
288 typeName, IsFixedAllowed(flags)? 'o': 'x'); in LogOutIncorrectType()
315 if (IsFixedAllowed(flags) && Plugin::Any::IsSameTypeWith<T>(value1)) { in IntervalNumericalCapabilityCheck()
332 if (IsFixedAllowed(flags) && Plugin::Any::IsSameTypeWith<T>(value1)) { in DiscreteNumericalCapabilityCheck()
349 …if (IsFixedAllowed(flags) && Plugin::Any::IsSameTypeWith<Plugin::FixedCapability<T>>(inVals.first)… in CapabilityValueCheck()