Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp404 ret = OH_PhotoOutput_Release(photoOutput);
446 ret = OH_PhotoOutput_Release(photoOutput);
654 ret = OH_PhotoOutput_Release(photoOutput);
724 ret = OH_PhotoOutput_Release(photoOutput);
902 ret = OH_PhotoOutput_Release(photoOutput);
995 ret = OH_PhotoOutput_Release(photoOutput);
1098 ret = OH_PhotoOutput_Release(photoOutput);
1143 ret = OH_PhotoOutput_Release(photoOutput);
1192 ret = OH_PhotoOutput_Release(photoOutput);
1379 ret = OH_PhotoOutput_Release(PhotoOutput);
[all …]
/ohos5.0/docs/zh-cn/application-dev/media/camera/
H A Dnative-camera-shooting-case.md422 ret = OH_PhotoOutput_Release(photoOutput);
424 OH_LOG_INFO(LOG_APP, "OH_PhotoOutput_Release success ");
426 OH_LOG_ERROR(LOG_APP, "OH_PhotoOutput_Release failed. %d ", ret);
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dphoto_output.h418 Camera_ErrorCode OH_PhotoOutput_Release(Camera_PhotoOutput* photoOutput);
/ohos5.0/docs/en/application-dev/media/camera/
H A Dnative-camera-shooting-case.md422 ret = OH_PhotoOutput_Release(photoOutput);
424 OH_LOG_INFO(LOG_APP, "OH_PhotoOutput_Release success ");
426 OH_LOG_ERROR(LOG_APP, "OH_PhotoOutput_Release failed. %d ", ret);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dphoto_output.cpp304 Camera_ErrorCode OH_PhotoOutput_Release(Camera_PhotoOutput* photoOutput) in OH_PhotoOutput_Release() function
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Dphoto__output_8h.md70 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_PhotoOutput_Release](_o_h___camera.md#o…
H A D_o_h___camera.md311 | [Camera_ErrorCode](#camera_errorcode) [OH_PhotoOutput_Release](#oh_photooutput_release) ([Camera_…
5536 ### OH_PhotoOutput_Release()
5539 Camera_ErrorCode OH_PhotoOutput_Release(Camera_PhotoOutput* photoOutput)
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Dphoto__output_8h.md70 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_PhotoOutput_Release](_o_h___camera.md#o…
H A D_o_h___camera.md308 | [Camera_ErrorCode](#camera_errorcode) [OH_PhotoOutput_Release](#oh_photooutput_release) ([Camera_…
5471 ### OH_PhotoOutput_Release()
5474 Camera_ErrorCode OH_PhotoOutput_Release(Camera_PhotoOutput* photoOutput)
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H A Dcamera_manager.cpp530 Camera_ErrorCode ret = OH_PhotoOutput_Release(photoOutput_); in PhotoOutputRelease()