Searched defs:video_format (Results 1 – 4 of 4) sorted by relevance
319 struct video_format { struct320 enum video_pixel_format vfo_pixel_format;321 uint8_t vfo_aspect_x; /* aspect ratio x and y */322 uint8_t vfo_aspect_y;323 struct video_colorspace vfo_color;324 uint8_t vfo_interlace_flags;365 struct video_format { struct366 enum video_pixel_format pixel_format;367 uint32_t width; /* dimensions in pixels */368 uint32_t height;[all …]
446 uint8_t video_format; in program_pixel_format() local
975 int frame_rate, video_format=0; in video_open() local
2050 struct uvideo_format *video_format; in uvideo_enum_format() local