Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dfbio.h335 struct video_info { struct
336 int vi_mode; /* mode number, see below */
337 int vi_flags;
344 int vi_width;
345 int vi_height;
346 int vi_cwidth;
347 int vi_cheight;
348 int vi_depth;
349 int vi_planes;
350 vm_offset_t vi_window; /* physical address */
[all …]
/f-stack/freebsd/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 */