Home
last modified time | relevance | path

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 Dcamera_manager_ndk.h147 Camera_ErrorCode SessionSetMeteringPoint(double point_x, double point_y);
H A Dmodule_test.cpp659 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 Dcamera_manager.cpp825 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 Dcamera_manager.h134 Camera_ErrorCode SessionSetMeteringPoint(double point_x, double point_y, int useCaseCode); // 设置聚焦模式。
H A Dcamera_manager.cpp784 Camera_ErrorCode NDKCamera::SessionSetMeteringPoint(double point_x, double point_y, int useCaseCode) in SessionSetMeteringPoint() function in NDKCamera
H A Dmian.cpp958 Camera_ErrorCode ret = ndkCamera->SessionSetMeteringPoint(x, y, index); in OHCaptureSessionSetMeteringPoint()
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/cpp/
H A Dcamera_manager_ndk.h201 Camera_ErrorCode SessionSetMeteringPoint(double point_x, double point_y);
H A Dmain.cpp689 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 Dcamera_manager.cpp982 Camera_ErrorCode NDKCamera::SessionSetMeteringPoint(double point_x, double point_y) in SessionSetMeteringPoint() function in NDKCamera

Completed in 19 milliseconds