Home
last modified time | relevance | path

Searched refs:OH_CaptureSession_Stop (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/media/camera/
H A Dnative-camera-session-management.md106 7. 会话控制。调用captureSession类中的[OH_CaptureSession_Stop()](../../reference/apis-camera-kit/_o_h___camera…
109 ret = OH_CaptureSession_Stop(captureSession);
111 OH_LOG_INFO(LOG_APP, "OH_CaptureSession_Stop success ");
113 OH_LOG_ERROR(LOG_APP, "OH_CaptureSession_Stop failed. %d ", ret);
H A Dnative-camera-preview.md80 6. 通过[OH_CaptureSession_Stop()](../../reference/apis-camera-kit/_o_h___camera.md#oh_capturesession_…
83 ret = OH_CaptureSession_Stop(previewOutput);
85 OH_LOG_ERROR(LOG_APP, "OH_CaptureSession_Stop failed.");
H A Dnative-camera-recording-case.md264 ret = OH_CaptureSession_Stop(captureSession);
266 OH_LOG_INFO(LOG_APP, "OH_CaptureSession_Stop success ");
268 OH_LOG_ERROR(LOG_APP, "OH_CaptureSession_Stop failed. %d ", ret);
H A Dnative-camera-shooting-case.md398 ret = OH_CaptureSession_Stop(captureSession);
400 OH_LOG_INFO(LOG_APP, "OH_CaptureSession_Stop success ");
402 OH_LOG_ERROR(LOG_APP, "OH_CaptureSession_Stop failed. %d ", ret);
/ohos5.0/docs/en/application-dev/media/camera/
H A Dnative-camera-session-management.md107 7. Control the session. You can call [OH_CaptureSession_Stop()](../../reference/apis-camera-kit/_o_…
110 ret = OH_CaptureSession_Stop(captureSession);
112 OH_LOG_INFO(LOG_APP, "OH_CaptureSession_Stop success ");
114 OH_LOG_ERROR(LOG_APP, "OH_CaptureSession_Stop failed. %d ", ret);
H A Dnative-camera-preview.md80 6. Call [OH_CaptureSession_Stop()](../../reference/apis-camera-kit/_o_h___camera.md#oh_capturesessi…
83 ret = OH_CaptureSession_Stop(previewOutput);
85 OH_LOG_ERROR(LOG_APP, "OH_CaptureSession_Stop failed.");
H A Dnative-camera-recording-case.md264 ret = OH_CaptureSession_Stop(captureSession);
266 OH_LOG_INFO(LOG_APP, "OH_CaptureSession_Stop success ");
268 OH_LOG_ERROR(LOG_APP, "OH_CaptureSession_Stop failed. %d ", ret);
H A Dnative-camera-shooting-case.md398 ret = OH_CaptureSession_Stop(captureSession);
400 OH_LOG_INFO(LOG_APP, "OH_CaptureSession_Stop success ");
402 OH_LOG_ERROR(LOG_APP, "OH_CaptureSession_Stop failed. %d ", ret);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp1084 ret = OH_CaptureSession_Stop(captureSession);
1139 ret = OH_CaptureSession_Stop(captureSession);
1291 ret = OH_CaptureSession_Stop(captureSession);
2582 EXPECT_EQ(OH_CaptureSession_Stop(captureSession), 0);
2665 EXPECT_EQ(OH_CaptureSession_Stop(captureSession), 0);
2798 EXPECT_EQ(OH_CaptureSession_Stop(captureSession), CAMERA_OK);
2842 EXPECT_EQ(OH_CaptureSession_Stop(captureSession), CAMERA_OK);
2894 EXPECT_EQ(OH_CaptureSession_Stop(captureSession), CAMERA_OK);
3072 ret = OH_CaptureSession_Stop(captureSession);
3125 ret = OH_CaptureSession_Stop(captureSession);
[all …]
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dcapture_session.h371 Camera_ErrorCode OH_CaptureSession_Stop(Camera_CaptureSession* session);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Dcapture__session_8h.md63 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_CaptureSession_Stop](_o_h___camera.md#o…
H A D_o_h___camera.md246 | [Camera_ErrorCode](#camera_errorcode) [OH_CaptureSession_Stop](#oh_capturesession_stop) ([Camera_…
4781 ### OH_CaptureSession_Stop()
4784 Camera_ErrorCode OH_CaptureSession_Stop(Camera_CaptureSession* session)
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dcapture_session.cpp377 Camera_ErrorCode OH_CaptureSession_Stop(Camera_CaptureSession* session) in OH_CaptureSession_Stop() function
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H A Dcamera_manager.cpp276 Camera_ErrorCode ret = OH_CaptureSession_Stop(captureSession_); in SessionStop()
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Dcapture__session_8h.md63 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_CaptureSession_Stop](_o_h___camera.md#o…
H A D_o_h___camera.md243 | [Camera_ErrorCode](#camera_errorcode) [OH_CaptureSession_Stop](#oh_capturesession_stop) ([Camera_…
4716 ### OH_CaptureSession_Stop()
4719 Camera_ErrorCode OH_CaptureSession_Stop(Camera_CaptureSession* session)