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 D | camera_manager_ndk.h | 155 Camera_ErrorCode SessionSetFocusPoint(double point_x, double point_y);
|
H A D | module_test.cpp | 764 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 D | camera_manager.cpp | 916 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 D | camera_manager.h | 133 Camera_ErrorCode SessionSetFocusPoint(double point_x, double point_y, int useCaseCode); // 设置聚焦模式。
|
H A D | camera_manager.cpp | 722 Camera_ErrorCode NDKCamera::SessionSetFocusPoint(double point_x, double point_y, int useCaseCode) in SessionSetFocusPoint() function in NDKCamera
|
H A D | mian.cpp | 867 Camera_ErrorCode ret = ndkCamera->SessionSetFocusPoint(x, y, index); in OHCaptureSessionSetFocusPoint()
|
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/cpp/ |
H A D | camera_manager_ndk.h | 213 Camera_ErrorCode SessionSetFocusPoint(double point_x, double point_y);
|
H A D | main.cpp | 794 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 D | camera_manager.cpp | 1072 Camera_ErrorCode NDKCamera::SessionSetFocusPoint(double point_x, double point_y) in SessionSetFocusPoint() function in NDKCamera
|
Completed in 20 milliseconds