Lines Matching defs:video_format
177 struct video_format format;
226 struct video_format *vs_default_format;
227 struct video_format vs_current_format;
275 static int uvideo_enum_format(void *, uint32_t, struct video_format *);
276 static int uvideo_get_format(void *, struct video_format *);
277 static int uvideo_set_format(void *, struct video_format *);
278 static int uvideo_try_format(void *, struct video_format *);
2002 struct video_format fmt;
2046 uvideo_enum_format(void *addr, uint32_t index, struct video_format *format)
2050 struct uvideo_format *video_format;
2057 SIMPLEQ_FOREACH(video_format, &vs->vs_formats, entries) {
2060 format->pixel_format = video_format->format.pixel_format;
2061 format->width = video_format->format.width;
2062 format->height = video_format->format.height;
2073 uvideo_get_format(void *addr, struct video_format *format)
2090 uvideo_set_format(void *addr, struct video_format *format)
2205 uvideo_try_format(void *addr, struct video_format *format)