Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/camera/hal_c/hdi_cif/include/
H A Dstream_operator_callback_wrapper.h29 extern void StreamCBOnCaptureStarted(int captureId, const int* streamId, int count);
/ohos5.0/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dstream_operator_callback_wrapper.cpp28 void StreamCBOnCaptureStarted(int captureId, const int* streamId, int count) in StreamCBOnCaptureStarted() function
H A Dcamera_device.cpp41 cb.OnCaptureStarted = StreamCBOnCaptureStarted; in GetStreamOperator()
H A Dstream_operator.cpp267 cb.OnCaptureStarted = StreamCBOnCaptureStarted; in ChangeToOfflineStream()