Home
last modified time | relevance | path

Searched refs:pImgPackerNapi (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_packer_napi.cpp447 std::unique_ptr<ImagePackerNapi> pImgPackerNapi = std::make_unique<ImagePackerNapi>(); in Constructor() local
448 if (pImgPackerNapi != nullptr) { in Constructor()
449 pImgPackerNapi->env_ = env; in Constructor()
450 pImgPackerNapi->nativeImgPck = sImgPck_; in Constructor()
452 status = napi_wrap(env, thisVar, reinterpret_cast<void *>(pImgPackerNapi.get()), in Constructor()
455 pImgPackerNapi.release(); in Constructor()