Home
last modified time | relevance | path

Searched refs:CaptureSessionOnFocusStateChange (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/media/camera/
H A Dnative-camera-recording-case.md44 …void CaptureSessionOnFocusStateChange(Camera_CaptureSession* session, Camera_FocusState focusState)
46 OH_LOG_INFO(LOG_APP, "CaptureSessionOnFocusStateChange");
57 .onFocusStateChange = CaptureSessionOnFocusStateChange,
H A Dnative-camera-shooting-case.md39 …void CaptureSessionOnFocusStateChange(Camera_CaptureSession* session, Camera_FocusState focusState)
41 OH_LOG_INFO(LOG_APP, "CaptureSessionOnFocusStateChange");
52 .onFocusStateChange = CaptureSessionOnFocusStateChange,
/ohos5.0/docs/en/application-dev/media/camera/
H A Dnative-camera-recording-case.md44 …void CaptureSessionOnFocusStateChange(Camera_CaptureSession* session, Camera_FocusState focusState)
46 OH_LOG_INFO(LOG_APP, "CaptureSessionOnFocusStateChange");
57 .onFocusStateChange = CaptureSessionOnFocusStateChange,
H A Dnative-camera-shooting-case.md39 …void CaptureSessionOnFocusStateChange(Camera_CaptureSession* session, Camera_FocusState focusState)
41 OH_LOG_INFO(LOG_APP, "CaptureSessionOnFocusStateChange");
52 .onFocusStateChange = CaptureSessionOnFocusStateChange,
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H A Dcamera_manager.cpp998 void CaptureSessionOnFocusStateChange(Camera_CaptureSession* Session, Camera_FocusState focusState) in CaptureSessionOnFocusStateChange() function
1011 .onFocusStateChange = CaptureSessionOnFocusStateChange, in GetCaptureSessionRegister()