Home
last modified time | relevance | path

Searched defs:CreateImageSource (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_source_impl.cpp32 std::unique_ptr<ImageSource> ImageSourceImpl::CreateImageSource(std::string uri, uint32_t* errCode) in CreateImageSource() function in OHOS::Media::ImageSourceImpl
46 std::unique_ptr<ImageSource> ImageSourceImpl::CreateImageSource(int fd, uint32_t* errCode) in CreateImageSource() function in OHOS::Media::ImageSourceImpl
60 std::unique_ptr<ImageSource> ImageSourceImpl::CreateImageSource(uint8_t *data, uint32_t size, uint3… in CreateImageSource() function in OHOS::Media::ImageSourceImpl
74 std::unique_ptr<ImageSource> ImageSourceImpl::CreateImageSource(const int fd, int32_t offset, in CreateImageSource() function in OHOS::Media::ImageSourceImpl
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Dimage_source_preview.h72 static std::unique_ptr<ImageSource> CreateImageSource( in CreateImageSource() function
78 static std::unique_ptr<ImageSource> CreateImageSource( in CreateImageSource() function
H A Ddrawable_descriptor.cpp240 std::unique_ptr<Media::ImageSource> LayeredDrawableDescriptor::CreateImageSource( in CreateImageSource() function in OHOS::Ace::Napi::LayeredDrawableDescriptor
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_source.cpp65 std::unique_ptr<ImageSource> ImageSource::CreateImageSource(std::unique_ptr<std::istream> is, in CreateImageSource() function in OHOS::Media::ImageSource
71 std::unique_ptr<ImageSource> ImageSource::CreateImageSource(const uint8_t *data, uint32_t size, in CreateImageSource() function in OHOS::Media::ImageSource
84 std::unique_ptr<ImageSource> ImageSource::CreateImageSource(const std::string &pathName, const Sour… in CreateImageSource() function in OHOS::Media::ImageSource
97 std::unique_ptr<ImageSource> ImageSource::CreateImageSource(const int fd, const SourceOptions &opts, in CreateImageSource() function in OHOS::Media::ImageSource
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp400 unique_ptr<ImageSource> ImageSource::CreateImageSource(unique_ptr<istream> is, const SourceOptions … in CreateImageSource() function in OHOS::Media::ImageSource
416 unique_ptr<ImageSource> ImageSource::CreateImageSource(const uint8_t *data, uint32_t size, const So… in CreateImageSource() function in OHOS::Media::ImageSource
445 unique_ptr<ImageSource> ImageSource::CreateImageSource(const std::string &pathName, const SourceOpt… in CreateImageSource() function in OHOS::Media::ImageSource
468 unique_ptr<ImageSource> ImageSource::CreateImageSource(const int fd, const SourceOptions &opts, uin… in CreateImageSource() function in OHOS::Media::ImageSource
483 unique_ptr<ImageSource> ImageSource::CreateImageSource(const int fd, int32_t offset, int32_t length, in CreateImageSource() function in OHOS::Media::ImageSource
/ohos5.0/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/
H A Dmedia_asset_manager_impl.cpp601 OH_ImageSourceNative* MediaAssetManagerImpl::CreateImageSource(const std::string requestId, in CreateImageSource() function in OHOS::Media::MediaAssetManagerImpl
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp666 napi_value SendableImageSourceNapi::CreateImageSource(napi_env env, napi_callback_info info) in CreateImageSource() function in OHOS::Media::SendableImageSourceNapi
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp1292 napi_value ImageSourceNapi::CreateImageSource(napi_env env, napi_callback_info info) in CreateImageSource() function in OHOS::Media::ImageSourceNapi