Home
last modified time | relevance | path

Searched refs:OH_CaptureSession_GetFocalLength (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dcapture_session.h802 Camera_ErrorCode OH_CaptureSession_GetFocalLength(Camera_CaptureSession* session, float* focalLength);
/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dcapture_session.cpp579 Camera_ErrorCode OH_CaptureSession_GetFocalLength(Camera_CaptureSession* session, float* focalLength) in OH_CaptureSession_GetFocalLength() function
581 MEDIA_DEBUG_LOG("OH_CaptureSession_GetFocalLength is called"); in OH_CaptureSession_GetFocalLength()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp4147 ret = OH_CaptureSession_GetFocalLength(captureSession, &focalLength); in HWTEST_F()
4149 ret = OH_CaptureSession_GetFocalLength(nullptr, &focalLength); in HWTEST_F()
4151 ret = OH_CaptureSession_GetFocalLength(captureSession, nullptr); in HWTEST_F()

Completed in 15 milliseconds