Home
last modified time | relevance | path

Searched defs:VideoInfo (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
DV4LCameraAdapter.h33 struct VideoInfo { struct
34 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 …]
/hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
DV4LCameraAdapter.h57 struct VideoInfo { struct
58 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 …]