Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/video/api/src/
Dvideo_emul.c45 fmt.height = caps.format_caps[i].height_max; in ZTEST()
59 zexpect_equal(fmt.height, caps.format_caps[i].height_max); in ZTEST()
61 fmt.height = caps.format_caps[i].height_max; in ZTEST()
67 zexpect_equal(fmt.height, caps.format_caps[i].height_max); in ZTEST()
155 fmt.height = caps.format_caps[0].height_max; in ZTEST()
Dvideo_common.c19 .height_min = 720, .height_max = 720, .height_step = 50},
22 .height_min = 100, .height_max = 1000, .height_step = 50},
25 .height_min = 1080, .height_max = 1080, .height_step = 0},
/Zephyr-latest/drivers/video/
Dvideo_sw_generator.c46 .height_max = 1080,
54 .height_max = 1080,
73 fmt->height <= fmts[i].height_max) { in video_sw_generator_set_fmt()
323 (fie->format->height > fmts[i].height_max) || in video_sw_generator_enum_frmival()
Dmt9m114.c177 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \
401 fmt->height <= fmts[i].height_max) { in mt9m114_set_fmt()
Dvideo_common.c96 IN_RANGE(fmt->height, fmts[i].height_min, fmts[i].height_max)) { in video_format_caps_index()
Dvideo_mcux_smartdma.c226 .height_max = SDMA_VBUF_HEIGHT,
Dov7670.c188 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \
Dov5640.c405 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \
563 fmt->height <= fmts[i].height_max) { in ov5640_set_fmt()
Dgc2145.c696 .height_min = height, .height_max = height, .width_step = 0, .height_step = 0, \
Dvideo_emul_imager.c146 .height_max = (height), \
Dov7725.c536 .height_max = 480,
Dov2640.c452 .height_max = (height), \
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/src/
Dmain.c66 fcap->height_max, fcap->height_step); in main()
/Zephyr-latest/samples/drivers/video/capture/src/
Dmain.c127 fcap->height_max, fcap->height_step); in main()
/Zephyr-latest/include/zephyr/drivers/
Dvideo.h79 uint32_t height_max; member