Home
last modified time | relevance | path

Searched refs:start_y (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/omapdrm/
Dtcm-sita.c278 s16 start_x, end_x, start_y, end_y, found_x = -1; in scan_r2l_t2b() local
284 start_y = field->p0.y; in scan_r2l_t2b()
293 if (w > LEN(start_x, end_x) || h > LEN(end_y, start_y)) in scan_r2l_t2b()
305 for (y = start_y; y <= end_y; y++) { in scan_r2l_t2b()
352 s16 start_x, end_x, start_y, end_y, found_x = -1; in scan_l2r_t2b() local
358 start_y = field->p0.y; in scan_l2r_t2b()
367 if (w > LEN(end_x, start_x) || h > LEN(end_y, start_y)) in scan_l2r_t2b()
381 for (y = start_y; y <= end_y; y++) { in scan_l2r_t2b()
/drivers/media/i2c/soc_camera/
Dov5642.c745 int start_y = (OV5642_SENSOR_SIZE_Y - height) / 2; in ov5642_set_resolution() local
754 ret = reg_write16(client, REG_WINDOW_START_Y_HIGH, start_y); in ov5642_set_resolution()
757 priv->crop_rect.top = start_y; in ov5642_set_resolution()