Home
last modified time | relevance | path

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

/interface/sdk_c/multimedia/camera_framework/
H A Dphoto_output.h56 * A pointer can be created using {@link Camera_PhotoOutput} method.
61 typedef struct Camera_PhotoOutput Camera_PhotoOutput; typedef
66 * @param photoOutput the {@link Camera_PhotoOutput} which deliver the callback.
69 typedef void (*OH_PhotoOutput_OnFrameStart)(Camera_PhotoOutput* photoOutput);
74 * @param photoOutput the {@link Camera_PhotoOutput} which deliver the callback.
78 typedef void (*OH_PhotoOutput_OnFrameShutter)(Camera_PhotoOutput* photoOutput, Camera_FrameShutterInfo* info);
83 * @param photoOutput the {@link Camera_PhotoOutput} which deliver the callback.
87 typedef void (*OH_PhotoOutput_OnFrameEnd)(Camera_PhotoOutput* photoOutput, int32_t frameCount);
92 * @param photoOutput the {@link Camera_PhotoOutput} whic
[all...]
H A Dcamera_manager.h327 * @param profile the {@link Camera_Profile} to create {@link Camera_PhotoOutput}.
328 * @param surfaceId the which use to create {@link Camera_PhotoOutput}.
329 * @param photoOutput the {@link Camera_PhotoOutput} will be created if the method call succeeds.
336 const char* surfaceId, Camera_PhotoOutput** photoOutput);
342 * @param surfaceId the which use to create {@link Camera_PhotoOutput}.
343 * @param photoOutput the {@link Camera_PhotoOutput} will be created if the method call succeeds.
350 const char* surfaceId, Camera_PhotoOutput** photoOutput);
356 * @param profile the {@link Camera_Profile} to create {@link Camera_PhotoOutput}.
357 * @param photoOutput the {@link Camera_PhotoOutput} will be created if the method call succeeds.
364 const Camera_Profile *profile, Camera_PhotoOutput **photoOutpu
[all...]
H A Dcapture_session.h270 * @param photoOutput the target {@link Camera_PhotoOutput} to add.
276 Camera_ErrorCode OH_CaptureSession_AddPhotoOutput(Camera_CaptureSession* session, Camera_PhotoOutput* photoOutput);
282 * @param photoOutput the target {@link Camera_PhotoOutput} to remove.
288 Camera_ErrorCode OH_CaptureSession_RemovePhotoOutput(Camera_CaptureSession* session, Camera_PhotoOutput* photoOutput);
694 * @param cameraOutput the target {@link Camera_PhotoOutput} to set.
701 Camera_PhotoOutput* cameraOutput, bool* isSuccessful);

Completed in 3 milliseconds