Home
last modified time | relevance | path

Searched refs:OpenReadOnlyImage (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmoving_photo_impl.h47 int32_t OpenReadOnlyImage(const std::string& imageUri, bool isMediaLibUri);
/ohos5.0/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmoving_photo_impl.cpp205 …return isReadImage ? OpenReadOnlyImage(curUri, isMediaLibUri) : OpenReadOnlyVideo(curUri, isMediaL… in OpenReadOnlyFile()
208 int32_t MovingPhotoImpl::OpenReadOnlyImage(const std::string& imageUri, bool isMediaLibUri) in OpenReadOnlyImage() function in MovingPhotoImpl
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmoving_photo_napi.cpp126 static int32_t OpenReadOnlyImage(const std::string& imageUri, bool isMediaLibUri) in OpenReadOnlyImage() function
158 …return isReadImage ? OpenReadOnlyImage(curUri, isMediaLibUri) : OpenReadOnlyVideo(curUri, isMediaL… in OpenReadOnlyFile()