Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dvideo_output.h189 Camera_ErrorCode OH_VideoOutput_DeleteProfile(Camera_VideoProfile* profile);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dvideo_output.cpp126 Camera_ErrorCode OH_VideoOutput_DeleteProfile(Camera_VideoProfile* profile) in OH_VideoOutput_DeleteProfile() function
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Dvideo__output_8h.md50 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_VideoOutput_DeleteProfile](_o_h___camer…
H A D_o_h___camera.md335 | [Camera_ErrorCode](#camera_errorcode) [OH_VideoOutput_DeleteProfile](#oh_videooutput_deleteprofil…
6140 ### OH_VideoOutput_DeleteProfile()
6143 Camera_ErrorCode OH_VideoOutput_DeleteProfile(Camera_VideoProfile* profile)
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Dvideo__output_8h.md50 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_VideoOutput_DeleteProfile](_o_h___camer…
H A D_o_h___camera.md332 | [Camera_ErrorCode](#camera_errorcode) [OH_VideoOutput_DeleteProfile](#oh_videooutput_deleteprofil…
6075 ### OH_VideoOutput_DeleteProfile()
6078 Camera_ErrorCode OH_VideoOutput_DeleteProfile(Camera_VideoProfile* profile)
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp3816 EXPECT_EQ(OH_VideoOutput_DeleteProfile(videoProfile), CAMERA_OK);
3818 EXPECT_EQ(OH_VideoOutput_DeleteProfile(nullptr), CAMERA_INVALID_ARGUMENT);