Searched refs:ohFormatType (Results 1 – 2 of 2) sorted by relevance
135 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() local182 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() local235 NativeCommonUtils::SwitchToOHFormatType(formatType, ohFormatType); in IsMatchLookupCondition()236 … return ohFormatType != ImageEffect_Format::EFFECT_PIXEL_FORMAT_UNKNOWN && effectInfo != nullptr && in IsMatchLookupCondition()[all …]
40 …tatic void SwitchToOHFormatType(const IEffectFormat &formatType, ImageEffect_Format &ohFormatType);42 … static void SwitchToFormatType(const ImageEffect_Format &ohFormatType, IEffectFormat &formatType);