video_format
video_format = 0;
video_format = 1;
if (video_format == 1) {
int frame_rate, video_format=0;
video_format = 0;
video_format = 1;
auvitek_enum_format(void *opaque, uint32_t index, struct video_format *format)
auvitek_get_format(void *opaque, struct video_format *format)
auvitek_set_format(void *opaque, struct video_format *format)
auvitek_try_format(void *opaque, struct video_format *format)
struct video_format *);
static int auvitek_get_format(void *, struct video_format *);
static int auvitek_set_format(void *, struct video_format *);
static int auvitek_try_format(void *, struct video_format *);
struct video_format *);
static int pseye_get_format(void *, struct video_format *);
static int pseye_set_format(void *, struct video_format *);
static int pseye_try_format(void *, struct video_format *);
pseye_enum_format(void *opaque, uint32_t index, struct video_format *format)
pseye_get_format(void *opaque, struct video_format *format)
pseye_set_format(void *opaque, struct video_format *format)
pseye_try_format(void *opaque, struct video_format *format)
struct video_format format;
struct video_format fmt;
uvideo_enum_format(void *addr, uint32_t index, struct video_format *format)
struct uvideo_format *video_format;
SIMPLEQ_FOREACH(video_format, &vs->vs_formats, entries) {
format->pixel_format = video_format->format.pixel_format;
format->width = video_format->format.width;
format->height = video_format->format.height;
uvideo_get_format(void *addr, struct video_format *format)
uvideo_set_format(void *addr, struct video_format *format)
uvideo_try_format(void *addr, struct video_format *format)
struct video_format *vs_default_format;
struct video_format vs_current_format;
static int uvideo_enum_format(void *, uint32_t, struct video_format *);
static int uvideo_get_format(void *, struct video_format *);
static int uvideo_set_format(void *, struct video_format *);
static int uvideo_try_format(void *, struct video_format *);
struct video_format vs_format;
struct video_format *);
static void video_format_to_v4l2_format(const struct video_format *,
video_format_to_v4l2_format(const struct video_format *src,
struct video_format *dest)
struct video_format vfmt;
struct video_format vfmt;
struct video_format vfmt;
struct video_format vfmt;
struct video_format vfmt;
int (*enum_format)(void *, uint32_t, struct video_format *);
int (*get_format)(void *, struct video_format *);
int (*set_format)(void *, struct video_format *);
int (*try_format)(void *, struct video_format *);