Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
Dimage_source.cpp144 unique_ptr<ImageSource> ImageSource::CreateImageSource(unique_ptr<istream> is, const SourceOptions … in CreateImageSource() function in OHOS::Media::ImageSource
172 unique_ptr<ImageSource> ImageSource::CreateImageSource(const uint8_t *data, uint32_t size, const So… in CreateImageSource() function in OHOS::Media::ImageSource
210 unique_ptr<ImageSource> ImageSource::CreateImageSource(const std::string &pathName, const SourceOpt… in CreateImageSource() function in OHOS::Media::ImageSource
242 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.cpp656 napi_value ImageSourceNapi::CreateImageSource(napi_env env, napi_callback_info info) in CreateImageSource() function in OHOS::Media::ImageSourceNapi