Home
last modified time | relevance | path

Searched refs:width (Results 1 – 25 of 53) sorted by relevance

123

/tests/drivers/display/display_read_write/src/
A Dmain.c53 .pitch = width, in verify_bytes_of_area()
54 .width = width, in verify_bytes_of_area()
74 .pitch = width, in verify_background_color()
75 .width = width, in verify_background_color()
158 .pitch = width, in ZTEST()
159 .width = width, in ZTEST()
171 verify_background_color(width, 0, display_width - width, display_height, 0); in ZTEST()
186 .pitch = width, in ZTEST()
187 .width = width, in ZTEST()
232 .pitch = width, in ZTEST()
[all …]
/tests/subsys/display/cfb/basic/src/
A Dutils.c19 uint8_t read_buffer[DT_PROP(DT_CHOSEN(zephyr_display), width) *
47 const uint32_t *ptr = img + (width * y + x); in image_pixel()
57 .width = display_width, in verify_pixel()
71 .width = display_width, in verify_image()
78 for (size_t x = 0; x < width; x++) { in verify_image()
80 uint32_t img_pix = image_pixel(img, width, x, y); in verify_image()
102 .width = display_width, in verify_color_inside_rect()
109 for (size_t x_ = 0; x_ < width; x_++) { in verify_color_inside_rect()
140 if ((x + width) <= display_width) { in verify_color_outside_rect()
141 ret = verify_color_inside_rect(x + width, y, display_width - (x + width), in verify_color_outside_rect()
[all …]
A Dutils.h14 extern uint8_t read_buffer[DT_PROP(DT_CHOSEN(zephyr_display), width) *
18 uint32_t image_pixel(const uint32_t *img, size_t width, int x, int y);
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,
A Dclear.c19 static const uint32_t display_width = DT_PROP(DT_CHOSEN(zephyr_display), width);
30 .width = display_width, in cfb_test_before()
A Dinvert.c19 static const uint32_t display_width = DT_PROP(DT_CHOSEN(zephyr_display), width);
30 .width = display_width, in cfb_test_before()
/tests/drivers/build_all/display/
A Dapp.overlay43 width = <320>;
52 width = <480>;
70 width = <160>;
79 width = <128>;
106 width = <250>;
115 width = <400>;
135 width = <240>;
143 width = <128>;
224 width = <96>;
458 width = <32>;
[all …]
/tests/drivers/video/api/src/
A Dvideo_common.c37 fmt.width = 100; in ZTEST()
43 fmt.width = 1000; in ZTEST()
49 fmt.width = 1920; in ZTEST()
55 fmt.width = 1001; in ZTEST()
60 fmt.width = 1000; in ZTEST()
65 fmt.width = 1280; in ZTEST()
73 fmt.width = 1000; in ZTEST()
78 fmt.width = 1280; in ZTEST()
A Dvideo_emul.c38 fmt.width = caps.format_caps[i].width_min; in ZTEST()
42 zexpect_equal(fmt.width, caps.format_caps[i].width_min); in ZTEST()
46 fmt.width = caps.format_caps[i].width_min; in ZTEST()
50 zexpect_equal(fmt.width, caps.format_caps[i].width_max); in ZTEST()
54 fmt.width = caps.format_caps[i].width_max; in ZTEST()
58 zexpect_equal(fmt.width, caps.format_caps[i].width_min); in ZTEST()
62 fmt.width = caps.format_caps[i].width_max; in ZTEST()
66 zexpect_equal(fmt.width, caps.format_caps[i].width_max); in ZTEST()
159 fmt.width = caps.format_caps[0].width_max; in ZTEST()
/tests/drivers/i2c/i2c_target_api/boards/
A Dmec1501modular_assy6885.overlay11 address-width = <16>;
21 address-width = <16>;
A Dmax32666evkit_max32666_cpu0.overlay11 address-width = <16>;
23 address-width = <16>;
A Dmax32680evkit_max32680_m4.overlay11 address-width = <16>;
23 address-width = <16>;
A Dnpcx9m6f_evb.overlay13 address-width = <16>;
27 address-width = <16>;
A Dmax32655evkit_max32655_m4.overlay11 address-width = <16>;
27 address-width = <16>;
A Dmax32670evkit.overlay11 address-width = <16>;
27 address-width = <16>;
A Dmax32672evkit.overlay11 address-width = <16>;
27 address-width = <16>;
A Dmax32675evkit.overlay15 address-width = <16>;
27 address-width = <16>;
A Dmax32690evkit_max32690_m4.overlay11 address-width = <16>;
27 address-width = <16>;
A Dmax32650evkit.overlay14 address-width = <16>;
30 address-width = <16>;
A Dmax78002evkit_max78002_m4.overlay14 address-width = <16>;
30 address-width = <16>;
A Dnumaker_m55m1.overlay27 address-width = <16>;
40 address-width = <16>;
A Dnumaker_m2l31ki.overlay27 address-width = <16>;
40 address-width = <16>;
A Dnumaker_pfm_m467.overlay27 address-width = <16>;
40 address-width = <16>;
A Dnucleo_l476rg.overlay20 address-width = <16>;
29 address-width = <16>;
A Dnrf5340dk_nrf5340_cpuapp.overlay35 address-width = <8>;
47 address-width = <8>;
/tests/drivers/psi5/psi5_api/boards/
A Ds32z2xxdc2_s32z270_rtu0.overlay35 pulse-width-0-us = <100>;
36 pulse-width-1-us = <127>;

Completed in 41 milliseconds

123