Searched defs:zoran_jpg_settings (Results 1 – 1 of 1) sorted by relevance
169 struct zoran_jpg_settings { struct170 int decimation; /* this bit is used to set everything to default */171 int HorDcm, VerDcm, TmpDcm; /* capture decimation settings (TmpDcm=1 means both fields) */172 int field_per_buff, odd_even; /* field-settings (odd_even=1 (+TmpDcm=1) means top-field-first) */173 int img_x, img_y, img_width, img_height; /* crop settings (subframe capture) */174 struct v4l2_jpegcompression jpg_comp; /* JPEG-specific capture settings */