Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmoving_photo_impl.cpp74 resourceType_ = resourceType; in RequestContentWithUri()
98 resourceType_ = resourceType; in RequestContentWithBuffer()
257 switch (resourceType_) { in AcquireFdForArrayBuffer()
269 MEDIA_ERR_LOG("Invalid resource type: %{public}d", static_cast<int32_t>(resourceType_)); in AcquireFdForArrayBuffer()
302 imageUri_.c_str(), static_cast<int32_t>(resourceType_)); in RequestContentToArrayBuffer()
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmoving_photo_impl.h56 MediaLibrary_ResourceType resourceType_ = MEDIA_LIBRARY_IMAGE_RESOURCE; variable