Home
last modified time | relevance | path

Searched defs:videoFd (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmoving_photo_impl.cpp132 int32_t videoFd = OpenReadOnlyFile(movingPhotoUri, false); in RequestContentToSandbox() local
133 CHECK_AND_RETURN_RET_LOG(HandleFd(videoFd), videoFd, "Open source video file failed"); in RequestContentToSandbox() local
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmoving_photo_napi.cpp248 int32_t videoFd = MovingPhotoNapi::OpenReadOnlyFile(movingPhotoUri, false); in RequestContentToSandbox() local
249 CHECK_COND_RET(HandleFd(videoFd), videoFd, "Open source video file failed"); in RequestContentToSandbox() local
H A Dmedia_asset_change_request_napi.cpp1718 int videoFd = UserFileClient::OpenFile(uri, MEDIA_FILEMODE_WRITEONLY); in CopyMovingPhotoVideo() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp217 static int32_t WriteExtraData(const string& extraPath, const UniqueFd& livePhotoFd, const UniqueFd& videoFd, in WriteExtraData() argument
298 static int32_t MergeFile(const UniqueFd& imageFd, const UniqueFd& videoFd, const UniqueFd& livePhotoFd, in MergeFile() argument
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_photo_operations_test.cpp2388 int32_t videoFd = OpenCacheFile(false, videoFileName); in HWTEST_F() local
2764 int32_t videoFd = MediaLibraryDataManager::GetInstance()->OpenFile(videoCmd, "w"); in HWTEST_F() local
2795 int32_t videoFd = MediaLibraryDataManager::GetInstance()->OpenFile(videoCmd, "w"); in HWTEST_F() local
2980 int32_t videoFd = OpenCacheFile(false, videoFileName); in HWTEST_F() local
3172 int32_t videoFd = MediaLibraryDataManager::GetInstance()->OpenFile(videoCmd, "w"); HWTEST_F() local
[all...]
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp1874 int32_t videoFd = photoAssetProxy->GetVideoFd(); in CreateMediaLibrary() local

Completed in 16 milliseconds