Searched defs:ImagePackerAsyncContext (Results 1 – 1 of 1) sorted by relevance
87 struct ImagePackerAsyncContext { struct88 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 …]