Searched defs:ImagePackerAsyncContext (Results 1 – 1 of 1) sorted by relevance
53 struct ImagePackerAsyncContext { struct54 napi_env env;55 napi_async_work work;56 napi_deferred deferred;57 napi_ref callbackRef = nullptr;58 napi_ref errorMsg = nullptr;59 ImagePackerNapi *constructor_;60 bool status = false;61 std::shared_ptr<ImageSource> rImageSource;62 PackOption packOption;[all …]