Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_change_effect.cpp43 ret = imageEffect->SetInputPath(inputPath); in TakeEffect()
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestImageEffect.cpp203 ErrorCode result = imageEffect_->SetInputPath(g_jpgPath);
217 ErrorCode result = imageEffect_->SetInputPath(nullptr);
231 ErrorCode result = imageEffect_->SetInputPath(g_notJpgPath);
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/effect/
H A Dimage_effect_inner.h90 IMAGE_EFFECT_EXPORT ErrorCode SetInputPath(const std::string &path);
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp514 ErrorCode ImageEffect::SetInputPath(const std::string &path) in SetInputPath() function in OHOS::Media::Effect::ImageEffect