Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dcompatible_check.cpp86 bool ExtractFixedCap(const Plugin::ValueType& value, Plugin::ValueType& fixedValue);
427 bool ExtractFixedCap(const Plugin::ValueType& value, Plugin::ValueType& fixedValue) in ExtractFixedCap() argument
430 fixedValue = Plugin::AnyCast<Plugin::FixedCapability<T>>(value); in ExtractFixedCap()
434 fixedValue = tmp.first; in ExtractFixedCap()
439 fixedValue = tmp[0]; in ExtractFixedCap()