Lines Matching defs:VideoInfo
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;43 int framesizeIn;