Searched refs:CaptureSessionOnFocusStateChange (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/media/camera/ |
H A D | native-camera-recording-case.md | 44 …void CaptureSessionOnFocusStateChange(Camera_CaptureSession* session, Camera_FocusState focusState) 46 OH_LOG_INFO(LOG_APP, "CaptureSessionOnFocusStateChange"); 57 .onFocusStateChange = CaptureSessionOnFocusStateChange,
|
H A D | native-camera-shooting-case.md | 39 …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 D | native-camera-recording-case.md | 44 …void CaptureSessionOnFocusStateChange(Camera_CaptureSession* session, Camera_FocusState focusState) 46 OH_LOG_INFO(LOG_APP, "CaptureSessionOnFocusStateChange"); 57 .onFocusStateChange = CaptureSessionOnFocusStateChange,
|
H A D | native-camera-shooting-case.md | 39 …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 D | camera_manager.cpp | 998 void CaptureSessionOnFocusStateChange(Camera_CaptureSession* Session, Camera_FocusState focusState) in CaptureSessionOnFocusStateChange() function 1011 .onFocusStateChange = CaptureSessionOnFocusStateChange, in GetCaptureSessionRegister()
|