Home
last modified time | relevance | path

Searched refs:height (Results 101 – 125 of 227) sorted by relevance

12345678910

/Zephyr-latest/boards/shields/waveshare_epaper/
Dwaveshare_epaper_gdeh0154a07.overlay27 height = <200>;
Dwaveshare_epaper_gdew075t7.overlay28 height = <480>;
Dwaveshare_epaper_gdey0213b74.overlay27 height = <122>;
Dwaveshare_epaper_gdeh0213b72.overlay27 height = <120>;
Dwaveshare_epaper_gdeh029a1.overlay27 height = <128>;
Dwaveshare_epaper_gdeh0213b1.overlay27 height = <120>;
Dwaveshare_epaper_gdew042t2-p.overlay32 height = <300>;
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/
DKconfig15 int "Define the height of the video"
/Zephyr-latest/drivers/video/
Dov7670.c188 #define OV7670_VIDEO_FORMAT_CAP(width, height, format) \ argument
191 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \
377 if (fmts[i].width_min == fmt->width && fmts[i].height_min == fmt->height && in ov7670_set_fmt()
534 fmt.height = 480; in ov7670_init()
/Zephyr-latest/tests/subsys/display/cfb/basic/src/
Ddraw_line.c20 static const uint32_t display_height = DT_PROP(DT_CHOSEN(zephyr_display), height);
28 .height = display_height, in cfb_test_before()
Ddraw_point.c20 static const uint32_t display_height = DT_PROP(DT_CHOSEN(zephyr_display), height);
28 .height = display_height, in cfb_test_before()
Ddraw_rect.c20 static const uint32_t display_height = DT_PROP(DT_CHOSEN(zephyr_display), height);
28 .height = display_height, in cfb_test_before()
/Zephyr-latest/drivers/display/
Ddisplay_ili9806e_dsi.h22 #define LCD_VACTIVE_LINE DT_PROP(DT_NODELABEL(zephyr_lcdif), height)
DKconfig.mcux_elcdif67 and height (without rotation applied). Note that the width and
68 height settings of the screen in devicetree should not be modified
105 and height (without flip applied). Note that the width and
106 height settings of the screen in devicetree should not be modified
Ddisplay_ili9806e_dsi.c27 uint16_t height; member
342 capabilities->y_resolution = cfg->height; in ili9806e_get_capabilities()
413 mdev.timings.vactive = cfg->height; in ili9806e_init()
448 .height = DT_INST_PROP(n, height), \
Ddisplay_renesas_lcdc.c458 capabilities->y_resolution = DT_INST_PROP(0, height); in display_smartbond_get_capabilities()
491 for (int row = 0; row < desc->height; row++) { in display_smartbond_read()
560 for (int row = 0; row < desc->height; row++) { in display_smartbond_write()
632 DT_INST_PROP(inst, height)] DISPLAY_BUFFER_LINKER_SECTION; \
651 .y_res = DT_INST_PROP(inst, height), \
669 .layer.size_y = DT_INST_PROP(inst, height), \
/Zephyr-latest/modules/lvgl/
Dlvgl_display_24bit.c24 flush.desc.height = h; in lvgl_flush_cb_24bit()
/Zephyr-latest/doc/connectivity/bluetooth/img/
Datt_timeout.svg1height="300.077684621"><desc>participant%20App%0Aparticipant%20Host%0Aparticipant%20Peer%0A%0AApp%…
/Zephyr-latest/samples/drivers/video/tcpserversink/
DREADME.rst57 ! videoparse format=rgb16 width=480 height=272 \
62 For video software generator, the default resolution should be width=320 and height=160.
/Zephyr-latest/arch/x86/core/
Dcommon.S79 .long DT_PROP(DT_INST(0, intel_multiboot_framebuffer), height) /* height */
/Zephyr-latest/samples/subsys/input/draw_touch_events/src/
Dmain.c25 #define HEIGHT (DT_PROP(DT_CHOSEN(zephyr_display), height))
37 .buf_size = BUFFER_SIZE, .pitch = CROSS_DIM, .width = CROSS_DIM, .height = CROSS_DIM};
/Zephyr-latest/boards/shields/rk043fn02h_ct/
Drk043fn02h_ct.overlay33 height = <272>;
/Zephyr-latest/boards/shields/rk043fn66hs_ctg/
Drk043fn66hs_ctg.overlay34 height = <272>;
/Zephyr-latest/samples/drivers/video/capture/src/
Dcheck_test_pattern.h121 for (int h = 0; h < fmt.height; h++) { in is_colorbar_ok()
145 average_lab(&colorbars[i], PIXELS_NUM * fmt.height); in is_colorbar_ok()
/Zephyr-latest/boards/renesas/da1469x_dk_pro/dts/
Dda1469x_dk_pro_mipi_dbi.overlay54 height = <320>;

12345678910