Home
last modified time | relevance | path

Searched refs:absVideoPath (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.cpp363 string absVideoPath; in ConvertToLivePhoto() local
364 CHECK_AND_RETURN_RET_LOG(PathToRealPath(videoPath, absVideoPath), in ConvertToLivePhoto()
366 UniqueFd videoFd(open(absVideoPath.c_str(), O_RDONLY)); in ConvertToLivePhoto()
664 string absVideoPath; in GetCoverPosition() local
665 if (!PathToRealPath(videoPath, absVideoPath)) { in GetCoverPosition()
670 UniqueFd uniqueFd(open(absVideoPath.c_str(), O_RDONLY)); in GetCoverPosition()
672 MEDIA_ERR_LOG("Failed to open %{private}s, errno: %{public}d", absVideoPath.c_str(), errno); in GetCoverPosition()