Searched defs:v4lconvert_data (Results 1 – 1 of 1) sorted by relevance
49 struct v4lconvert_data { struct50 int fd;51 int flags; /* bitfield */52 int control_flags; /* bitfield */53 unsigned int no_formats;54 unsigned long supported_src_formats[128 / BITS_PER_LONG];55 char error_msg[V4LCONVERT_ERROR_MSG_SIZE];56 struct jdec_private *tinyjpeg;58 struct jpeg_error_mgr jerr;59 int jerr_errno;[all …]