Home
last modified time | relevance | path

Searched refs:Camera_PreviewOutput (Results 1 - 3 of 3) sorted by relevance

/interface/sdk_c/multimedia/camera_framework/
H A Dpreview_output.h54 * A pointer can be created using {@link Camera_PreviewOutput} method.
59 typedef struct Camera_PreviewOutput Camera_PreviewOutput; typedef
64 * @param previewOutput the {@link Camera_PreviewOutput} which deliver the callback.
67 typedef void (*OH_PreviewOutput_OnFrameStart)(Camera_PreviewOutput* previewOutput);
72 * @param previewOutput the {@link Camera_PreviewOutput} which deliver the callback.
76 typedef void (*OH_PreviewOutput_OnFrameEnd)(Camera_PreviewOutput* previewOutput, int32_t frameCount);
81 * @param previewOutput the {@link Camera_PreviewOutput} which deliver the callback.
87 typedef void (*OH_PreviewOutput_OnError)(Camera_PreviewOutput* previewOutput, Camera_ErrorCode errorCode);
116 * @param previewOutput the {@link Camera_PreviewOutput} instanc
[all...]
H A Dcapture_session.h184 * @param previewOutput the target {@link Camera_PreviewOutput} to Set as a secure flow.
191 Camera_ErrorCode OH_CaptureSession_AddSecureOutput(Camera_CaptureSession* session, Camera_PreviewOutput* previewOutput);
244 * @param previewOutput the target {@link Camera_PreviewOutput} to add.
251 Camera_PreviewOutput* previewOutput);
257 * @param previewOutput the target {@link Camera_PreviewOutput} to remove.
264 Camera_PreviewOutput* previewOutput);
681 * @param cameraOutput the target {@link Camera_PreviewOutput} to set.
688 Camera_PreviewOutput* cameraOutput, bool* isSuccessful);
H A Dcamera_manager.h298 * @param profile the {@link Camera_Profile} to create {@link Camera_PreviewOutput}.
299 * @param surfaceId the which use to create {@link Camera_PreviewOutput}.
300 * @param previewOutput the {@link Camera_PreviewOutput} will be created if the method call succeeds.
307 const char* surfaceId, Camera_PreviewOutput** previewOutput);
313 * @param surfaceId the which use to create {@link Camera_PreviewOutput}.
314 * @param previewOutput the {@link Camera_PreviewOutput} will be created if the method call succeeds.
321 const char* surfaceId, Camera_PreviewOutput** previewOutput);

Completed in 2 milliseconds