Home
last modified time | relevance | path

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

/interface/sdk_c/multimedia/camera_framework/
H A Dcamera_input.h59 typedef struct Camera_Input Camera_Input; typedef
64 * @param cameraInput the {@link Camera_Input} which deliver the callback.
73 typedef void (*OH_CameraInput_OnError)(const Camera_Input* cameraInput, Camera_ErrorCode errorCode);
92 * @param cameraInput the {@link Camera_Input} instance.
98 Camera_ErrorCode OH_CameraInput_RegisterCallback(Camera_Input* cameraInput, CameraInput_Callbacks* callback);
103 * @param cameraInput the {@link Camera_Input} instance.
109 Camera_ErrorCode OH_CameraInput_UnregisterCallback(Camera_Input* cameraInput, CameraInput_Callbacks* callback);
114 * @param cameraInput the {@link Camera_Input} instance to be opened.
122 Camera_ErrorCode OH_CameraInput_Open(Camera_Input* cameraInpu
[all...]
H A Dcapture_session.h220 * @param cameraInput the target {@link Camera_Input} to add.
226 Camera_ErrorCode OH_CaptureSession_AddInput(Camera_CaptureSession* session, Camera_Input* cameraInput);
232 * @param cameraInput the target {@link Camera_Input} to remove.
238 Camera_ErrorCode OH_CaptureSession_RemoveInput(Camera_CaptureSession* session, Camera_Input* cameraInput);
668 * @param cameraInput the target {@link Camera_Input} to set.
675 Camera_Input* cameraInput, bool* isSuccessful);
H A Dcamera_manager.h267 * @param camera the {@link Camera_Device} which use to create {@link Camera_Input}.
268 * @param cameraInput the {@link Camera_Input} will be created if the method call succeeds.
276 const Camera_Device* camera, Camera_Input** cameraInput);
282 * @param position the {@link Camera_Position} which use to create {@link Camera_Input}.
283 * @param type the {@link Camera_Type} which use to create {@link Camera_Input}.
284 * @param cameraInput the {@link Camera_Input} will be created if the method call succeeds.
292 Camera_Position position, Camera_Type type, Camera_Input** cameraInput);

Completed in 4 milliseconds