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