Home
last modified time | relevance | path

Searched refs:StreamCBOnCaptureError (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/camera/hal_c/hdi_cif/include/
H A Dstream_operator_callback_wrapper.h31 extern void StreamCBOnCaptureError(int captureId, CaptureErrorInfoCIF* info, int count);
/ohos5.0/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dstream_operator_callback_wrapper.cpp64 void StreamCBOnCaptureError(int captureId, CaptureErrorInfoCIF* info, int count) in StreamCBOnCaptureError() function
H A Dcamera_device.cpp43 cb.OnCaptureError = StreamCBOnCaptureError; in GetStreamOperator()
H A Dstream_operator.cpp269 cb.OnCaptureError = StreamCBOnCaptureError; in ChangeToOfflineStream()