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 D | camera_manager.h | 87 Camera_ErrorCode IsFocusPoint(float x, float y);
|
H A D | main.cpp | 325 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 D | camera_manager.cpp | 716 Camera_ErrorCode NDKCamera::IsFocusPoint(float x, float y) in IsFocusPoint() function in OHOS_NDK_CAMERA::NDKCamera
|