Searched refs:movingPhotoImagepath (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/ |
H A D | moving_photo_file_utils_test.cpp | 349 string movingPhotoImagepath = "/storage/cloud/files/Photo/1/IMG_123435213_231.jpg"; variable 357 string movingPhotoImagepath = "/storage/cloud/files/Photo/1/IMG_123435213_231.jpg"; variable 368 string movingPhotoImagepath = "/storage/cloud/files/Photo/1/IMG_123435213_231.jpg"; variable 369 EXPECT_EQ(MovingPhotoFileUtils::GetSourceMovingPhotoImagePath(movingPhotoImagepath), 382 string movingPhotoImagepath = "/storage/cloud/files/Photo/1/IMG_123435213_231.jpg"; variable 383 EXPECT_EQ(MovingPhotoFileUtils::GetSourceMovingPhotoVideoPath(movingPhotoImagepath), 396 string movingPhotoImagepath = "/storage/cloud/files/Photo/1/IMG_123435213_231.jpg"; variable 397 EXPECT_EQ(MovingPhotoFileUtils::GetSourceLivePhotoCachePath(movingPhotoImagepath), 399 EXPECT_EQ(MovingPhotoFileUtils::GetSourceLivePhotoCachePath(movingPhotoImagepath, -1), 401 EXPECT_EQ(MovingPhotoFileUtils::GetSourceLivePhotoCachePath(movingPhotoImagepath, 100), [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/ |
H A D | moving_photo_file_utils.h | 38 …EXPORT static int32_t ConvertToLivePhoto(const std::string &movingPhotoImagepath, int64_t coverPos… 40 EXPORT static int32_t ConvertToSourceLivePhoto(const std::string &movingPhotoImagepath,
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | moving_photo_file_utils.cpp | 341 int32_t MovingPhotoFileUtils::ConvertToLivePhoto(const string& movingPhotoImagepath, int64_t coverP… in ConvertToLivePhoto() argument 344 string imagePath = AppendUserId(movingPhotoImagepath, userId); in ConvertToLivePhoto() 345 string videoPath = GetMovingPhotoVideoPath(movingPhotoImagepath, userId); in ConvertToLivePhoto() 346 string cacheDir = GetLivePhotoCacheDir(movingPhotoImagepath, userId); in ConvertToLivePhoto() 347 string extraPath = GetMovingPhotoExtraDataPath(movingPhotoImagepath, userId); in ConvertToLivePhoto() 350 string cachePath = GetLivePhotoCachePath(movingPhotoImagepath, userId); in ConvertToLivePhoto()
|