Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_photo_operations.h122 std::string &imageCachePath, std::string &videoCachePath);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_photo_operations.cpp2865 const shared_ptr<FileAsset>& fileAsset, string& imageCachePath, string& videoCachePath) in GetMovingPhotoCachePath() argument
2899 videoCachePath = cacheDir + "/" + videoCacheName; in GetMovingPhotoCachePath()
2902 CHECK_AND_RETURN_RET_LOG(MediaFileUtils::IsFileExists(videoCachePath), E_NO_SUCH_FILE, in GetMovingPhotoCachePath()
2903 "videoCachePath: %{private}s does not exist!", videoCachePath.c_str()); in GetMovingPhotoCachePath()
2926 string videoCachePath; in SubmitEffectModeExecute() local
2927 errCode = GetMovingPhotoCachePath(cmd, fileAsset, imageCachePath, videoCachePath); in SubmitEffectModeExecute()
2955 …CHECK_AND_RETURN_RET_LOG(Move(videoCachePath, assetVideoPath) == E_OK, E_HAS_FS_ERROR, "Failed to … in SubmitEffectModeExecute()