Home
last modified time | relevance | path

Searched refs:Camera_Profile (Results 1 - 4 of 4) sorted by relevance

/interface/sdk_c/multimedia/camera_framework/
H A Dcamera.h606 typedef struct Camera_Profile { struct
616 } Camera_Profile; typedef
669 Camera_Profile** previewProfiles;
679 Camera_Profile** photoProfiles;
H A Dcamera_manager.h298 * @param profile the {@link Camera_Profile} to create {@link Camera_PreviewOutput}.
306 Camera_ErrorCode OH_CameraManager_CreatePreviewOutput(Camera_Manager* cameraManager, const Camera_Profile* profile,
327 * @param profile the {@link Camera_Profile} to create {@link Camera_PhotoOutput}.
335 Camera_ErrorCode OH_CameraManager_CreatePhotoOutput(Camera_Manager* cameraManager, const Camera_Profile* profile,
356 * @param profile the {@link Camera_Profile} to create {@link Camera_PhotoOutput}.
364 const Camera_Profile *profile, Camera_PhotoOutput **photoOutput);
H A Dpreview_output.h175 * @param profile the active {@link Camera_Profile} to be filled if the method call succeeds.
181 Camera_ErrorCode OH_PreviewOutput_GetActiveProfile(Camera_PreviewOutput* previewOutput, Camera_Profile** profile);
186 * @param profile the {@link Camera_Profile} instance to deleted.
191 Camera_ErrorCode OH_PreviewOutput_DeleteProfile(Camera_Profile* profile);
H A Dphoto_output.h460 * @param profile the active {@link Camera_Profile} to be filled if the method call succeeds.
466 Camera_ErrorCode OH_PhotoOutput_GetActiveProfile(Camera_PhotoOutput* photoOutput, Camera_Profile** profile);
471 * @param profile the {@link Camera_Profile} instance to deleted.
476 Camera_ErrorCode OH_PhotoOutput_DeleteProfile(Camera_Profile* profile);

Completed in 3 milliseconds