Searched defs:imageFd (Results 1 – 5 of 5) sorted by relevance
299 static int32_t MergeFile(const UniqueFd& imageFd, const UniqueFd& videoFd, const UniqueFd& livePhot… in MergeFile()358 UniqueFd imageFd(open(absImagePath.c_str(), O_RDONLY)); in ConvertToLivePhoto() local415 UniqueFd imageFd(open(absSourceImagePath.c_str(), O_RDONLY)); in ConvertToSourceLivePhoto() local
123 int32_t imageFd = OpenReadOnlyFile(movingPhotoUri, true); in RequestContentToSandbox() local
242 int32_t imageFd = MovingPhotoNapi::OpenReadOnlyFile(movingPhotoUri, true); in RequestContentToSandbox() local
1177 int imageFd = UserFileClient::OpenFile(uri, MEDIA_FILEMODE_READONLY); in GetByteArrayNapiObject() local
3156 int32_t imageFd = MediaLibraryPhotoOperations::Open(openImageCmd, "w"); variable