Home
last modified time | relevance | path

Searched full:height (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/Zephyr-latest/tests/drivers/display/display_read_write/src/
Dmain.c16 static const uint32_t display_height = DT_PROP(DT_CHOSEN(zephyr_display), height);
21 DT_PROP(DT_CHOSEN(zephyr_display), height) * 4]
46 static void verify_bytes_of_area(uint8_t *data, int cmp_x, int cmp_y, size_t width, size_t height) in verify_bytes_of_area() argument
49 .height = height, in verify_bytes_of_area()
52 .buf_size = height * width * bpp, in verify_bytes_of_area()
60 zassert_mem_equal(data, disp_buffer, width * height / 8, NULL); in verify_bytes_of_area()
62 zassert_mem_equal(data, disp_buffer, width * height * bpp, NULL); in verify_bytes_of_area()
66 static void verify_background_color(int x, int y, size_t width, size_t height, uint32_t color) in verify_background_color() argument
68 size_t buf_size = is_tiled ? (height * width / 8) : (height * width * bpp); in verify_background_color()
70 .height = height, in verify_background_color()
[all …]
/Zephyr-latest/tests/lib/json/src/
Dmain.c42 int height; member
104 JSON_OBJ_DESCR_PRIM(struct elt, height, JSON_TOK_NUMBER),
432 [0] = { { .name = "Sim\303\263n Bol\303\255var", .height = 168 } }, in ZTEST()
433 [1] = { { .name = "Pel\303\251", .height = 173 } }, in ZTEST()
434 [2] = { { .name = "Usain Bolt", .height = 195 } }, in ZTEST()
439 "{\"name\":\"Sim\303\263n Bol\303\255var\",\"height\":168}," in ZTEST()
440 "{\"name\":\"Pel\303\251\",\"height\":173}," in ZTEST()
441 "{\"name\":\"Usain Bolt\",\"height\":195}" in ZTEST()
458 "{\"height\":168,\"name\":\"Sim\303\263n Bol\303\255var\"}," in ZTEST()
459 "{\"height\":173,\"name\":\"Pel\303\251\"}," in ZTEST()
[all …]
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/
DREADME.rst47 [00:00:02.779,000] <inf> main: RGBP width [160; 160; 0] height [120; 120; 0]
48 [00:00:02.779,000] <inf> main: RGBP width [176; 176; 0] height [144; 144; 0]
49 [00:00:02.780,000] <inf> main: RGBP width [240; 240; 0] height [160; 160; 0]
50 [00:00:02.780,000] <inf> main: RGBP width [320; 320; 0] height [240; 240; 0]
51 [00:00:02.780,000] <inf> main: RGBP width [352; 352; 0] height [288; 288; 0]
52 [00:00:02.780,000] <inf> main: RGBP width [640; 640; 0] height [480; 480; 0]
53 [00:00:02.780,000] <inf> main: RGBP width [800; 800; 0] height [600; 600; 0]
54 [00:00:02.780,000] <inf> main: RGBP width [1024; 1024; 0] height [768; 768; 0]
55 [00:00:02.780,000] <inf> main: RGBP width [1280; 1280; 0] height [1024; 1024; 0]
56 [00:00:02.780,000] <inf> main: RGBP width [1600; 1600; 0] height [1200; 1200; 0]
[all …]
/Zephyr-latest/cmake/
Dcfb.cmake9 height # Height of the CFB font elements in pixels
21 --height ${height}
33 height # Height of the CFB font elements in pixels
38 generate_cfb_font(${input_file} ${output_file} ${width} ${height} ${ARGN})
51 height # Height of the CFB font elements in pixels
64 ${width} ${height} ${generated_target_name} ${ARGN})
/Zephyr-latest/tests/subsys/display/cfb/basic/src/
Dutils.c18 static const uint32_t display_height = DT_PROP(DT_CHOSEN(zephyr_display), height);
20 DT_PROP(DT_CHOSEN(zephyr_display), height) * 4];
55 .height = display_height, in verify_pixel()
66 bool verify_image(int cmp_x, int cmp_y, const uint32_t *img, size_t width, size_t height) in verify_image() argument
69 .height = display_height, in verify_image()
77 for (size_t y = 0; y < height; y++) { in verify_image()
97 bool verify_color_inside_rect(int x, int y, size_t width, size_t height, uint32_t color) in verify_color_inside_rect() argument
100 .height = display_height, in verify_color_inside_rect()
108 for (size_t y_ = 0; y_ < height; y_++) { in verify_color_inside_rect()
121 bool verify_color_outside_rect(int x, int y, size_t width, size_t height, uint32_t color) in verify_color_outside_rect() argument
[all …]
Dutils.h15 DT_PROP(DT_CHOSEN(zephyr_display), height) * 4];
20 bool verify_image(int x, int y, const uint32_t *img, size_t width, size_t height);
21 bool verify_color_inside_rect(int x, int y, size_t width, size_t height, uint32_t color);
22 bool verify_color_outside_rect(int x, int y, size_t width, size_t height, uint32_t color);
23 bool verify_image_and_bg(int x, int y, const uint32_t *img, size_t width, size_t height,
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/img/
Dcap_proc.svg3height="4638px" viewBox="-0.5 -0.5 1092 4638"><defs/><g><rect x="0" y="16" width="350" height="190…
/Zephyr-latest/drivers/display/
Ddisplay_dummy.c17 uint16_t height; member
44 __ASSERT(desc->height <= config->height, in dummy_display_write()
45 "Height in descriptor is larger than screen size"); in dummy_display_write()
48 __ASSERT(y + desc->height <= config->height, in dummy_display_write()
53 y + desc->height > config->height) { in dummy_display_write()
90 capabilities->y_resolution = config->height; in dummy_display_get_capabilities()
121 .height = DT_INST_PROP(n, height), \
Ddisplay_sdl.c26 uint16_t height; member
81 int rc = sdl_display_init_bottom(config->height, config->width, sdl_display_zoom_pct, in sdl_display_init()
102 __ASSERT((desc->pitch * 4U * desc->height) <= desc->buf_size, in sdl_display_write_argb8888()
105 memcpy(disp_buf, buf, desc->pitch * 4U * desc->height); in sdl_display_write_argb8888()
116 __ASSERT((desc->pitch * 3U * desc->height) <= desc->buf_size, in sdl_display_write_rgb888()
119 for (h_idx = 0U; h_idx < desc->height; ++h_idx) { in sdl_display_write_rgb888()
141 __ASSERT((desc->pitch * 2U * desc->height) <= desc->buf_size, in sdl_display_write_rgb565()
144 for (h_idx = 0U; h_idx < desc->height; ++h_idx) { in sdl_display_write_rgb565()
166 __ASSERT((desc->pitch * 2U * desc->height) <= desc->buf_size, in sdl_display_write_bgr565()
169 for (h_idx = 0U; h_idx < desc->height; ++h_idx) { in sdl_display_write_bgr565()
[all …]
/Zephyr-latest/doc/connectivity/networking/
Dzephyr_netstack_overview.svg5 …xmlns:v="http://schemas.microsoft.com/visio/2003/SVGExtensions/" width="4.80411in" height="8.5767i…
53 <v:textRect cx="132.217" cy="603.177" width="264.44" height="28.6894"/>
56 <rect x="0" y="588.833" width="264.434" height="28.6894" class="st2"/>
58 <rect x="0" y="588.833" width="264.434" height="28.6894" class="st3"/>
67 <v:textRect cx="132.217" cy="603.177" width="264.44" height="28.6894"/>
70 <rect x="0" y="588.833" width="264.434" height="28.6894" class="st2"/>
72 <rect x="0" y="588.833" width="264.434" height="28.6894" class="st3"/>
81 <v:textRect cx="70.4319" cy="603.177" width="140.87" height="28.6894"/>
84 <rect x="0" y="588.833" width="140.864" height="28.6894" class="st2"/>
86 <rect x="0" y="588.833" width="140.864" height="28.6894" class="st3"/>
[all …]
/Zephyr-latest/samples/bluetooth/mtu_update/img/
Dmtu.svg3height="514px" viewBox="-0.5 -0.5 831 514"><defs/><g><rect x="220" y="2" width="400" height="190" …
/Zephyr-latest/scripts/build/
Dgen_cfb_font_header.py22 width, height = image.size
35 for row in range(0, height):
50 for octet in range(0, int(height / 8)):
82 # calculate width + height
94 height = fh_max + args.y_offset
97 height = 8 * int((fh_max + args.y_offset + 7) / 8)
102 if height != args.height:
103 raise Exception('text height {} mismatch with -y {}'.format(height, args.height))
106 image = Image.new('1', (width, height), 'white')
112 # calculate width + height
[all …]
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dicbmsg_memory.svg1 …" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="649px" height="263px" viewBox="-…
4 … <rect x="7" y="120" width="120" height="40" fill="none" stroke="#000000" pointer-events="all"/>
7 …<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.or…
8 …lign-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top:…
10 …lock; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-even…
21 … <rect x="127" y="120" width="200" height="40" fill="none" stroke="#000000" pointer-events="all"/>
24 …<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.or…
25 …lign-items: unsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top:…
27 …lock; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-even…
38 … <rect x="47" y="220" width="80" height="40" fill="none" stroke="#000000" pointer-events="all"/>
[all …]
Dicbmsg_message.svg1 …" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="561px" height="182px" viewBox="-…
4 <rect x="0" y="1" width="80" height="40" fill="none" stroke="#000000" pointer-events="all"/>
7 …<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.or…
8 …align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top:…
10 …lock; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-even…
21 … <rect x="80" y="1" width="80" height="40" fill="none" stroke="#000000" pointer-events="all"/>
24 …<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.or…
25 …align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top:…
27 …lock; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-even…
38 … <rect x="160" y="1" width="80" height="40" fill="none" stroke="#000000" pointer-events="all"/>
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/images/
Ddfu_srv.svg3height="681px" viewBox="-0.5 -0.5 451 681"><defs/><g><rect x="160" y="0" width="100" height="40" r…
Dblob_srv.svg3height="516px" viewBox="-0.5 -0.5 581 516"><defs/><g><rect x="0" y="0" width="100" height="40" fil…
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome-sidebar-only.css37 --top-height: 120px;
39 --toc-max-height: calc(100vh - 2 * var(--spacing-medium) - 25px);
55 top: var(--top-height);
60 height: calc(100vh - var(--top-height)) !important;
70 height: var(--top-height);
71 margin-bottom: calc(0px - var(--top-height));
85 box-shadow: 0 calc(-2 * var(--top-height)) 0 0 var(--separator-color);
97 height: calc(100vh - 31px) !important;
99 padding-top: calc(var(--top-height) - 80px);
/Zephyr-latest/doc/connectivity/networking/conn_mgr/figures/
Dintegration_diagram_detailed.svg3height="632px" viewBox="-0.5 -0.5 783 632" style="background-color: rgb(255, 255, 255);"><defs><st…
Dintegration_diagram_simplified.svg3height="446px" viewBox="-0.5 -0.5 619 446" style="background-color: rgb(255, 255, 255);"><defs><st…
/Zephyr-latest/doc/safety/images/
DIEC-61508-basis.svg1height="515px" viewBox="-0.5 -0.5 802 515" style="background-color: rgb(255, 255, 255);"><defs><li…
/Zephyr-latest/doc/services/portability/posix/overview/
Dposix.svg2height="294px" viewBox="-0.5 -0.5 581 294" content="&lt;mxfile modified=&quot;2019-07-14T12:48:21.…
/Zephyr-latest/doc/contribute/media/
Dext-src-flowchart.svg3height="419px" viewBox="-0.5 -0.5 781 419" content="&lt;mxfile host=&quot;app.diagrams.net&quot; m…
/Zephyr-latest/doc/services/pm/images/
Dcentral_method.svg3height="419px" viewBox="-0.5 -0.5 841 419" content="&lt;mxfile host=&quot;app.diagrams.net&quot; m…
/Zephyr-latest/doc/develop/test/figures/
Dtwister_and_pytest.svg4height="769px" viewBox="-0.5 -0.5 761 769" content="&lt;mxfile host=&quot;ac.draw.io&quot; modifie…
/Zephyr-latest/doc/hardware/emulator/img/
Ddevice_class_emulator.svg4height="449px" viewBox="-0.5 -0.5 374 449" content="&lt;mxfile host=&quot;Electron&quot; modified=…

12345678910>>...13