Searched refs:GetZoomPointInfos (Results 1 – 6 of 6) sorted by relevance
214 session->GetZoomPointInfos(zoomPointInfoList); in TestZoom()
291 static napi_value GetZoomPointInfos(napi_env env, napi_callback_info info);
970 int32_t GetZoomPointInfos(std::vector<ZoomPointInfo>& zoomPointInfoList);
164 DECLARE_NAPI_FUNCTION("getZoomPointInfos", CameraSessionNapi::GetZoomPointInfos)2422 napi_value CameraSessionNapi::GetZoomPointInfos(napi_env env, napi_callback_info info) in GetZoomPointInfos() function in OHOS::CameraStandard::CameraSessionNapi2443 … int32_t retCode = cameraSessionNapi->cameraSession_->GetZoomPointInfos(vecZoomPointInfoList); in GetZoomPointInfos()
9045 int32_t intResult = camSession->GetZoomPointInfos(zoomPointInfoList);9073 intResult = camSession->GetZoomPointInfos(zoomPointInfoList);9078 intResult = camSession->GetZoomPointInfos(zoomPointInfoList);
2864 int32_t CaptureSession::GetZoomPointInfos(std::vector<ZoomPointInfo>& zoomPointInfoList) in GetZoomPointInfos() function in OHOS::CameraStandard::CaptureSession