Searched refs:g_ignoreRef_ (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/ |
H A D | camera_napi.cpp | 24 thread_local napi_ref g_ignoreRef_ = nullptr; variable 93 … CreateObjectWithMap(env, "QualityPrioritization", mapQualityPrioritization, g_ignoreRef_)), in Init() 124 … CreateObjectWithMap(env, "CameraInputErrorCode", mapCameraInputErrorCode, g_ignoreRef_)), in Init() 130 … CreateObjectWithMap(env, "PhotoOutputErrorCode", mapPhotoOutputErrorCode, g_ignoreRef_)), in Init() 132 … CreateObjectWithMap(env, "VideoOutputErrorCode", mapVideoOutputErrorCode, g_ignoreRef_)), in Init() 144 … CreateObjectWithMap(env, "ExposureMeteringMode", mapExposureMeteringMode, g_ignoreRef_)), in Init() 148 CreateObjectWithMap(env, "VideoMetaType", mapVideoMetaType, g_ignoreRef_)), in Init() 160 CreateObjectWithMap(env, "VideoCodecType", mapVideoCodecType, g_ignoreRef_)), in Init() 162 CreateObjectWithMap(env, "TripodStatus", mapTripodStatus, g_ignoreRef_)), in Init() 164 CreateObjectWithMap(env, "Emotion", mapMetaFaceEmotion, g_ignoreRef_)), in Init() [all …]
|