Home
last modified time | relevance | path

Searched refs:OH_PreviewOutput_DeleteProfile (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dpreview_output.h191 Camera_ErrorCode OH_PreviewOutput_DeleteProfile(Camera_Profile* profile);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dpreview_output.cpp128 Camera_ErrorCode OH_PreviewOutput_DeleteProfile(Camera_Profile* profile) in OH_PreviewOutput_DeleteProfile() function
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Dpreview__output_8h.md50 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_PreviewOutput_DeleteProfile](_o_h___cam…
H A D_o_h___camera.md324 | [Camera_ErrorCode](#camera_errorcode) [OH_PreviewOutput_DeleteProfile](#oh_previewoutput_deletepr…
5820 ### OH_PreviewOutput_DeleteProfile()
5823 Camera_ErrorCode OH_PreviewOutput_DeleteProfile(Camera_Profile* profile)
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Dpreview__output_8h.md50 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_PreviewOutput_DeleteProfile](_o_h___cam…
H A D_o_h___camera.md321 | [Camera_ErrorCode](#camera_errorcode) [OH_PreviewOutput_DeleteProfile](#oh_previewoutput_deletepr…
5755 ### OH_PreviewOutput_DeleteProfile()
5758 Camera_ErrorCode OH_PreviewOutput_DeleteProfile(Camera_Profile* profile)
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp3724 EXPECT_EQ(OH_PreviewOutput_DeleteProfile(profile), CAMERA_OK);
3726 EXPECT_EQ(OH_PreviewOutput_DeleteProfile(nullptr), CAMERA_INVALID_ARGUMENT);