Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp418 string absSourceVideoPath; in ConvertToSourceLivePhoto() local
419 CHECK_AND_RETURN_RET_LOG(PathToRealPath(sourceVideoPath, absSourceVideoPath), in ConvertToSourceLivePhoto()
421 UniqueFd videoFd(open(absSourceVideoPath.c_str(), O_RDONLY)); in ConvertToSourceLivePhoto()