Searched refs:OV9740_MAX_WIDTH (Results 1 – 1 of 1) sorted by relevance
187 #define OV9740_MAX_WIDTH 1280 macro553 if (*width > OV9740_MAX_WIDTH) in ov9740_res_roundup()554 *width = OV9740_MAX_WIDTH; in ov9740_res_roundup()572 if ((width != OV9740_MAX_WIDTH) || (height != OV9740_MAX_HEIGHT)) in ov9740_set_res()582 if ((OV9740_MAX_WIDTH * height) > (OV9740_MAX_HEIGHT * width)) { in ov9740_set_res()586 scale_input_x = OV9740_MAX_WIDTH; in ov9740_set_res()587 scale_input_y = (OV9740_MAX_WIDTH * height) / width; in ov9740_set_res()591 x_start = (OV9740_MAX_WIDTH - scale_input_x) / 2; in ov9740_set_res()734 a->bounds.width = OV9740_MAX_WIDTH; in ov9740_cropcap()748 a->c.width = OV9740_MAX_WIDTH; in ov9740_g_crop()