Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp971 int32_t GetPointProperties(napi_env env, napi_value pointObj, Point &point) in GetPointProperties() function
1894 if (GetPointProperties(env, argv[PARAM0], exposurePoint) == 0) { in SetMeteringPoint()
2106 if (GetPointProperties(env, argv[PARAM0], focusPoint) == 0) { in SetFocusPoint()