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