Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_source_loading.cpp246 unique_ptr<ImageSource> LoadImageSource(const std::string &path, uint32_t &err) in LoadImageSource() function
344 std::unique_ptr<ImageSource> imageSource = LoadImageSource(sourcePath, err); in CreateImagePixelMap()
369 std::unique_ptr<ImageSource> retryImageSource = LoadImageSource(sourcePath, err); in CreateImagePixelMap()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarythumbnail_fuzzer/src/
H A Dmedialibrary_thumbnail_fuzzer.cpp104 Media::LoadImageSource(FuzzString(data, size), err); in ThumbnailSourceTest()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_source_loading.h34 EXPORT std::unique_ptr<ImageSource> LoadImageSource(const std::string &path, uint32_t &err);