Lines Matching defs:media_video_header
399 struct media_video_header { struct
400 uint32 _reserved_[8]; // NOTE: Keep reserved data at the top!
402 uint32 display_line_width; // Number of pixels per display_line
403 uint32 display_line_count; // Sum of all interlace fields lines
404 uint32 bytes_per_row; // Number of bytes in a display_line
406 uint16 pixel_width_aspect; // 1:1 has 1 here, 4:3 has 4 here
408 uint16 pixel_height_aspect;// 1:1 has 1 here, 4:3 has 3 here
410 float field_gamma;
411 uint32 field_sequence; // Sequence number since start of capture
414 uint16 field_number; // 0 .. {interlace-1}; F1 == 0 ("odd"),
416 uint16 pulldown_number; // 0..2 for pulldown duplicated sequence
417 uint16 first_active_line; // The NTSC/PAL line number (1-based) of
419 uint16 line_count; // The number of active lines in buffer.