Searched refs:height_max (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/tests/drivers/video/api/src/ |
D | video_emul.c | 45 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()
|
D | video_common.c | 19 .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/ |
D | video_sw_generator.c | 46 .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()
|
D | mt9m114.c | 177 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \ 401 fmt->height <= fmts[i].height_max) { in mt9m114_set_fmt()
|
D | video_common.c | 96 IN_RANGE(fmt->height, fmts[i].height_min, fmts[i].height_max)) { in video_format_caps_index()
|
D | video_mcux_smartdma.c | 226 .height_max = SDMA_VBUF_HEIGHT,
|
D | ov7670.c | 188 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \
|
D | ov5640.c | 405 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \ 563 fmt->height <= fmts[i].height_max) { in ov5640_set_fmt()
|
D | gc2145.c | 696 .height_min = height, .height_max = height, .width_step = 0, .height_step = 0, \
|
D | video_emul_imager.c | 146 .height_max = (height), \
|
D | ov7725.c | 536 .height_max = 480,
|
D | ov2640.c | 452 .height_max = (height), \
|
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/src/ |
D | main.c | 66 fcap->height_max, fcap->height_step); in main()
|
/Zephyr-latest/samples/drivers/video/capture/src/ |
D | main.c | 127 fcap->height_max, fcap->height_step); in main()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | video.h | 79 uint32_t height_max; member
|