Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H A Dcamera_manager.h87 Camera_ErrorCode IsFocusPoint(float x, float y);
H A Dmain.cpp325 static napi_value IsFocusPoint(napi_env env, napi_callback_info info) in IsFocusPoint() function
346 g_ndkCamera->IsFocusPoint(focusPointX, focusPointY); in IsFocusPoint()
500 { "isFocusPoint", nullptr, IsFocusPoint, nullptr, nullptr, nullptr, napi_default, nullptr }, in Init()
H A Dcamera_manager.cpp716 Camera_ErrorCode NDKCamera::IsFocusPoint(float x, float y) in IsFocusPoint() function in OHOS_NDK_CAMERA::NDKCamera