Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
Dimage_source_preview.h72 static std::unique_ptr<ImageSource> CreateImageSource( in CreateImageSource() function
Ddrawable_descriptor.cpp105 std::unique_ptr<Media::ImageSource> LayeredDrawableDescriptor::CreateImageSource(const char* item, … in CreateImageSource() function in OHOS::Ace::Napi::LayeredDrawableDescriptor
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
Dimage_source.cpp181 unique_ptr<ImageSource> ImageSource::CreateImageSource(unique_ptr<istream> is, in CreateImageSource() function in OHOS::Media::ImageSource
194 unique_ptr<ImageSource> ImageSource::CreateImageSource(const uint8_t *data, uint32_t size, in CreateImageSource() function in OHOS::Media::ImageSource
216 unique_ptr<ImageSource> ImageSource::CreateImageSource(const std::string &pathName, const SourceOpt… in CreateImageSource() function in OHOS::Media::ImageSource
236 unique_ptr<ImageSource> ImageSource::CreateImageSource(const int fd, const SourceOptions &opts, in CreateImageSource() function in OHOS::Media::ImageSource
/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dimage_source_napi.cpp745 napi_value ImageSourceNapi::CreateImageSource(napi_env env, napi_callback_info info) in CreateImageSource() function in OHOS::Media::ImageSourceNapi