Lines Matching refs:MEM2MEM_CAPTURE
64 #define MEM2MEM_CAPTURE BIT(0) macro
100 .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT,
104 .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT,
108 .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT,
112 .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT,
116 .types = MEM2MEM_CAPTURE,
120 .types = MEM2MEM_CAPTURE,
124 .types = MEM2MEM_CAPTURE,
128 .types = MEM2MEM_CAPTURE,
132 .types = MEM2MEM_CAPTURE,
699 return enum_fmt(f, MEM2MEM_CAPTURE); in vidioc_enum_fmt_vid_cap()
806 if (!(fmt->types & MEM2MEM_CAPTURE)) { in vidioc_try_fmt_vid_cap()