Searched defs:CreateImageSource (Results 1 – 2 of 2) sorted by relevance
144 unique_ptr<ImageSource> ImageSource::CreateImageSource(unique_ptr<istream> is, const SourceOptions … in CreateImageSource() function in OHOS::Media::ImageSource172 unique_ptr<ImageSource> ImageSource::CreateImageSource(const uint8_t *data, uint32_t size, const So… in CreateImageSource() function in OHOS::Media::ImageSource210 unique_ptr<ImageSource> ImageSource::CreateImageSource(const std::string &pathName, const SourceOpt… in CreateImageSource() function in OHOS::Media::ImageSource242 unique_ptr<ImageSource> ImageSource::CreateImageSource(const int fd, const SourceOptions &opts, in CreateImageSource() function in OHOS::Media::ImageSource
656 napi_value ImageSourceNapi::CreateImageSource(napi_env env, napi_callback_info info) in CreateImageSource() function in OHOS::Media::ImageSourceNapi