Searched refs:imageSource (Results 1 – 3 of 3) sorted by relevance
79 auto imageSource = Media::ImageSource::CreateImageSource( in UnPackImage() local83 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() local140 if (errorCode || !imageSource) { in CreatePixelMap()146 auto ret = imageSource->GetSupportedFormats(formats); in CreatePixelMap()153 auto pixelMap = imageSource->CreatePixelMap(decodeOpts, errorCode); in CreatePixelMap()
272 std::unique_ptr<OHOS::Media::ImageSource> imageSource = in GetPixelMap() local280 tmp = imageSource->CreatePixelMap(decodeOpts, errorCode); in GetPixelMap()
412 std::unique_ptr<OHOS::Media::ImageSource> imageSource = in MakeCropWallpaper() local419 … std::unique_ptr<PixelMap> wallpaperPixelMap = imageSource->CreatePixelMap(decodeOpts, errorCode); in MakeCropWallpaper()441 wallpaperPixelMap = imageSource->CreatePixelMap(decodeOpts, errorCode); in MakeCropWallpaper()