Searched refs:crop_start_y (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dov5648.c584 * - crop_start_y = (photo_array_height - output_size_y) / 2
585 * - crop_end_y = crop_start_y + offset_y + output_size_y - 1
595 unsigned int crop_start_y; member in struct:ov5648_mode
717 .crop_start_y = 6,
752 .crop_start_y = 378,
787 .crop_start_y = 438,
822 .crop_start_y = 6,
860 .crop_start_y = 254,
898 .crop_start_y = 0,
1384 OV5648_CROP_START_Y_H(mode->crop_start_y));
[all...]
H A Dov8865.c604 * - crop_start_y = (photo_array_height - output_size_y) / 2
605 * - crop_end_y = crop_start_y + offset_y + output_size_y - 1
615 unsigned int crop_start_y; member in struct:ov8865_mode
2016 OV8865_CROP_START_Y_H(mode->crop_start_y));
2021 OV8865_CROP_START_Y_L(mode->crop_start_y));

Completed in 120 milliseconds