Home
last modified time | relevance | path

Searched defs:video_format (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/
H A Dvideo_if.h319 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;
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
H A Damdgpu_dce110_mem_input_v.c446 uint8_t video_format; in program_pixel_format() local
/netbsd-src/sys/dev/pci/bktr/
H A Dbktr_core.c975 int frame_rate, video_format=0; in video_open() local
/netbsd-src/sys/dev/usb/
H A Duvideo.c2050 struct uvideo_format *video_format; in uvideo_enum_format() local