Home
last modified time | relevance | path

Searched refs:width_max (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/tests/drivers/video/api/src/
Dvideo_emul.c50 zexpect_equal(fmt.width, caps.format_caps[i].width_max); in ZTEST()
54 fmt.width = caps.format_caps[i].width_max; 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()
154 fmt.width = caps.format_caps[0].width_max; in ZTEST()
Dvideo_common.c18 .width_min = 1280, .width_max = 1280, .width_step = 50,
21 .width_min = 100, .width_max = 1000, .width_step = 50,
24 .width_min = 1920, .width_max = 1920, .width_step = 0,
/Zephyr-latest/drivers/video/
Dvideo_sw_generator.c44 .width_max = 1920,
52 .width_max = 1920,
72 fmt->width <= fmts[i].width_max && fmt->height >= fmts[i].height_min && in video_sw_generator_set_fmt()
321 if ((i == ARRAY_SIZE(fmts)) || (fie->format->width > fmts[i].width_max) || in video_sw_generator_enum_frmival()
Dmt9m114.c176 .pixelformat = (format), .width_min = (width), .width_max = (width), \
400 fmt->width <= fmts[i].width_max && fmt->height >= fmts[i].height_min && in mt9m114_set_fmt()
Dvideo_common.c95 IN_RANGE(fmt->width, fmts[i].width_min, fmts[i].width_max) && in video_format_caps_index()
Dvideo_mcux_smartdma.c224 .width_max = SDMA_VBUF_WIDTH,
Dov7670.c187 .pixelformat = (format), .width_min = (width), .width_max = (width), \
Dov5640.c404 .pixelformat = (format), .width_min = (width), .width_max = (width), \
562 fmt->width <= fmts[i].width_max && fmt->height >= fmts[i].height_min && in ov5640_set_fmt()
Dgc2145.c695 .pixelformat = format, .width_min = width, .width_max = width, \
Dvideo_emul_imager.c144 .width_max = (width), \
Dov7725.c534 .width_max = 640,
Dov2640.c450 .width_max = (width), \
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/src/
Dmain.c65 fcap->width_min, fcap->width_max, fcap->width_step, fcap->height_min, in main()
/Zephyr-latest/samples/drivers/video/capture/src/
Dmain.c126 fcap->width_min, fcap->width_max, fcap->width_step, fcap->height_min, in main()
/Zephyr-latest/include/zephyr/drivers/
Dvideo.h75 uint32_t width_max; member