Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_packer_napi.cpp87 struct ImagePackerAsyncContext { struct
88 napi_env env;
89 napi_async_work work;
90 napi_deferred deferred;
92 ImagePackerNapi *constructor_;
93 bool status = false;
95 PackOption packOption;
104 int64_t resultBufferSize = 0;
105 int64_t packedSize = 0;
106 int fd = INVALID_FD;
[all …]