Home
last modified time | relevance | path

Searched refs:OH_CaptureSession_GetZoomRatio (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dcapture_session.h620 Camera_ErrorCode OH_CaptureSession_GetZoomRatio(Camera_CaptureSession* session, float* zoom);
/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dcapture_session.cpp229 Camera_ErrorCode OH_CaptureSession_GetZoomRatio(Camera_CaptureSession* session, float* zoom) in OH_CaptureSession_GetZoomRatio() function
231 MEDIA_DEBUG_LOG("OH_CaptureSession_GetZoomRatio is called"); in OH_CaptureSession_GetZoomRatio()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H A Dcamera_manager.cpp232 ret = OH_CaptureSession_GetZoomRatio(captureSession_, &zoom); in setZoomRatioFn()
234 OH_LOG_INFO(LOG_APP, "OH_CaptureSession_GetZoomRatio success. zoom:%{public}f ", zoom); in setZoomRatioFn()
236 OH_LOG_ERROR(LOG_APP, "OH_CaptureSession_GetZoomRatio failed, ret = %{public}d.", ret); in setZoomRatioFn()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp193 ret = OH_CaptureSession_GetZoomRatio(captureSession, &zoom); in SessionControlParams()

Completed in 13 milliseconds