HomeSort by: relevance | last modified time | path
    Searched defs:video_format (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_mem_input_v.c 437 VIDEO_FORMAT);
446 uint8_t video_format; local in function:program_pixel_format
454 video_format = 2;
457 video_format = 3;
460 video_format = 0;
466 video_format,
468 VIDEO_FORMAT);
  /src/sys/dev/usb/
uvideo.c 177 struct video_format format;
226 struct video_format *vs_default_format;
227 struct video_format vs_current_format;
275 static int uvideo_enum_format(void *, uint32_t, struct video_format *);
276 static int uvideo_get_format(void *, struct video_format *);
277 static int uvideo_set_format(void *, struct video_format *);
278 static int uvideo_try_format(void *, struct video_format *);
2002 struct video_format fmt;
2046 uvideo_enum_format(void *addr, uint32_t index, struct video_format *format)
2050 struct uvideo_format *video_format; local in function:uvideo_enum_format
    [all...]
  /src/sys/dev/pci/bktr/
bktr_core.c 975 int frame_rate, video_format=0; local in function:video_open
997 video_format = 0;
999 video_format = 1;
1003 video_format = 0;
1006 video_format = 1;
1008 if (video_format == 1) {
  /src/sys/dev/
video_if.h 319 struct video_format { struct
365 struct video_format { struct
465 int (*enum_format)(void *, uint32_t, struct video_format *);
466 int (*get_format)(void *, struct video_format *);
467 int (*set_format)(void *, struct video_format *);
468 int (*try_format)(void *, struct video_format *);

Completed in 17 milliseconds