Home
last modified time | relevance | path

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

/external/v4l-utils/lib/libv4lconvert/control/
Dlibv4lcontrol-priv.h34 struct v4lcontrol_data { struct
35 int fd; /* Device fd */
36 int bandwidth; /* Connection bandwidth (0 = unknown) */
37 int flags; /* Flags for this device */
38 int priv_flags; /* Internal use only flags */
39 int controls; /* Which controls to use for this device */
40 unsigned int *shm_values; /* shared memory control value store */
41 unsigned int old_values[V4LCONTROL_COUNT]; /* for controls_changed() */
42 const struct v4lcontrol_flags_info *flags_info;
43 void *dev_ops_priv;
[all …]