Searched refs:compatVideoPath (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | moving_photo_processor.cpp | 422 const string &compatImagePath, const string &compatVideoPath, const string &compatExtraDataPath) in MoveMovingPhoto() argument 441 ret = rename(compatVideoPath.c_str(), movingPhotoVideoPath.c_str()); in MoveMovingPhoto() 444 compatVideoPath.c_str(), movingPhotoVideoPath.c_str(), errno); in MoveMovingPhoto() 466 string compatVideoPath; in ProcessLocalLivePhoto() local 469 addCompatPathSuffix(livePhotoPath, ".mp4", compatVideoPath); in ProcessLocalLivePhoto() 472 livePhotoPath, compatImagePath, compatVideoPath, compatExtraDataPath); in ProcessLocalLivePhoto() 476 (void)MediaFileUtils::DeleteFile(compatVideoPath); in ProcessLocalLivePhoto() 492 (void)MovingPhotoFileUtils::GetCoverPosition(compatVideoPath, frameIndex, coverPosition); in ProcessLocalLivePhoto() 495 ret = MoveMovingPhoto(livePhotoPath, compatImagePath, compatVideoPath, compatExtraDataPath); in ProcessLocalLivePhoto()
|