Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dnative_common_utils.cpp135 ohFormatType = it->second; in SwitchToOHFormatType()
137 ohFormatType = ImageEffect_Format::EFFECT_PIXEL_FORMAT_UNKNOWN; in SwitchToOHFormatType()
144 [&ohFormatType](const std::pair<IEffectFormat, ImageEffect_Format> &format) { in SwitchToFormatType()
145 return format.second == ohFormatType; in SwitchToFormatType()
181 ImageEffect_Format ohFormatType = ImageEffect_Format::EFFECT_PIXEL_FORMAT_UNKNOWN; in SwitchToOHEffectInfo() local
182 SwitchToOHFormatType(format.first, ohFormatType); in SwitchToOHEffectInfo()
183 ohFilterInfo->supportedFormats.emplace(ohFormatType); in SwitchToOHEffectInfo()
234 ImageEffect_Format ohFormatType = ImageEffect_Format::EFFECT_PIXEL_FORMAT_UNKNOWN; in IsMatchLookupCondition() local
235 NativeCommonUtils::SwitchToOHFormatType(formatType, ohFormatType); in IsMatchLookupCondition()
236 … return ohFormatType != ImageEffect_Format::EFFECT_PIXEL_FORMAT_UNKNOWN && effectInfo != nullptr && in IsMatchLookupCondition()
[all …]
H A Dnative_common_utils.h40 …tatic void SwitchToOHFormatType(const IEffectFormat &formatType, ImageEffect_Format &ohFormatType);
42 … static void SwitchToFormatType(const ImageEffect_Format &ohFormatType, IEffectFormat &formatType);