Home
last modified time | relevance | path

Searched refs:CaptureInfoCIF (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/camera/hal_c/include/
H A Dcamera_types_c_if.h135 typedef struct CaptureInfoCIF { struct
149 } CaptureInfoCIF; argument
H A Dstream_operator_c_if.h51 int (*Capture)(int captureId, CaptureInfoCIF info, int isStreaming);
/ohos5.0/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dstream_operator.cpp234 CaptureInfoCIF info; in Capture()