Lines Matching defs:video_info
576 struct video_info { struct
577 char *name;
579 bool h_sync_polarity;
580 bool v_sync_polarity;
581 bool interlaced;
583 enum color_space color_space;
584 enum dynamic_range dynamic_range;
585 enum color_coefficient ycbcr_coeff;
586 enum color_depth color_depth;
588 int max_link_rate;
589 enum link_lane_count_type max_lane_count;
591 bool force_stream_valid;
635 struct video_info video_info; member