Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dphoto_output.h464 Camera_ErrorCode OH_PhotoOutput_DeleteProfile(Camera_Profile* profile);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dphoto_output.cpp361 Camera_ErrorCode OH_PhotoOutput_DeleteProfile(Camera_Profile* profile) in OH_PhotoOutput_DeleteProfile() function
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Dphoto__output_8h.md74 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_PhotoOutput_DeleteProfile](_o_h___camer…
H A D_o_h___camera.md315 | [Camera_ErrorCode](#camera_errorcode) [OH_PhotoOutput_DeleteProfile](#oh_photooutput_deleteprofil…
5131 ### OH_PhotoOutput_DeleteProfile()
5134 Camera_ErrorCode OH_PhotoOutput_DeleteProfile(Camera_Profile* profile)
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Dphoto__output_8h.md74 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_PhotoOutput_DeleteProfile](_o_h___camer…
H A D_o_h___camera.md312 | [Camera_ErrorCode](#camera_errorcode) [OH_PhotoOutput_DeleteProfile](#oh_photooutput_deleteprofil…
5066 ### OH_PhotoOutput_DeleteProfile()
5069 Camera_ErrorCode OH_PhotoOutput_DeleteProfile(Camera_Profile* profile)
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp3769 EXPECT_EQ(OH_PhotoOutput_DeleteProfile(profile), CAMERA_OK);
3771 EXPECT_EQ(OH_PhotoOutput_DeleteProfile(nullptr), CAMERA_INVALID_ARGUMENT);