Home
last modified time | relevance | path

Searched refs:NativeRequestOptions (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmedia_asset_manager.h47 NativeRequestOptions requestOptions;
87 …virtual std::string NativeRequestImage(const char* photoUri, const NativeRequestOptions &requestOp…
89 …virtual std::string NativeRequestVideo(const char* videoUri, const NativeRequestOptions &requestOp…
93 NativeRequestOptions requestOptions, MediaLibrary_RequestId* requestId,
96 NativeRequestOptions requestOptions, MediaLibrary_RequestId* requestId,
H A Dmedia_asset_manager_impl.h33 std::string NativeRequestImage(const char* photoUri, const NativeRequestOptions &requestOptions,
35 std::string NativeRequestVideo(const char* videoUri, const NativeRequestOptions &requestOptions,
40 NativeRequestOptions requestOptions, MediaLibrary_RequestId* requestId,
43 NativeRequestOptions requestOptions, MediaLibrary_RequestId* requestId,
H A Dmedia_asset_data_handler_capi.h110 typedef struct NativeRequestOptions { struct
115 } NativeRequestOptions; argument
/ohos5.0/foundation/multimedia/media_library/frameworks/native/c_api/media_asset_manger_capi/
H A Dmedia_asset_manager_capi.cpp39 NativeRequestOptions &dstRequestOption) in OH_MediaAssetManager_Convert()
66 NativeRequestOptions nativeRequestOptions; in OH_MediaAssetManager_RequestImageForPath()
90 NativeRequestOptions nativeRequestOptions; in OH_MediaAssetManager_RequestVideoForPath()
124 NativeRequestOptions nativeRequestOptions; in OH_MediaAssetManager_RequestImage()
142 NativeRequestOptions nativeRequestOptions; in OH_MediaAssetManager_RequestMovingPhoto()
/ohos5.0/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/
H A Dmedia_asset_manager_impl.cpp391 …const NativeRequestOptions &requestOptions, const char* destUri, const NativeOnDataPrepared &callb… in NativeRequestImage()
434 …const NativeRequestOptions &requestOptions, const char* destUri, const NativeOnDataPrepared &callb… in NativeRequestVideo()
495 NativeRequestOptions requestOptions, MediaLibrary_RequestId* requestId, in NativeRequestImageSource()
546 NativeRequestOptions requestOptions, MediaLibrary_RequestId* requestId, in NativeRequestMovingPhoto()