Home
last modified time | relevance | path

Searched refs:sourceImagePath (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp397 string sourceImagePath = GetSourceMovingPhotoImagePath(movingPhotoImagePath, userId); in ConvertToSourceLivePhoto() local
413 CHECK_AND_RETURN_RET_LOG(PathToRealPath(sourceImagePath, absSourceImagePath), in ConvertToSourceLivePhoto()
414 …E_HAS_FS_ERROR, "file is not real path: %{private}s, errno: %{public}d", sourceImagePath.c_str(), … in ConvertToSourceLivePhoto()
417 … "Failed to open source image:%{private}s, errno:%{public}d", sourceImagePath.c_str(), errno); in ConvertToSourceLivePhoto()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_photo_operations.cpp2251 string sourceImagePath = GetEditDataSourcePath(imagePath); in RevertToOriginalEffectMode() local
2253 string sourceVideoPath = MediaFileUtils::GetMovingPhotoVideoPath(sourceImagePath); in RevertToOriginalEffectMode()
2256 bool isSourceImageExist = MediaFileUtils::IsFileExists(sourceImagePath); in RevertToOriginalEffectMode()
2270 errCode = Move(sourceImagePath, imagePath); in RevertToOriginalEffectMode()
2273 sourceImagePath.c_str(), imagePath.c_str()); in RevertToOriginalEffectMode()
2819 string sourceImagePath = GetEditDataSourcePath(assetPath); in SaveSourceVideoFile() local
2823 string sourceVideoPath = MediaFileUtils::GetMovingPhotoVideoPath(sourceImagePath); in SaveSourceVideoFile()
2938 string sourceImagePath = GetEditDataSourcePath(assetPath); in SubmitEffectModeExecute() local
2940 string sourceVideoPath = MediaFileUtils::GetMovingPhotoVideoPath(sourceImagePath); in SubmitEffectModeExecute()
2947 if (!MediaFileUtils::IsFileExists(sourceImagePath)) { in SubmitEffectModeExecute()
[all …]