Home
last modified time | relevance | path

Searched refs:OH_VideoOutput_Release (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/media/camera/
H A Dnative-camera-recording-case.md288 ret = OH_VideoOutput_Release(videoOutput);
290 OH_LOG_INFO(LOG_APP, "OH_VideoOutput_Release success ");
292 OH_LOG_ERROR(LOG_APP, "OH_VideoOutput_Release failed. %d ", ret);
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dvideo_output.h167 Camera_ErrorCode OH_VideoOutput_Release(Camera_VideoOutput* videoOutput);
/ohos5.0/docs/en/application-dev/media/camera/
H A Dnative-camera-recording-case.md288 ret = OH_VideoOutput_Release(videoOutput);
290 OH_LOG_INFO(LOG_APP, "OH_VideoOutput_Release success ");
292 OH_LOG_ERROR(LOG_APP, "OH_VideoOutput_Release failed. %d ", ret);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dvideo_output.cpp95 Camera_ErrorCode OH_VideoOutput_Release(Camera_VideoOutput* videoOutput) in OH_VideoOutput_Release() function
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Dvideo__output_8h.md48 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_VideoOutput_Release](_o_h___camera.md#o…
H A D_o_h___camera.md333 | [Camera_ErrorCode](#camera_errorcode) [OH_VideoOutput_Release](#oh_videooutput_release) ([Camera_…
6286 ### OH_VideoOutput_Release()
6289 Camera_ErrorCode OH_VideoOutput_Release(Camera_VideoOutput* videoOutput)
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp598 ret = OH_VideoOutput_Release(videoOutput);
652 ret = OH_VideoOutput_Release(videoOutput);
722 ret = OH_VideoOutput_Release(videoOutput);
790 ret = OH_VideoOutput_Release(videoOutput);
843 ret = OH_VideoOutput_Release(videoOutput);
1247 ret = OH_VideoOutput_Release(videoOutput);
1749 ret = OH_VideoOutput_Release(videoOutput);
1814 ret = OH_VideoOutput_Release(videoOutput);
1873 ret = OH_VideoOutput_Release(videoOutput);
1941 EXPECT_EQ(OH_VideoOutput_Release(videoOutput), 0);
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Dvideo__output_8h.md48 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_VideoOutput_Release](_o_h___camera.md#o…
H A D_o_h___camera.md330 | [Camera_ErrorCode](#camera_errorcode) [OH_VideoOutput_Release](#oh_videooutput_release) ([Camera_…
6221 ### OH_VideoOutput_Release()
6224 Camera_ErrorCode OH_VideoOutput_Release(Camera_VideoOutput* videoOutput)
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H A Dcamera_manager.cpp779 Camera_ErrorCode ret = OH_VideoOutput_Release(videoOutput_); in VideoOutputRelease()