Home
last modified time | relevance | path

Searched refs:EndsWithHEIF (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dcommon_utils.h50 static bool EndsWithHEIF(const std::string &input);
H A Dcommon_utils.cpp341 bool CommonUtils::EndsWithHEIF(const std::string &input) in EndsWithHEIF() function in OHOS::Media::Effect::CommonUtils
/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp482 if (!CommonUtils::EndsWithJPG(uri) && !CommonUtils::EndsWithHEIF(uri)) { in SetInputUri()
502 if (!CommonUtils::EndsWithJPG(uri) && !CommonUtils::EndsWithHEIF(uri)) { in SetOutputUri()
516 if (!CommonUtils::EndsWithJPG(path) && !CommonUtils::EndsWithHEIF(path)) { in SetInputPath()
536 if (!CommonUtils::EndsWithJPG(path) && !CommonUtils::EndsWithHEIF(path)) { in SetOutputPath()
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/
H A Dimage_sink_filter.cpp339 if (CommonUtils::EndsWithHEIF(path)) { in PackToFile()

Completed in 6 milliseconds