Searched refs:OH_CaptureSession_Stop (Results 1 – 16 of 16) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/media/camera/ |
H A D | native-camera-session-management.md | 106 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 D | native-camera-preview.md | 80 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 D | native-camera-recording-case.md | 264 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 D | native-camera-shooting-case.md | 398 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 D | native-camera-session-management.md | 107 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 D | native-camera-preview.md | 80 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 D | native-camera-recording-case.md | 264 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 D | native-camera-shooting-case.md | 398 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 D | camera_ndk_unittest.cpp | 1084 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 D | capture_session.h | 371 Camera_ErrorCode OH_CaptureSession_Stop(Camera_CaptureSession* session);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/ |
H A D | capture__session_8h.md | 63 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_CaptureSession_Stop](_o_h___camera.md#o…
|
H A D | _o_h___camera.md | 246 | [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 D | capture_session.cpp | 377 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 D | camera_manager.cpp | 276 Camera_ErrorCode ret = OH_CaptureSession_Stop(captureSession_); in SessionStop()
|
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/ |
H A D | capture__session_8h.md | 63 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_CaptureSession_Stop](_o_h___camera.md#o…
|
H A D | _o_h___camera.md | 243 | [Camera_ErrorCode](#camera_errorcode) [OH_CaptureSession_Stop](#oh_capturesession_stop) ([Camera_… 4716 ### OH_CaptureSession_Stop() 4719 Camera_ErrorCode OH_CaptureSession_Stop(Camera_CaptureSession* session)
|