Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/camera/
H A Dvideocapture.cpp68 csi_type = 1; in Init()
70 csi_type = 0; in Init()
73 if (csi_type) { in Init()
100 if (csi_type) { in Init()
121 if (csi_type) { in Init()
131 if (csi_type) { in Init()
146 if (csi_type) { in Init()
166 if (csi_type) in Init()
171 if (csi_type) { in Init()
211 if (csi_type) { in Init()
[all …]
H A Dvideocapture.h53 int csi_type; // 1 csi 0 uvc variable
H A DCamera.cpp270 if(capture->csi_type) { in StopWorkThread()