Home
last modified time | relevance | path

Searched refs:Camera_CaptureSession (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dcapture_session.h65 typedef struct Camera_CaptureSession Camera_CaptureSession; typedef
94 typedef void (*OH_CaptureSession_OnSmoothZoomInfo)(Camera_CaptureSession* session,
135 Camera_ErrorCode OH_CaptureSession_RegisterCallback(Camera_CaptureSession* session,
212 Camera_ErrorCode OH_CaptureSession_BeginConfig(Camera_CaptureSession* session);
224 Camera_ErrorCode OH_CaptureSession_CommitConfig(Camera_CaptureSession* session);
360 Camera_ErrorCode OH_CaptureSession_Start(Camera_CaptureSession* session);
371 Camera_ErrorCode OH_CaptureSession_Stop(Camera_CaptureSession* session);
382 Camera_ErrorCode OH_CaptureSession_Release(Camera_CaptureSession* session);
684 Camera_ErrorCode OH_CaptureSession_CanAddInput(Camera_CaptureSession* session,
736 Camera_ErrorCode OH_CaptureSession_CanPreconfig(Camera_CaptureSession* session,
[all …]
H A Dcamera_manager.h262 Camera_CaptureSession** captureSession);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Dcapture__session_8h.md33 | typedef struct [Camera_CaptureSession](_o_h___camera.md#camera_capturesession) [Camera_CaptureSes…
50 …on_BeginConfig](_o_h___camera.md#oh_capturesession_beginconfig) ([Camera_CaptureSession](_o_h___ca…
51 …_CommitConfig](_o_h___camera.md#oh_capturesession_commitconfig) ([Camera_CaptureSession](_o_h___ca…
62 …CaptureSession_Start](_o_h___camera.md#oh_capturesession_start) ([Camera_CaptureSession](_o_h___ca…
63 …H_CaptureSession_Stop](_o_h___camera.md#oh_capturesession_stop) ([Camera_CaptureSession](_o_h___ca…
64 …ureSession_Release](_o_h___camera.md#oh_capturesession_release) ([Camera_CaptureSession](_o_h___ca…
65 …eSession_HasFlash](_o_h___camera.md#oh_capturesession_hasflash) ([Camera_CaptureSession](_o_h___ca…
75 …posureBias](_o_h___camera.md#oh_capturesession_setexposurebias) ([Camera_CaptureSession](_o_h___ca…
83 …_GetZoomRatio](_o_h___camera.md#oh_capturesession_getzoomratio) ([Camera_CaptureSession](_o_h___ca…
84 …_SetZoomRatio](_o_h___camera.md#oh_capturesession_setzoomratio) ([Camera_CaptureSession](_o_h___ca…
[all …]
H A D_o_h___camera.md126 | typedef struct [Camera_CaptureSession](#camera_capturesession) [Camera_CaptureSession](#camera_ca…
358 ### Camera_CaptureSession subsection
361 typedef struct Camera_CaptureSession Camera_CaptureSession
2348 Camera_CaptureSession** captureSession)
3077 | session | [Camera_CaptureSession](#camera_capturesession)实例。 |
3107 | session | [Camera_CaptureSession](#camera_capturesession)实例。 |
3137 | session | [Camera_CaptureSession](#camera_capturesession)实例。 |
3167 | session | [Camera_CaptureSession](#camera_capturesession)实例。 |
3197 | session | [Camera_CaptureSession](#camera_capturesession)实例。 |
3229 | session | [Camera_CaptureSession](#camera_capturesession)实例。 |
[all …]
H A Dcamera__manager_8h.md52 …amera_Manager](_o_h___camera.md#camera_manager) \*cameraManager, [Camera_CaptureSession](_o_h___ca…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dcapture_session.cpp87 Camera_ErrorCode OH_CaptureSession_UnregisterCallback(Camera_CaptureSession* session, in OH_CaptureSession_UnregisterCallback()
134 Camera_ErrorCode OH_CaptureSession_BeginConfig(Camera_CaptureSession* session) in OH_CaptureSession_BeginConfig()
141 Camera_ErrorCode OH_CaptureSession_CommitConfig(Camera_CaptureSession* session) in OH_CaptureSession_CommitConfig()
166 Camera_ErrorCode OH_CaptureSession_AddPreviewOutput(Camera_CaptureSession* session, in OH_CaptureSession_AddPreviewOutput()
176 Camera_ErrorCode OH_CaptureSession_RemovePreviewOutput(Camera_CaptureSession* session, in OH_CaptureSession_RemovePreviewOutput()
206 Camera_ErrorCode OH_CaptureSession_AddMetadataOutput(Camera_CaptureSession* session, in OH_CaptureSession_AddMetadataOutput()
370 Camera_ErrorCode OH_CaptureSession_Start(Camera_CaptureSession* session) in OH_CaptureSession_Start()
377 Camera_ErrorCode OH_CaptureSession_Stop(Camera_CaptureSession* session) in OH_CaptureSession_Stop()
384 Camera_ErrorCode OH_CaptureSession_Release(Camera_CaptureSession* session) in OH_CaptureSession_Release()
512 Camera_ErrorCode OH_CaptureSession_CanAddInput(Camera_CaptureSession* session, in OH_CaptureSession_CanAddInput()
[all …]
H A Dcamera_manager.cpp187 Camera_CaptureSession** captureSession) in OH_CameraManager_CreateCaptureSession()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcapture_session_impl.cpp99 Camera_CaptureSession* captureSession_;
121 Camera_CaptureSession* captureSession_;
144 Camera_CaptureSession* captureSession_;
148 Camera_CaptureSession::Camera_CaptureSession(sptr<CaptureSession> &innerCaptureSession) in Camera_CaptureSession() function in Camera_CaptureSession
154 Camera_CaptureSession::~Camera_CaptureSession() in ~Camera_CaptureSession()
239 Camera_ErrorCode Camera_CaptureSession::BeginConfig() in BeginConfig()
245 Camera_ErrorCode Camera_CaptureSession::CommitConfig() in CommitConfig()
360 Camera_ErrorCode Camera_CaptureSession::SetZoomRatio(float zoom) in SetZoomRatio()
592 Camera_ErrorCode Camera_CaptureSession::Start() in Start()
598 Camera_ErrorCode Camera_CaptureSession::Stop() in Stop()
[all …]
H A Dcapture_session_impl.h29 struct Camera_CaptureSession { struct
31 …explicit Camera_CaptureSession(OHOS::sptr<OHOS::CameraStandard::CaptureSession> &innerCaptureSessi…
32 ~Camera_CaptureSession();
H A Dcamera_manager_impl.h56 Camera_ErrorCode CreateCaptureSession(Camera_CaptureSession** captureSession);
H A Dcamera_manager_impl.cpp465 Camera_ErrorCode Camera_Manager::CreateCaptureSession(Camera_CaptureSession** captureSession) in CreateCaptureSession()
470 Camera_CaptureSession* outSession = new Camera_CaptureSession(innerCaptureSession); in CreateCaptureSession()
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Dcapture__session_8h.md33 | typedef struct [Camera_CaptureSession](_o_h___camera.md#camera_capturesession) [Camera_CaptureSes…
50 …on_BeginConfig](_o_h___camera.md#oh_capturesession_beginconfig) ([Camera_CaptureSession](_o_h___ca…
51 …_CommitConfig](_o_h___camera.md#oh_capturesession_commitconfig) ([Camera_CaptureSession](_o_h___ca…
62 …CaptureSession_Start](_o_h___camera.md#oh_capturesession_start) ([Camera_CaptureSession](_o_h___ca…
63 …H_CaptureSession_Stop](_o_h___camera.md#oh_capturesession_stop) ([Camera_CaptureSession](_o_h___ca…
64 …ureSession_Release](_o_h___camera.md#oh_capturesession_release) ([Camera_CaptureSession](_o_h___ca…
65 …eSession_HasFlash](_o_h___camera.md#oh_capturesession_hasflash) ([Camera_CaptureSession](_o_h___ca…
83 …_GetZoomRatio](_o_h___camera.md#oh_capturesession_getzoomratio) ([Camera_CaptureSession](_o_h___ca…
84 …_SetZoomRatio](_o_h___camera.md#oh_capturesession_setzoomratio) ([Camera_CaptureSession](_o_h___ca…
96 …sureValue](_o_h___camera.md#oh_capturesession_getexposurevalue) ([Camera_CaptureSession](_o_h___ca…
[all …]
H A D_o_h___camera.md125 | typedef struct [Camera_CaptureSession](#camera_capturesession) [Camera_CaptureSession](#camera_ca…
355 ### Camera_CaptureSession subsection
358 typedef struct Camera_CaptureSession Camera_CaptureSession
2316 Camera_CaptureSession** captureSession)
3214 Camera_ErrorCode OH_CaptureSession_BeginConfig(Camera_CaptureSession* session)
3418 Camera_ErrorCode OH_CaptureSession_CommitConfig(Camera_CaptureSession* session)
3901 Camera_ErrorCode OH_CaptureSession_HasFlash(Camera_CaptureSession* session, bool* hasFlash)
4174 Camera_ErrorCode OH_CaptureSession_Release(Camera_CaptureSession* session)
4658 Camera_ErrorCode OH_CaptureSession_SetZoomRatio(Camera_CaptureSession* session, float zoom)
4688 Camera_ErrorCode OH_CaptureSession_Start(Camera_CaptureSession* session)
[all …]
H A Dcamera__manager_8h.md52 …amera_Manager](_o_h___camera.md#camera_manager) \*cameraManager, [Camera_CaptureSession](_o_h___ca…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp384 Camera_CaptureSession* captureSession = nullptr;
425 Camera_CaptureSession* captureSession = nullptr;
465 Camera_CaptureSession* captureSession = nullptr;
508 Camera_CaptureSession* captureSession = nullptr;
561 Camera_CaptureSession* captureSession = nullptr;
616 Camera_CaptureSession* captureSession = nullptr;
673 Camera_CaptureSession* captureSession = nullptr;
743 Camera_CaptureSession* captureSession = nullptr;
809 Camera_CaptureSession* captureSession = nullptr;
861 Camera_CaptureSession* captureSession = nullptr;
[all …]
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/include/
H A Dcamera_ndk_unittest.h61 void SessionCommit(Camera_CaptureSession *captureSession);
62 void SessionControlParams(Camera_CaptureSession *captureSession);
/ohos5.0/docs/zh-cn/application-dev/media/camera/
H A Dnative-camera-recording-case.md44 …void CaptureSessionOnFocusStateChange(Camera_CaptureSession* session, Camera_FocusState focusState)
49 void CaptureSessionOnError(Camera_CaptureSession* session, Camera_ErrorCode errorCode)
105 Camera_CaptureSession* captureSession = nullptr;
H A Dnative-camera-shooting-case.md39 …void CaptureSessionOnFocusStateChange(Camera_CaptureSession* session, Camera_FocusState focusState)
44 void CaptureSessionOnError(Camera_CaptureSession* session, Camera_ErrorCode errorCode)
174 Camera_CaptureSession* captureSession = nullptr;
H A Dnative-camera-session-management.md45 Camera_CaptureSession* captureSession = nullptr;
H A Dnative-camera-shooting.md414 Camera_CaptureSession* captureSession = nullptr;
/ohos5.0/docs/en/application-dev/media/camera/
H A Dnative-camera-recording-case.md44 …void CaptureSessionOnFocusStateChange(Camera_CaptureSession* session, Camera_FocusState focusState)
49 void CaptureSessionOnError(Camera_CaptureSession* session, Camera_ErrorCode errorCode)
105 Camera_CaptureSession* captureSession = nullptr;
H A Dnative-camera-shooting-case.md39 …void CaptureSessionOnFocusStateChange(Camera_CaptureSession* session, Camera_FocusState focusState)
44 void CaptureSessionOnError(Camera_CaptureSession* session, Camera_ErrorCode errorCode)
174 Camera_CaptureSession* captureSession = nullptr;
H A Dnative-camera-session-management.md46 Camera_CaptureSession* captureSession = nullptr;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H A Dcamera_manager.h122 Camera_CaptureSession* captureSession_;
H A Dcamera_manager.cpp998 void CaptureSessionOnFocusStateChange(Camera_CaptureSession* Session, Camera_FocusState focusState) in CaptureSessionOnFocusStateChange()
1003 void CaptureSessionOnError(Camera_CaptureSession* Session, Camera_ErrorCode errorCode) in CaptureSessionOnError()

12