Searched defs:VideoInfo (Results 1 – 2 of 2) sorted by relevance
33 struct VideoInfo { struct34 struct v4l2_capability cap;35 struct v4l2_format format;36 struct v4l2_buffer buf;37 struct v4l2_requestbuffers rb;38 void *mem[NB_BUFFER];39 bool isStreaming;40 int width;41 int height;42 int formatIn;[all …]
57 struct VideoInfo { struct58 struct v4l2_capability cap;59 struct v4l2_format format;60 struct v4l2_buffer buf;61 struct v4l2_requestbuffers rb;62 void *mem[NB_BUFFER];63 void *CaptureBuffers[NB_BUFFER];64 bool isStreaming;65 int width;66 int height;[all …]