Home
last modified time | relevance | path

Searched defs:imageFd (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp299 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() local
415 UniqueFd imageFd(open(absSourceImagePath.c_str(), O_RDONLY)); in ConvertToSourceLivePhoto() local
/ohos5.0/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmoving_photo_impl.cpp123 int32_t imageFd = OpenReadOnlyFile(movingPhotoUri, true); in RequestContentToSandbox() local
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmoving_photo_napi.cpp242 int32_t imageFd = MovingPhotoNapi::OpenReadOnlyFile(movingPhotoUri, true); in RequestContentToSandbox() local
H A Dmedia_asset_manager_napi.cpp1177 int imageFd = UserFileClient::OpenFile(uri, MEDIA_FILEMODE_READONLY); in GetByteArrayNapiObject() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_photo_operations_test.cpp3156 int32_t imageFd = MediaLibraryPhotoOperations::Open(openImageCmd, "w"); variable