Searched refs:SessionSetMeteringPoint (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 | 147 Camera_ErrorCode SessionSetMeteringPoint(double point_x, double point_y);
|
H A D | module_test.cpp | 659 static napi_value SessionSetMeteringPoint(napi_env env, napi_callback_info info) in SessionSetMeteringPoint() function 676 Camera_ErrorCode ret = ndkCamera_->SessionSetMeteringPoint(x, y); in SessionSetMeteringPoint() 1018 { "sessionSetMeteringPoint", nullptr, SessionSetMeteringPoint, nullptr, nullptr, nullptr, in Init()
|
H A D | camera_manager.cpp | 825 Camera_ErrorCode NDKCamera::SessionSetMeteringPoint(double point_x, double point_y) in SessionSetMeteringPoint() function in NDKCamera
|
/test/xts/acts/multimedia/camera/camera_ndk_xts/OHCameraNdk/entry/src/main/cpp/ |
H A D | camera_manager.h | 134 Camera_ErrorCode SessionSetMeteringPoint(double point_x, double point_y, int useCaseCode); // 设置聚焦模式。
|
H A D | camera_manager.cpp | 784 Camera_ErrorCode NDKCamera::SessionSetMeteringPoint(double point_x, double point_y, int useCaseCode) in SessionSetMeteringPoint() function in NDKCamera
|
H A D | mian.cpp | 958 Camera_ErrorCode ret = ndkCamera->SessionSetMeteringPoint(x, y, index); in OHCaptureSessionSetMeteringPoint()
|
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/cpp/ |
H A D | camera_manager_ndk.h | 201 Camera_ErrorCode SessionSetMeteringPoint(double point_x, double point_y);
|
H A D | main.cpp | 689 static napi_value SessionSetMeteringPoint(napi_env env, napi_callback_info info) in SessionSetMeteringPoint() function 706 Camera_ErrorCode ret = ndkCamera_->SessionSetMeteringPoint(x,y); in SessionSetMeteringPoint() 2413 { "sessionSetMeteringPoint", nullptr, SessionSetMeteringPoint, nullptr, nullptr, nullptr, in Init()
|
H A D | camera_manager.cpp | 982 Camera_ErrorCode NDKCamera::SessionSetMeteringPoint(double point_x, double point_y) in SessionSetMeteringPoint() function in NDKCamera
|
Completed in 19 milliseconds