Lines Matching defs:width

382 	/* Total pixels per line: width + fixed hblank. */
393 unsigned int width;
526 .width = 640,
537 .width = 640,
699 .width = 160,
705 .width = 2624,
711 .width = 160,
722 .width = OV5640_PIXEL_ARRAY_WIDTH,
729 .width = 160,
744 .width = 176,
750 .width = 2624,
756 .width = 176,
767 .width = OV5640_PIXEL_ARRAY_WIDTH,
774 .width = 176,
788 .width = 320,
795 .width = 2624,
801 .width = 320,
812 .width = OV5640_PIXEL_ARRAY_WIDTH,
819 .width = 320,
834 .width = 640,
840 .width = 2624,
846 .width = 640,
857 .width = OV5640_PIXEL_ARRAY_WIDTH,
864 .width = 640,
878 .width = 720,
885 .width = 2624,
891 .width = 720,
902 .width = OV5640_PIXEL_ARRAY_WIDTH,
908 .width = 720,
922 .width = 720,
929 .width = 2624,
935 .width = 720,
946 .width = OV5640_PIXEL_ARRAY_WIDTH,
952 .width = 720,
967 .width = 1024,
973 .width = 2624,
979 .width = 1024,
989 .width = OV5640_NATIVE_WIDTH,
995 .width = 1024,
1010 .width = 1280,
1016 .width = 2624,
1022 .width = 1280,
1032 .width = 2624,
1038 .width = 1280,
1053 .width = 1920,
1059 .width = 1952,
1065 .width = 1920,
1076 .width = 1952,
1083 .width = 1920,
1098 .width = OV5640_PIXEL_ARRAY_WIDTH,
1104 .width = 2624,
1110 .width = 2592,
1121 .width = OV5640_NATIVE_WIDTH,
1127 .width = 2592,
1632 * Data is transmitted with programmable width (VFIFO_HSIZE).
1640 ret = ov5640_write_reg16(sensor, OV5640_REG_VFIFO_HSIZE, mode->width);
1677 analog_crop->left + analog_crop->width - 1);
1694 ret = ov5640_write_reg16(sensor, OV5640_REG_TIMING_DVPHO, mode->width);
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);
2833 if (bpp == 8 && mode->width < 1280)
2835 else if (bpp == 24 && mode->width > 1024)
2838 fmt->width = mode->width;
2931 hblank = timings->htot - mode->width;
3018 sel->r.width = OV5640_NATIVE_WIDTH;
3026 sel->r.width = OV5640_PIXEL_ARRAY_WIDTH;
3461 hblank = timings->htot - mode->width;
3570 fse->min_width = ov5640_mode_data[index].width;
3593 mode = ov5640_find_mode(sensor, fie->width, fie->height, false);
3646 mode = ov5640_find_mode(sensor, mode->width, mode->height, true);
3761 crop->width = OV5640_PIXEL_ARRAY_WIDTH;