Lines Matching defs:height

384 	/* Default vertical blanking: frame height = height + vblank. */
394 unsigned int height;
527 .height = 480,
538 .height = 480,
700 .height = 120,
706 .height = 1944,
712 .height = 120,
723 .height = OV5640_PIXEL_ARRAY_HEIGHT,
730 .height = 120,
745 .height = 144,
751 .height = 1944,
757 .height = 144,
768 .height = OV5640_PIXEL_ARRAY_HEIGHT,
775 .height = 144,
789 .height = 240,
796 .height = 1944,
802 .height = 240,
813 .height = OV5640_PIXEL_ARRAY_HEIGHT,
820 .height = 240,
835 .height = 480,
841 .height = 1944,
847 .height = 480,
858 .height = OV5640_PIXEL_ARRAY_HEIGHT,
865 .height = 480,
879 .height = 480,
886 .height = 1944,
892 .height = 480,
903 .height = OV5640_PIXEL_ARRAY_HEIGHT,
909 .height = 480,
923 .height = 576,
930 .height = 1944,
936 .height = 576,
947 .height = OV5640_PIXEL_ARRAY_HEIGHT,
953 .height = 576,
968 .height = 768,
974 .height = 1944,
980 .height = 768,
990 .height = OV5640_PIXEL_ARRAY_HEIGHT,
996 .height = 768,
1011 .height = 720,
1017 .height = 1456,
1023 .height = 720,
1033 .height = 1456,
1039 .height = 720,
1054 .height = 1080,
1060 .height = 1088,
1066 .height = 1080,
1077 .height = 1088,
1084 .height = 1080,
1099 .height = OV5640_PIXEL_ARRAY_HEIGHT,
1105 .height = 1952,
1111 .height = 1944,
1122 .height = 1952,
1128 .height = 1944,
1556 rate = timings->htot * (timings->crop.height + timings->vblank_def);
1644 return ov5640_write_reg16(sensor, OV5640_REG_VFIFO_VSIZE, mode->height);
1682 analog_crop->top + analog_crop->height - 1);
1698 ret = ov5640_write_reg16(sensor, OV5640_REG_TIMING_DVPVO, mode->height);
1707 mode->height + timings->vblank_def);
2129 ov5640_find_mode(struct ov5640_dev *sensor, int width, int height, bool nearest)
2135 width, height, width, height);
2139 (mode->width != width || mode->height != height)))
2783 mode = ov5640_find_mode(sensor, mode->width, mode->height, false);
2821 mode = ov5640_find_mode(sensor, fmt->width, fmt->height, true);
2839 fmt->height = mode->height;
2858 OV5640_MAX_VTS - mode->height, 1, vblank);
2938 exposure_max = timings->crop.height + vblank - 4;
3019 sel->r.height = OV5640_NATIVE_HEIGHT;
3027 sel->r.height = OV5640_PIXEL_ARRAY_HEIGHT;
3315 mode->height + value);
3365 exp_max = mode->height + ctrl->val - 4;
3465 max_vblank = OV5640_MAX_VTS - mode->height;
3572 fse->min_height = ov5640_mode_data[index].height;
3593 mode = ov5640_find_mode(sensor, fie->width, fie->height, false);
3646 mode = ov5640_find_mode(sensor, mode->width, mode->height, true);
3762 crop->height = OV5640_PIXEL_ARRAY_HEIGHT;