Home
last modified time | relevance | path

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

/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmoving_photo_impl.cpp123 int32_t imageFd = OpenReadOnlyFile(movingPhotoUri, true); in RequestContentToSandbox() local
124 CHECK_AND_RETURN_RET_LOG(HandleFd(imageFd), imageFd, "Open source image file failed"); in RequestContentToSandbox() local
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmoving_photo_napi.cpp242 int32_t imageFd = MovingPhotoNapi::OpenReadOnlyFile(movingPhotoUri, true); in RequestContentToSandbox() local
243 CHECK_COND_RET(HandleFd(imageFd), imageFd, "Open source image file failed"); in RequestContentToSandbox() local
H A Dmedia_asset_manager_napi.cpp1485 int imageFd = UserFileClient::OpenFile(uri, MEDIA_FILEMODE_READONLY); in GetByteArrayNapiObject() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp298 static int32_t MergeFile(const UniqueFd& imageFd, const UniqueFd& videoFd, const UniqueFd& livePhotoFd, in MergeFile() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_photo_operations_test.cpp3160 int32_t imageFd = MediaLibraryPhotoOperations::Open(openImageCmd, "w"); in HWTEST_F() local

Completed in 14 milliseconds