Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_napi.cpp142 PhotoNapi* photoNapi = nullptr; in GetMain() local
143 status = napi_unwrap(env, thisVar, reinterpret_cast<void**>(&photoNapi)); in GetMain()
144 if (status == napi_ok && photoNapi != nullptr) { in GetMain()
145 result = photoNapi->mainImage_; in GetMain()
191 PhotoNapi* photoNapi = nullptr; in GetRaw() local
192 status = napi_unwrap(env, thisVar, reinterpret_cast<void**>(&photoNapi)); in GetRaw()
193 if (status == napi_ok && photoNapi != nullptr) { in GetRaw()
194 result = photoNapi->rawImage_; in GetRaw()