Home
last modified time | relevance | path

Searched refs:OH_CaptureSession_RemovePhotoOutput (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/media/camera/
H A Dnative-camera-session-management.md106 …-kit/_o_h___camera.md#oh_capturesession_stop)方法可以停止当前会话。调用[OH_CaptureSession_RemovePhotoOutput()](…
120 ret = OH_CaptureSession_RemovePhotoOutput(captureSession, photoOutput);
122 OH_LOG_INFO(LOG_APP, "OH_CaptureSession_RemovePhotoOutput success ");
124 OH_LOG_ERROR(LOG_APP, "OH_CaptureSession_RemovePhotoOutput failed. %d ", ret);
129 OH_LOG_INFO(LOG_APP, "OH_CaptureSession_RemovePhotoOutput success ");
131 OH_LOG_ERROR(LOG_APP, "OH_CaptureSession_RemovePhotoOutput failed. %d ", ret);
/ohos5.0/docs/en/application-dev/media/camera/
H A Dnative-camera-session-management.md107 …in the CaptureSession class to stop the session, and call [OH_CaptureSession_RemovePhotoOutput()](…
121 ret = OH_CaptureSession_RemovePhotoOutput(captureSession, photoOutput);
123 OH_LOG_INFO(LOG_APP, "OH_CaptureSession_RemovePhotoOutput success ");
125 OH_LOG_ERROR(LOG_APP, "OH_CaptureSession_RemovePhotoOutput failed. %d ", ret);
130 OH_LOG_INFO(LOG_APP, "OH_CaptureSession_RemovePhotoOutput success ");
132 OH_LOG_ERROR(LOG_APP, "OH_CaptureSession_RemovePhotoOutput failed. %d ", ret);
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dcapture_session.h298 Camera_ErrorCode OH_CaptureSession_RemovePhotoOutput(Camera_CaptureSession* session, Camera_PhotoOu…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Dcapture__session_8h.md57 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_CaptureSession_RemovePhotoOutput](_o_h_…
H A D_o_h___camera.md240 | [Camera_ErrorCode](#camera_errorcode) [OH_CaptureSession_RemovePhotoOutput](#oh_capturesession_re…
4292 ### OH_CaptureSession_RemovePhotoOutput()
4295 Camera_ErrorCode OH_CaptureSession_RemovePhotoOutput(Camera_CaptureSession* session, Camera_PhotoOu…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dcapture_session.cpp196 Camera_ErrorCode OH_CaptureSession_RemovePhotoOutput(Camera_CaptureSession* session, Camera_PhotoOu… in OH_CaptureSession_RemovePhotoOutput() function
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H A Dcamera_manager.cpp551 (void)OH_CaptureSession_RemovePhotoOutput(captureSession_, photoOutput_); in StartVideo()
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Dcapture__session_8h.md57 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_CaptureSession_RemovePhotoOutput](_o_h_…
H A D_o_h___camera.md237 | [Camera_ErrorCode](#camera_errorcode) [OH_CaptureSession_RemovePhotoOutput](#oh_capturesession_re…
4260 ### OH_CaptureSession_RemovePhotoOutput()
4263 Camera_ErrorCode OH_CaptureSession_RemovePhotoOutput(Camera_CaptureSession* session, Camera_PhotoOu…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp642 ret = OH_CaptureSession_RemovePhotoOutput(captureSession, photoOutput);
993 ret = OH_CaptureSession_RemovePhotoOutput(captureSession, photoOutput);
1087 ret = OH_CaptureSession_RemovePhotoOutput(captureSession, photoOutput);
1378 OH_CaptureSession_RemovePhotoOutput(captureSession, PhotoOutput);
/ohos5.0/docs/zh-cn/application-dev/
H A DSamples.md1728 * 调用OH_CaptureSession_RemovePhotoOutput移除相机拍照输出。