Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
Dsendable_image_source_napi.cpp61 struct ImageSourceAsyncContext { struct
62 napi_env env;
63 napi_async_work work;
64 napi_deferred deferred;
65 napi_ref callbackRef = nullptr;
66 SendableImageSourceNapi *constructor_;
67 uint32_t status;
68 std::string pathName = "";
69 int fdIndex = INVALID_FD;
70 void* sourceBuffer = nullptr;
[all …]
/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dimage_source_napi.cpp81 struct ImageSourceAsyncContext { struct
82 napi_env env;
83 napi_async_work work;
84 napi_deferred deferred;
85 napi_ref callbackRef = nullptr;
86 ImageSourceNapi *constructor_;
87 uint32_t status;
88 std::string pathName = "";
89 int fdIndex = INVALID_FD;
90 void* sourceBuffer = nullptr;
[all …]