Searched refs:SetInputPath (Results 1 – 4 of 4) sorted by relevance
43 ret = imageEffect->SetInputPath(inputPath); in TakeEffect()
203 ErrorCode result = imageEffect_->SetInputPath(g_jpgPath);217 ErrorCode result = imageEffect_->SetInputPath(nullptr);231 ErrorCode result = imageEffect_->SetInputPath(g_notJpgPath);
90 IMAGE_EFFECT_EXPORT ErrorCode SetInputPath(const std::string &path);
514 ErrorCode ImageEffect::SetInputPath(const std::string &path) in SetInputPath() function in OHOS::Media::Effect::ImageEffect