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