Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dnative_common_utils.h42 … static void SwitchToFormatType(const ImageEffect_Format &ohFormatType, IEffectFormat &formatType);
H A Dnative_common_utils.cpp141 void NativeCommonUtils::SwitchToFormatType(const ImageEffect_Format &ohFormatType, IEffectFormat &f… in SwitchToFormatType() function in OHOS::Media::Effect::NativeCommonUtils
H A Dimage_effect_filter.cpp200 NativeCommonUtils::SwitchToFormatType(dst->format, bufferInfo->formatType_); in PushData()