Home
last modified time | relevance | path

Searched defs:livePhotoFd (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp218 static int32_t WriteExtraData(const string& extraPath, const UniqueFd& livePhotoFd, const UniqueFd&… in WriteExtraData()
299 …ic int32_t MergeFile(const UniqueFd& imageFd, const UniqueFd& videoFd, const UniqueFd& livePhotoFd, in MergeFile()
378 UniqueFd livePhotoFd(open(absCachePath.c_str(), O_WRONLY | O_TRUNC)); in ConvertToLivePhoto() local
429 UniqueFd livePhotoFd(open(absSourceCachePath.c_str(), O_WRONLY | O_TRUNC)); in ConvertToSourceLivePhoto() local
448 UniqueFd livePhotoFd(open(absPath.c_str(), O_RDONLY)); in IsLivePhoto() local
473 static int32_t SendLivePhoto(const UniqueFd &livePhotoFd, const string &destPath, int64_t sizeToSen… in SendLivePhoto()
521 static int32_t GetExtraDataSize(const UniqueFd &livePhotoFd, int64_t &extraDataSize, int64_t maxFil… in GetExtraDataSize()
585 UniqueFd livePhotoFd(open(absLivePhotoPath.c_str(), O_RDONLY)); in ConvertToMovingPhoto() local
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmoving_photo_napi.cpp254 int32_t livePhotoFd = MovingPhotoNapi::OpenReadOnlyLivePhoto(movingPhotoUri); in RequestContentToSandbox() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_photo_operations_test.cpp3187 int32_t livePhotoFd = MediaLibraryDataManager::GetInstance()->OpenFile(livePhotoCmd, "rw"); variable