/Zephyr-latest/drivers/display/ |
D | ls0xx.c | 30 #define LS0XX_PANEL_HEIGHT DT_INST_PROP(0, height) 175 LOG_DBG("X: %d, Y: %d, W: %d, H: %d", x, y, desc->width, desc->height); in ls0xx_write() 192 if ((y + desc->height) > LS0XX_PANEL_HEIGHT) { in ls0xx_write() 203 return ls0xx_update_display(dev, y + 1, desc->height, buf); in ls0xx_write()
|
D | display_mcux_elcdif.c | 83 __ASSERT((dev_data->pixel_bytes * desc->pitch * desc->height) <= desc->buf_size, in mcux_elcdif_write() 86 LOG_DBG("W=%d, H=%d, @%d,%d", desc->width, desc->height, x, y); in mcux_elcdif_write() 89 (desc->height == config->rgb_mode.panelHeight) && (desc->pitch == desc->width)) { in mcux_elcdif_write() 95 (desc->height == config->rgb_mode.panelWidth) && (desc->pitch == desc->width) && in mcux_elcdif_write() 123 for (h_idx = 0; h_idx < desc->height; h_idx++) { in mcux_elcdif_write() 189 pxp_dma.source_burst_length = desc->height; in mcux_elcdif_write() 375 .panelHeight = DT_INST_PROP(id, height), \
|
D | ssd1306.c | 50 uint16_t height; member 274 ((y + desc->height)/8 - 1) in ssd1306_write_default() 300 for (uint8_t n = 0; n < desc->height / 8; n++) { in ssd1306_write_sh1106() 334 buf_len = MIN(desc->buf_size, desc->height * desc->width / 8); in ssd1306_write() 351 desc->width, desc->height, buf_len); in ssd1306_write() 377 caps->y_resolution = config->height; in ssd1306_get_capabilities() 553 .height = DT_PROP(node_id, height), \
|
D | display_otm8009a.c | 26 uint16_t height; member 602 capabilities->y_resolution = cfg->height; in otm8009a_get_capabilities() 645 data->yres = cfg->height; in otm8009a_init() 648 data->xres = cfg->height; in otm8009a_init() 653 data->yres = cfg->height; in otm8009a_init() 656 data->xres = cfg->height; in otm8009a_init() 709 .height = DT_INST_PROP(inst, height), \
|
D | display_renesas_ra.h | 28 #define DISPLAY_VSIZE DT_INST_PROP(0, height)
|
/Zephyr-latest/drivers/video/ |
D | video_stm32_dcmi.c | 45 uint32_t height; member 209 if ((fmt->pitch * fmt->height) > CONFIG_VIDEO_BUFFER_POOL_SZ_MAX) { in video_stm32_dcmi_set_fmt() 215 data->height = fmt->height; in video_stm32_dcmi_set_fmt() 242 fmt->height = data->height; in video_stm32_dcmi_get_fmt() 298 const uint32_t buffer_size = data->pitch * data->height; in video_stm32_dcmi_enqueue()
|
D | ov2640.c | 446 #define OV2640_VIDEO_FORMAT_CAP(width, height, format) \ argument 451 .height_min = (height), \ 452 .height_max = (height), \ 864 uint16_t width, height; in ov2640_set_fmt() local 875 height = fmt->height; in ov2640_set_fmt() 889 if (fmts[i].width_min == width && fmts[i].height_min == height && in ov2640_set_fmt() 892 ret |= ov2640_set_resolution(dev, fmt->width, fmt->height); in ov2640_set_fmt() 1010 fmt.height = SVGA_VSIZE; in ov2640_init()
|
D | gc2145.c | 698 #define GC2145_VIDEO_FORMAT_CAP(width, height, format) \ argument 701 .height_min = height, .height_max = height, .width_step = 0, .height_step = 0, \ 1047 if (fmts[i].width_min == fmt->width && fmts[i].height_min == fmt->height && in gc2145_set_fmt() 1068 ret = gc2145_set_resolution(dev, fmt->width, fmt->height); in gc2145_set_fmt() 1160 fmt.height = RESOLUTION_QVGA_H; in gc2145_init()
|
/Zephyr-latest/doc/services/zbus/images/ |
D | zbus_operations.svg | 1 <svg width="716" height="323" viewBox="0 0 716 323" fill="none" xmlns="http://www.w3.org/2000/svg" … 2 <rect x="101" y="272" width="112" height="48" rx="5" fill="#22495B"/> 3 <rect x="111" y="282" width="32" height="32" fill="url(#pattern0)" fill-opacity="0.6"/> 5 <rect x="354.5" y="273.5" width="112" height="49" rx="4.5" fill="#FF7A00"/> 6 <rect x="354.5" y="273.5" width="112" height="49" rx="4.5" stroke="#F27400"/> 9 <rect y="96" width="716" height="128" rx="5" fill="#6931D0"/> 11 <rect x="130" y="128" width="100" height="64" rx="5" fill="#3A8BF1"/> 13 <rect x="238" y="128" width="138" height="64" rx="5" fill="#3A8BF1"/> 15 <rect x="384" y="128" width="103" height="64" rx="5" fill="#3A8BF1"/> 17 <rect x="495" y="128" width="197" height="64" rx="5" fill="#3A8BF1"/> [all …]
|
D | zbus_type_of_observers.svg | 1 <svg width="595" height="50" viewBox="0 0 595 50" fill="none" xmlns="http://www.w3.org/2000/svg"> 2 <rect x="0.5" y="0.5" width="139" height="49" rx="4.5" fill="#FF7A00"/> 5 <rect x="0.5" y="0.5" width="139" height="49" rx="4.5" stroke="#F27400"/> 6 <rect x="161.5" y="0.5" width="248" height="49" rx="4.5" fill="#C8C000"/> 9 <rect x="161.5" y="0.5" width="248" height="49" rx="4.5" stroke="#BBB400"/> 10 <rect x="431.5" y="0.5" width="163" height="49" rx="4.5" fill="#EBEBEB"/> 13 <rect x="431.5" y="0.5" width="163" height="49" rx="4.5" stroke="#DEDEDE"/>
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome.css | 74 --content-line-height: 27px; 77 --table-line-height: 24px; 80 --toc-max-height: calc(100vh - 2 * var(--spacing-medium) - 85px); 131 --searchbar-height: 33px; 133 --searchbar-border-radius: var(--searchbar-height); 163 /* height of an item in any tree / collapsible table */ 164 --tree-item-height: 30px; 323 line-height: initial; 383 height: auto !important; 406 max-height: calc(var(--title-font-size) * 2); [all …]
|
D | doxygen-awesome-sidebar-only-darkmode-toggle.css | 34 …alc(var(--side-nav-fixed-width) - calc(2 * var(--spacing-medium)) - var(--searchbar-height) - 1px); 38 …lc(var(--side-nav-fixed-width) - calc(2 * var(--spacing-medium)) - 66px - var(--searchbar-height));
|
/Zephyr-latest/boards/shields/ssd1306/ |
D | ssd1306_128x64.overlay | 20 height = <64>;
|
D | sh1106_128x64.overlay | 20 height = <64>;
|
D | ssd1306_128x32.overlay | 20 height = <32>;
|
D | ssd1306_128x64_spi.overlay | 21 height = <64>;
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/ |
D | popper.min.js | 7 …height)/e.offsetHeight||1);var u=(n(e)?t(e):window).visualViewport,l=!c()&&i,d=(a.left+(l&&u?u.off…
|
/Zephyr-latest/boards/shields/ls0xx_generic/ |
D | ls013b7dh03.overlay | 22 height = <128>;
|
/Zephyr-latest/modules/lvgl/ |
D | lvgl_display_16bit.c | 24 flush.desc.height = h; in lvgl_flush_cb_16bit()
|
D | lvgl_display_32bit.c | 24 flush.desc.height = h; in lvgl_flush_cb_32bit()
|
D | lvgl_display_8bit.c | 23 flush.desc.height = h; in lvgl_flush_cb_8bit()
|
/Zephyr-latest/doc/_extensions/zephyr/domain/static/css/ |
D | board.css | 41 height: auto !important; 103 line-height: 1.1em; 170 line-height: 1rem; 197 line-height: 1em;
|
/Zephyr-latest/boards/shields/abrobot_esp32c3_oled/ |
D | abrobot_sh1106_72x40.overlay | 23 height = <40>;
|
/Zephyr-latest/samples/drivers/video/tcpserversink/src/ |
D | main.c | 98 VIDEO_FOURCC_TO_STR(fmt.pixelformat), fmt.width, fmt.height); in main() 107 buffers[i] = video_buffer_alloc(fmt.pitch * fmt.height, K_FOREVER); in main()
|
/Zephyr-latest/boards/shields/waveshare_epaper/ |
D | waveshare_epaper_gdew042t2.overlay | 27 height = <300>;
|