Home
last modified time | relevance | path

Searched defs:video_info (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dfbio.h199 struct video_info { struct
200 int vi_mode; /* mode number, see below */
201 int vi_flags;
208 int vi_width;
209 int vi_height;
210 int vi_cwidth;
211 int vi_cheight;
212 int vi_depth;
213 int vi_planes;
214 vm_offset_t vi_window; /* physical address */
[all …]
/freebsd/sys/contrib/v4l/
H A Dvideodev.h226 struct video_info struct
228 __u32 frame_count; /* frames output since decode/encode began */
229 __u32 h_size; /* current unscaled horizontal size */
230 __u32 v_size; /* current unscaled veritcal size */
231 __u32 smpte_timecode; /* current SMPTE timecode (for current GOP) */
232 __u32 picture_type; /* current picture type */
233 __u32 temporal_reference; /* current temporal reference */
234 __u8 user_data[256]; /* user data last found in compressed stream */