Home
last modified time | relevance | path

Searched refs:SessionSetFocusPoint (Results 1 - 9 of 9) sorted by relevance

/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
H A Dcamera_manager_ndk.h155 Camera_ErrorCode SessionSetFocusPoint(double point_x, double point_y);
H A Dmodule_test.cpp764 static napi_value SessionSetFocusPoint(napi_env env, napi_callback_info info) in SessionSetFocusPoint() function
781 Camera_ErrorCode ret = ndkCamera_->SessionSetFocusPoint(x, y); in SessionSetFocusPoint()
1028 { "sessionSetFocusPoint", nullptr, SessionSetFocusPoint, nullptr, nullptr, nullptr, napi_default, nullptr }, in Init()
H A Dcamera_manager.cpp916 Camera_ErrorCode NDKCamera::SessionSetFocusPoint(double point_x, double point_y) in SessionSetFocusPoint() function in NDKCamera
/test/xts/acts/multimedia/camera/camera_ndk_xts/OHCameraNdk/entry/src/main/cpp/
H A Dcamera_manager.h133 Camera_ErrorCode SessionSetFocusPoint(double point_x, double point_y, int useCaseCode); // 设置聚焦模式。
H A Dcamera_manager.cpp722 Camera_ErrorCode NDKCamera::SessionSetFocusPoint(double point_x, double point_y, int useCaseCode) in SessionSetFocusPoint() function in NDKCamera
H A Dmian.cpp867 Camera_ErrorCode ret = ndkCamera->SessionSetFocusPoint(x, y, index); in OHCaptureSessionSetFocusPoint()
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/cpp/
H A Dcamera_manager_ndk.h213 Camera_ErrorCode SessionSetFocusPoint(double point_x, double point_y);
H A Dmain.cpp794 static napi_value SessionSetFocusPoint(napi_env env, napi_callback_info info) in SessionSetFocusPoint() function
811 Camera_ErrorCode ret = ndkCamera_->SessionSetFocusPoint(x,y); in SessionSetFocusPoint()
2423 { "sessionSetFocusPoint", nullptr, SessionSetFocusPoint, nullptr, nullptr, nullptr, napi_default, nullptr }, in Init()
H A Dcamera_manager.cpp1072 Camera_ErrorCode NDKCamera::SessionSetFocusPoint(double point_x, double point_y) in SessionSetFocusPoint() function in NDKCamera

Completed in 20 milliseconds