Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dnative_common_utils.h58 static ImageEffect_ErrorCode ConvertStartResult(ErrorCode errorCode);
H A Dnative_common_utils.cpp333 ImageEffect_ErrorCode NativeCommonUtils::ConvertStartResult(ErrorCode errorCode) in ConvertStartResult() function in OHOS::Media::Effect::NativeCommonUtils
H A Dimage_effect.cpp564 ImageEffect_ErrorCode res = NativeCommonUtils::ConvertStartResult(errorCode); in OH_ImageEffect_Start()