Lines Matching defs:video_format
319 struct video_format { struct
320 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 { struct
366 enum video_pixel_format pixel_format;
367 uint32_t width; /* dimensions in pixels */
368 uint32_t height;
369 uint8_t aspect_x; /* aspect ratio x and y */
370 uint8_t aspect_y;
371 uint32_t sample_size; /* max sample size */
372 uint32_t stride; /* length of one row of pixels in
375 struct video_colorspace color;
376 uint8_t interlace_flags;
377 uint32_t priv; /* For private use by hardware driver.