Home
last modified time | relevance | path

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

/base/notification/ans_standard/frameworks/ans/core/src/
Dans_image_util.cpp79 auto imageSource = Media::ImageSource::CreateImageSource( in UnPackImage() local
83 if (errorCode || !imageSource) { in UnPackImage()
89 auto pixelMap = imageSource->CreatePixelMap(decodeOpts, errorCode); in UnPackImage()
139 auto imageSource = Media::ImageSource::CreateImageSource(inFilePath, opts, errorCode); in CreatePixelMap() local
140 if (errorCode || !imageSource) { in CreatePixelMap()
146 auto ret = imageSource->GetSupportedFormats(formats); in CreatePixelMap()
153 auto pixelMap = imageSource->CreatePixelMap(decodeOpts, errorCode); in CreatePixelMap()
/base/miscservices/wallpaper/frameworks/innerkitsimpl/wallpaper_manager/src/
Dwallpaper_manager.cpp272 std::unique_ptr<OHOS::Media::ImageSource> imageSource = in GetPixelMap() local
280 tmp = imageSource->CreatePixelMap(decodeOpts, errorCode); in GetPixelMap()
/base/miscservices/wallpaper/services/src/
Dwallpaper_service.cpp412 std::unique_ptr<OHOS::Media::ImageSource> imageSource = in MakeCropWallpaper() local
419 … std::unique_ptr<PixelMap> wallpaperPixelMap = imageSource->CreatePixelMap(decodeOpts, errorCode); in MakeCropWallpaper()
441 wallpaperPixelMap = imageSource->CreatePixelMap(decodeOpts, errorCode); in MakeCropWallpaper()