Home
last modified time | relevance | path

Searched refs:cacheVideoFd (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmedia_asset_change_request_impl.cpp815 int32_t cacheVideoFd = OpenWriteCacheHandler(true); in AddMovingPhotoVideoExecute() local
816 if (cacheVideoFd < 0) { in AddMovingPhotoVideoExecute()
817 MEDIA_ERR_LOG("Failed to open cache moving photo video, err: %{public}d", cacheVideoFd); in AddMovingPhotoVideoExecute()
820 OHOS::UniqueFd uniqueFd(cacheVideoFd); in AddMovingPhotoVideoExecute()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_change_request_napi.cpp1992 int32_t cacheVideoFd = OpenWriteCacheHandler(context, true); in AddMovingPhotoVideoExecute() local
1993 if (cacheVideoFd < 0) { in AddMovingPhotoVideoExecute()
1994 NAPI_ERR_LOG("Failed to open cache moving photo video, err: %{public}d", cacheVideoFd); in AddMovingPhotoVideoExecute()
1998 UniqueFd uniqueFd(cacheVideoFd); in AddMovingPhotoVideoExecute()