/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 *);
|
video.c | 136 struct video_format vs_format; 238 struct video_format *); 239 static void video_format_to_v4l2_format(const struct video_format *, 633 video_format_to_v4l2_format(const struct video_format *src, 707 struct video_format *dest) 787 struct video_format vfmt; 817 struct video_format vfmt; 870 struct video_format vfmt; 890 struct video_format vfmt; 915 struct video_format vfmt [all...] |
/src/sys/dev/usb/ |
auvitek_video.c | 69 struct video_format *); 70 static int auvitek_get_format(void *, struct video_format *); 71 static int auvitek_set_format(void *, struct video_format *); 72 static int auvitek_try_format(void *, struct video_format *); 202 auvitek_enum_format(void *opaque, uint32_t index, struct video_format *format) 213 auvitek_get_format(void *opaque, struct video_format *format) 233 auvitek_set_format(void *opaque, struct video_format *format) 242 auvitek_try_format(void *opaque, struct video_format *format)
|
pseye.c | 133 struct video_format *); 134 static int pseye_get_format(void *, struct video_format *); 135 static int pseye_set_format(void *, struct video_format *); 136 static int pseye_try_format(void *, struct video_format *); 764 pseye_enum_format(void *opaque, uint32_t index, struct video_format *format) 772 pseye_get_format(void *opaque, struct video_format *format) 791 pseye_set_format(void *opaque, struct video_format *format) 804 pseye_try_format(void *opaque, struct video_format *format)
|
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/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/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) {
|