Home
last modified time | relevance | path

Searched defs:PackToFile (Results 1 – 3 of 3) sorted by relevance

/foundation/multimedia/image_framework/frameworks/kits/cj/src/
Dimage_packer_impl.cpp315 uint32_t ImagePackerImpl::PackToFile(std::shared_ptr<PixelMap> source, int fd, const PackOption& op… in PackToFile() function in OHOS::Media::ImagePackerImpl
327 uint32_t ImagePackerImpl::PackToFile(std::shared_ptr<ImageSource> source, int fd, const PackOption&… in PackToFile() function in OHOS::Media::ImagePackerImpl
339 uint32_t ImagePackerImpl::PackToFile(std::shared_ptr<Picture> source, int fd, const PackOption& opt… in PackToFile() function in OHOS::Media::ImagePackerImpl
/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dimage_packer_napi.cpp1128 STATIC_EXEC_FUNC(PackToFile) in STATIC_EXEC_FUNC() argument
1177 STATIC_COMPLETE_FUNC(PackToFile) in STATIC_COMPLETE_FUNC() argument
1185 napi_value ImagePackerNapi::PackToFile(napi_env env, napi_callback_info info) in PackToFile() function in OHOS::Media::ImagePackerNapi
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/
Dimage_sink_filter.cpp661 ErrorCode ImageSinkFilter::PackToFile(const std::string &path, const std::shared_ptr<Picture> &pict… in PackToFile() function in OHOS::Media::Effect::ImageSinkFilter