Lines Matching refs:MEM2MEM_CAPTURE
59 #define MEM2MEM_CAPTURE BIT(0) macro
95 .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT,
99 .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT,
103 .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT,
107 .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT,
111 .types = MEM2MEM_CAPTURE,
115 .types = MEM2MEM_CAPTURE,
119 .types = MEM2MEM_CAPTURE,
123 .types = MEM2MEM_CAPTURE,
127 .types = MEM2MEM_CAPTURE,
689 return enum_fmt(f, MEM2MEM_CAPTURE); in vidioc_enum_fmt_vid_cap()
796 if (!(fmt->types & MEM2MEM_CAPTURE)) { in vidioc_try_fmt_vid_cap()