Home
last modified time | relevance | path

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

/interface/sdk_c/multimedia/camera_framework/
H A Dvideo_output.h54 * A pointer can be created using {@link Camera_VideoOutput} method.
59 typedef struct Camera_VideoOutput Camera_VideoOutput; typedef
64 * @param videoOutput the {@link Camera_VideoOutput} which deliver the callback.
67 typedef void (*OH_VideoOutput_OnFrameStart)(Camera_VideoOutput* videoOutput);
72 * @param videoOutput the {@link Camera_VideoOutput} which deliver the callback.
76 typedef void (*OH_VideoOutput_OnFrameEnd)(Camera_VideoOutput* videoOutput, int32_t frameCount);
81 * @param videoOutput the {@link Camera_VideoOutput} which deliver the callback.
87 typedef void (*OH_VideoOutput_OnError)(Camera_VideoOutput* videoOutput, Camera_ErrorCode errorCode);
116 * @param videoOutput the {@link Camera_VideoOutput} instanc
[all...]
H A Dcapture_session.h294 * @param videoOutput the target {@link Camera_VideoOutput} to add.
300 Camera_ErrorCode OH_CaptureSession_AddVideoOutput(Camera_CaptureSession* session, Camera_VideoOutput* videoOutput);
306 * @param videoOutput the target {@link Camera_VideoOutput} to remove.
312 Camera_ErrorCode OH_CaptureSession_RemoveVideoOutput(Camera_CaptureSession* session, Camera_VideoOutput* videoOutput);
707 * @param cameraOutput the target {@link Camera_VideoOutput} to set.
714 Camera_VideoOutput* cameraOutput, bool* isSuccessful);
H A Dcamera_manager.h370 * @param profile the {@link Camera_VideoProfile} to create {@link Camera_VideoOutput}.
371 * @param surfaceId the which use to create {@link Camera_VideoOutput}.
372 * @param videoOutput the {@link Camera_VideoOutput} will be created if the method call succeeds.
379 const char* surfaceId, Camera_VideoOutput** videoOutput);
385 * @param surfaceId the which use to create {@link Camera_VideoOutput}.
386 * @param videoOutput the {@link Camera_VideoOutput} will be created if the method call succeeds.
393 const char* surfaceId, Camera_VideoOutput** videoOutput);

Completed in 2 milliseconds