Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/camera/hal_c/include/
H A Dcamera_types_c_if.h174 typedef struct CaptureErrorInfoCIF { struct
184 } CaptureErrorInfoCIF; typedef
H A Dstream_operator_c_if.h29 void (*OnCaptureError)(int captureId, CaptureErrorInfoCIF* info, int count);
/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()