Home
last modified time | relevance | path

Searched refs:Camera_PhotoOutput (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dphoto_output.h61 typedef struct Camera_PhotoOutput Camera_PhotoOutput; typedef
69 typedef void (*OH_PhotoOutput_OnFrameStart)(Camera_PhotoOutput* photoOutput);
87 typedef void (*OH_PhotoOutput_OnFrameEnd)(Camera_PhotoOutput* photoOutput, int32_t frameCount);
107 typedef void (*OH_PhotoOutput_CaptureEnd) (Camera_PhotoOutput* photoOutput, int32_t frameCount);
133 typedef void (*OH_PhotoOutput_CaptureReady) (Camera_PhotoOutput* photoOutput);
246 Camera_ErrorCode OH_PhotoOutput_RegisterCaptureEndCallback(Camera_PhotoOutput* photoOutput,
258 Camera_ErrorCode OH_PhotoOutput_UnregisterCaptureEndCallback(Camera_PhotoOutput* photoOutput,
294 Camera_ErrorCode OH_PhotoOutput_RegisterCaptureReadyCallback(Camera_PhotoOutput* photoOutput,
393 Camera_ErrorCode OH_PhotoOutput_Capture(Camera_PhotoOutput* photoOutput);
406 Camera_ErrorCode OH_PhotoOutput_Capture_WithCaptureSetting(Camera_PhotoOutput* photoOutput,
[all …]
H A Dcamera_manager.h337 const char* surfaceId, Camera_PhotoOutput** photoOutput);
351 const char* surfaceId, Camera_PhotoOutput** photoOutput);
365 const Camera_Profile *profile, Camera_PhotoOutput **photoOutput);
H A Dcapture_session.h286 …e OH_CaptureSession_AddPhotoOutput(Camera_CaptureSession* session, Camera_PhotoOutput* photoOutput…
298 …H_CaptureSession_RemovePhotoOutput(Camera_CaptureSession* session, Camera_PhotoOutput* photoOutput…
711 Camera_PhotoOutput* cameraOutput, bool* isSuccessful);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Dphoto__output_8h.md33 | typedef struct [Camera_PhotoOutput](_o_h___camera.md#camera_photooutput) [Camera_PhotoOutput](_o_…
34 …put_OnFrameStart](_o_h___camera.md#oh_photooutput_onframestart)) ([Camera_PhotoOutput](_o_h___came…
38 …oOutput_CaptureEnd](_o_h___camera.md#oh_photooutput_captureend)) ([Camera_PhotoOutput](_o_h___came…
41 …put_CaptureReady](_o_h___camera.md#oh_photooutput_captureready)) ([Camera_PhotoOutput](_o_h___came…
42 …tion](_o_h___camera.md#oh_photooutput_estimatedcaptureduration)) ([Camera_PhotoOutput](_o_h___came…
43 …PhotoAvailable](_o_h___camera.md#oh_photooutput_photoavailable)) ([Camera_PhotoOutput](_o_h___came…
44 …Available](_o_h___camera.md#oh_photooutput_photoassetavailable)) ([Camera_PhotoOutput](_o_h___came…
68 …OH_PhotoOutput_Capture](_o_h___camera.md#oh_photooutput_capture) ([Camera_PhotoOutput](_o_h___came…
70 …OH_PhotoOutput_Release](_o_h___camera.md#oh_photooutput_release) ([Camera_PhotoOutput](_o_h___came…
72 …tput_EnableMirror](_o_h___camera.md#oh_photooutput_enablemirror) ([Camera_PhotoOutput](_o_h___came…
[all …]
H A D_o_h___camera.md136 | typedef struct [Camera_PhotoOutput](#camera_photooutput) [Camera_PhotoOutput](#camera_photooutput…
652 ### Camera_PhotoOutput subsection
655 typedef struct Camera_PhotoOutput Camera_PhotoOutput
5326 | photoOutput | [Camera_PhotoOutput](#camera_photooutput)实例。 |
5354 | photoOutput | [Camera_PhotoOutput](#camera_photooutput)实例。 |
5382 | photoOutput | [Camera_PhotoOutput](#camera_photooutput)实例。 |
5410 | photoOutput | [Camera_PhotoOutput](#camera_photooutput)实例。 |
5438 | photoOutput | [Camera_PhotoOutput](#camera_photooutput)实例。 |
5466 | photoOutput | [Camera_PhotoOutput](#camera_photooutput)实例。 |
5494 | photoOutput | [Camera_PhotoOutput](#camera_photooutput)实例。 |
[all …]
H A Dcamera__manager_8h.md57 …Profile](_camera___profile.md) \*profile, const char \*surfaceId, [Camera_PhotoOutput](_o_h___came…
58 …amera.md#camera_manager) \*cameraManager, const char \*surfaceId, [Camera_PhotoOutput](_o_h___came…
59 …aManager, const [Camera_Profile](_camera___profile.md) \*profile, [Camera_PhotoOutput](_o_h___came…
H A Dcapture__session_8h.md56 …aptureSession](_o_h___camera.md#camera_capturesession) \*session, [Camera_PhotoOutput](_o_h___came…
57 …aptureSession](_o_h___camera.md#camera_capturesession) \*session, [Camera_PhotoOutput](_o_h___came…
90 …aptureSession](_o_h___camera.md#camera_capturesession) \*session, [Camera_PhotoOutput](_o_h___came…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dphoto_output.cpp99 Camera_ErrorCode OH_PhotoOutput_RegisterCaptureEndCallback(Camera_PhotoOutput* photoOutput, in OH_PhotoOutput_RegisterCaptureEndCallback()
114 Camera_ErrorCode OH_PhotoOutput_UnregisterCaptureEndCallback(Camera_PhotoOutput* photoOutput, in OH_PhotoOutput_UnregisterCaptureEndCallback()
129 Camera_ErrorCode OH_PhotoOutput_RegisterFrameShutterEndCallback(Camera_PhotoOutput* photoOutput, in OH_PhotoOutput_RegisterFrameShutterEndCallback()
144 Camera_ErrorCode OH_PhotoOutput_UnregisterFrameShutterEndCallback(Camera_PhotoOutput* photoOutput, in OH_PhotoOutput_UnregisterFrameShutterEndCallback()
159 Camera_ErrorCode OH_PhotoOutput_RegisterCaptureReadyCallback(Camera_PhotoOutput* photoOutput, in OH_PhotoOutput_RegisterCaptureReadyCallback()
174 Camera_ErrorCode OH_PhotoOutput_UnregisterCaptureReadyCallback(Camera_PhotoOutput* photoOutput, in OH_PhotoOutput_UnregisterCaptureReadyCallback()
219 Camera_ErrorCode OH_PhotoOutput_RegisterPhotoAvailableCallback(Camera_PhotoOutput* photoOutput, in OH_PhotoOutput_RegisterPhotoAvailableCallback()
279 Camera_ErrorCode OH_PhotoOutput_Capture(Camera_PhotoOutput* photoOutput) in OH_PhotoOutput_Capture()
291 Camera_ErrorCode OH_PhotoOutput_Capture_WithCaptureSetting(Camera_PhotoOutput* photoOutput, in OH_PhotoOutput_Capture_WithCaptureSetting()
304 Camera_ErrorCode OH_PhotoOutput_Release(Camera_PhotoOutput* photoOutput) in OH_PhotoOutput_Release()
[all …]
H A Dcamera_manager.cpp251 const char* surfaceId, Camera_PhotoOutput** photoOutput) in OH_CameraManager_CreatePhotoOutput()
267 const Camera_Profile* profile, Camera_PhotoOutput** photoOutput) in OH_CameraManager_CreatePhotoOutputWithoutSurface()
281 const char* surfaceId, Camera_PhotoOutput** photoOutput) in OH_CameraManager_CreatePhotoOutputUsedInPreconfig()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_output_impl.cpp33 Camera_PhotoOutput::Camera_PhotoOutput(sptr<PhotoOutput> &innerPhotoOutput) : innerPhotoOutput_(inn… in Camera_PhotoOutput() function in Camera_PhotoOutput
38 Camera_PhotoOutput::~Camera_PhotoOutput() in ~Camera_PhotoOutput()
148 Camera_ErrorCode Camera_PhotoOutput::RegisterCaptureStartWithInfoCallback( in RegisterCaptureStartWithInfoCallback()
163 Camera_ErrorCode Camera_PhotoOutput::UnregisterCaptureStartWithInfoCallback( in UnregisterCaptureStartWithInfoCallback()
238 Camera_ErrorCode Camera_PhotoOutput::RegisterEstimatedCaptureDurationCallback( in RegisterEstimatedCaptureDurationCallback()
294 Camera_ErrorCode Camera_PhotoOutput::Capture() in Capture()
324 Camera_ErrorCode Camera_PhotoOutput::Release() in Release()
330 Camera_ErrorCode Camera_PhotoOutput::IsMirrorSupported(bool* isSupported) in IsMirrorSupported()
337 Camera_ErrorCode Camera_PhotoOutput::EnableMirror(bool enableMirror) in EnableMirror()
347 sptr<PhotoOutput> Camera_PhotoOutput::GetInnerPhotoOutput() in GetInnerPhotoOutput()
[all …]
H A Dphoto_listener_impl.h47 explicit PhotoListener(Camera_PhotoOutput* photoOutput, sptr<Surface> surface);
66 Camera_PhotoOutput* photoOutput_;
76 explicit RawPhotoListener(Camera_PhotoOutput* photoOutput, const sptr<Surface> rawPhotoSurface);
85 Camera_PhotoOutput* photoOutput_;
H A Dphoto_output_impl.h31 explicit InnerPhotoOutputCallback(Camera_PhotoOutput* photoOutput) : photoOutput_(photoOutput) in InnerPhotoOutputCallback()
200 Camera_PhotoOutput* photoOutput_;
209 struct Camera_PhotoOutput { struct
211 explicit Camera_PhotoOutput(OHOS::sptr<OHOS::CameraStandard::PhotoOutput> &innerPhotoOutput);
212 ~Camera_PhotoOutput();
H A Dcamera_manager_impl.h69 Camera_PhotoOutput** photoOutput);
72 Camera_PhotoOutput** photoOutput);
74 …Camera_ErrorCode CreatePhotoOutputUsedInPreconfig(const char* surfaceId, Camera_PhotoOutput** phot…
H A Dcapture_session_impl.h58 Camera_ErrorCode AddPhotoOutput(Camera_PhotoOutput* photoOutput);
60 Camera_ErrorCode RemovePhotoOutput(Camera_PhotoOutput* photoOutput);
142 Camera_ErrorCode CanAddPhotoOutput(Camera_PhotoOutput* photoOutput, bool* isSuccessful);
H A Dcamera_manager_impl.cpp565 const char* surfaceId, Camera_PhotoOutput** photoOutput) in CreatePhotoOutput()
580 Camera_PhotoOutput* out = new Camera_PhotoOutput(innerPhotoOutput); in CreatePhotoOutput()
586 Camera_PhotoOutput** photoOutput) in CreatePhotoOutputUsedInPreconfig()
606 Camera_PhotoOutput* out = new Camera_PhotoOutput(innerPhotoOutput); in CreatePhotoOutputUsedInPreconfig()
612 Camera_PhotoOutput** photoOutput) in CreatePhotoOutputWithoutSurface()
636 Camera_PhotoOutput* out = new Camera_PhotoOutput(innerPhotoOutput); in CreatePhotoOutputWithoutSurface()
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Dphoto__output_8h.md33 | typedef struct [Camera_PhotoOutput](_o_h___camera.md#camera_photooutput) [Camera_PhotoOutput](_o_…
38 …oOutput_CaptureEnd](_o_h___camera.md#oh_photooutput_captureend)) ([Camera_PhotoOutput](_o_h___came…
40 …eShutterEnd](_o_h___camera.md#oh_photooutput_onframeshutterend)) ([Camera_PhotoOutput](_o_h___came…
42 …tion](_o_h___camera.md#oh_photooutput_estimatedcaptureduration)) ([Camera_PhotoOutput](_o_h___came…
44 …Available](_o_h___camera.md#oh_photooutput_photoassetavailable)) ([Camera_PhotoOutput](_o_h___came…
68 …OH_PhotoOutput_Capture](_o_h___camera.md#oh_photooutput_capture) ([Camera_PhotoOutput](_o_h___came…
70 …OH_PhotoOutput_Release](_o_h___camera.md#oh_photooutput_release) ([Camera_PhotoOutput](_o_h___came…
71 …rorSupported](_o_h___camera.md#oh_photooutput_ismirrorsupported) ([Camera_PhotoOutput](_o_h___came…
72 …tput_EnableMirror](_o_h___camera.md#oh_photooutput_enablemirror) ([Camera_PhotoOutput](_o_h___came…
75 …pported](_o_h___camera.md#oh_photooutput_ismovingphotosupported) ([Camera_PhotoOutput](_o_h___came…
[all …]
H A D_o_h___camera.md135 | typedef struct [Camera_PhotoOutput](#camera_photooutput) [Camera_PhotoOutput](#camera_photooutput…
649 ### Camera_PhotoOutput subsection
652 typedef struct Camera_PhotoOutput Camera_PhotoOutput
1215 typedef void (*OH_PhotoOutput_CaptureReady) (Camera_PhotoOutput* photoOutput)
1358 typedef void(* OH_PhotoOutput_OnFrameStart) (Camera_PhotoOutput *photoOutput)
3106 | photoOutput | Pointer to the target [Camera_PhotoOutput](#camera_photooutput) instance.|
5004 Camera_ErrorCode OH_PhotoOutput_Capture(Camera_PhotoOutput* photoOutput)
5111 | photoOutput | Pointer to a [Camera_PhotoOutput](#camera_photooutput) instance.|
5141 | photoOutput | Pointer to a [Camera_PhotoOutput](#camera_photooutput) instance.|
5231 | photoOutput | Pointer to a [Camera_PhotoOutput](#camera_photooutput) instance.|
[all …]
H A Dcamera__manager_8h.md57 …Profile](_camera___profile.md) \*profile, const char \*surfaceId, [Camera_PhotoOutput](_o_h___came…
58 …amera.md#camera_manager) \*cameraManager, const char \*surfaceId, [Camera_PhotoOutput](_o_h___came…
59 …aManager, const [Camera_Profile](_camera___profile.md) \*profile, [Camera_PhotoOutput](_o_h___came…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp67 Camera_PhotoOutput* photoOutput = nullptr; in CreatePhotoOutput()
3392 Camera_PhotoOutput *photoOutput = nullptr;
3504 Camera_PhotoOutput *photoOutput = nullptr;
3561 Camera_PhotoOutput *photoOutput = nullptr;
3613 Camera_PhotoOutput *photoOutput = nullptr;
3669 Camera_PhotoOutput *photoOutput = nullptr;
5193 Camera_PhotoOutput *photoOutput = nullptr;
5249 Camera_PhotoOutput *photoOutput = nullptr;
5307 Camera_PhotoOutput *photoOutput = nullptr;
5365 Camera_PhotoOutput *photoOutput = nullptr;
[all …]
/ohos5.0/docs/zh-cn/application-dev/media/camera/
H A Dnative-camera-shooting.md52 Camera_PhotoOutput *photoOutput = nullptr;
110 void OnPhotoAvailable(Camera_PhotoOutput *photoOutput, OH_PhotoNative *photo) {
164 …Camera_ErrorCode NDKCamera::PhotoOutputRegisterPhotoAvailableCallback(Camera_PhotoOutput* photoOut…
175 …Camera_ErrorCode NDKCamera::PhotoOutputUnRegisterPhotoAvailableCallback(Camera_PhotoOutput* photoO…
543 void PhotoOutputOnFrameStart(Camera_PhotoOutput* photoOutput)
547 void PhotoOutputOnFrameShutter(Camera_PhotoOutput* photoOutput, Camera_FrameShutterInfo* info)
566 void PhotoOutputOnFrameEnd(Camera_PhotoOutput* photoOutput, int32_t frameCount)
575 void PhotoOutputOnError(Camera_PhotoOutput* photoOutput, Camera_ErrorCode errorCode)
H A Dnative-camera-deferred-capture.md134 void mediaLibRequestBuffer(Camera_PhotoOutput *photoOutput, OH_MediaAsset *mediaAsset) {
162 void OnPhotoAssetAvailable(Camera_PhotoOutput *photoOutput, OH_MediaAsset *mediaAsset) {
175 … Camera_ErrorCode PhotoOutputRegisterPhotoAssetAvailableCallback(Camera_PhotoOutput *photoOutput) {
/ohos5.0/docs/en/application-dev/media/camera/
H A Dnative-camera-shooting.md52 Camera_PhotoOutput *photoOutput = nullptr;
110 void OnPhotoAvailable(Camera_PhotoOutput *photoOutput, OH_PhotoNative *photo) {
164 …Camera_ErrorCode NDKCamera::PhotoOutputRegisterPhotoAvailableCallback(Camera_PhotoOutput* photoOut…
175 …Camera_ErrorCode NDKCamera::PhotoOutputUnRegisterPhotoAvailableCallback(Camera_PhotoOutput* photoO…
544 void PhotoOutputOnFrameStart(Camera_PhotoOutput* photoOutput)
548 void PhotoOutputOnFrameShutter(Camera_PhotoOutput* photoOutput, Camera_FrameShutterInfo* info)
567 void PhotoOutputOnFrameEnd(Camera_PhotoOutput* photoOutput, int32_t frameCount)
576 void PhotoOutputOnError(Camera_PhotoOutput* photoOutput, Camera_ErrorCode errorCode)
H A Dnative-camera-deferred-capture.md134 void mediaLibRequestBuffer(Camera_PhotoOutput *photoOutput, OH_MediaAsset *mediaAsset) {
162 void OnPhotoAssetAvailable(Camera_PhotoOutput *photoOutput, OH_MediaAsset *mediaAsset) {
175 … Camera_ErrorCode PhotoOutputRegisterPhotoAssetAvailableCallback(Camera_PhotoOutput *photoOutput) {
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/include/
H A Dcamera_ndk_unittest.h63Camera_PhotoOutput* CreatePhotoOutput(int32_t width = PHOTO_DEFAULT_WIDTH, int32_t height = PHOTO_…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H A Dcamera_manager.cpp892 void PhotoOutputOnFrameStart(Camera_PhotoOutput* photoOutput) in PhotoOutputOnFrameStart()
897 void PhotoOutputOnFrameShutter(Camera_PhotoOutput* photoOutput, Camera_FrameShutterInfo* info) in PhotoOutputOnFrameShutter()
902 void PhotoOutputOnFrameEnd(Camera_PhotoOutput* photoOutput, int32_t frameCount) in PhotoOutputOnFrameEnd()
907 void PhotoOutputOnError(Camera_PhotoOutput* photoOutput, Camera_ErrorCode errorCode) in PhotoOutputOnError()

12