Searched refs:editDataSourcePath (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_photo_operations.cpp | 3015 string editDataSourcePath = GetEditDataSourcePath(path); in ProcessMultistagesPhoto() local 3020 return FileUtils::SaveImage(editDataSourcePath, (void*)addr, bytes); in ProcessMultistagesPhoto() 3030 int ret = FileUtils::SaveImage(editDataSourcePath, (void*)addr, bytes); in ProcessMultistagesPhoto() 3040 … AddFiltersToPhoto(editDataSourcePath, path, editData, HIGH_QUALITY_PHOTO_STATUS) == E_OK, in ProcessMultistagesPhoto() 3053 string editDataSourcePath = GetEditDataSourcePath(path); in ProcessMultistagesPhotoForPicture() local 3058 return FileUtils::SavePicture(editDataSourcePath, picture, mime_type, true); in ProcessMultistagesPhotoForPicture() 3068 int ret = FileUtils::SavePicture(editDataSourcePath, picture, mime_type, true); in ProcessMultistagesPhotoForPicture()
|