Home
last modified time | relevance | path

Searched refs:height_step (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/tests/drivers/video/api/src/
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/samples/drivers/video/capture_to_lvgl/src/
Dmain.c66 fcap->height_max, fcap->height_step); in main()
/Zephyr-latest/drivers/video/
Dvideo_sw_generator.c48 .height_step = 1,
56 .height_step = 1,
Dvideo_mcux_smartdma.c228 .height_step = 0,
Dov7670.c188 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \
Dmt9m114.c177 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \
Dgc2145.c696 .height_min = height, .height_max = height, .width_step = 0, .height_step = 0, \
Dvideo_emul_imager.c148 .height_step = 0, \
Dov7725.c538 .height_step = 0,
Dov2640.c454 .height_step = 0 \
Dov5640.c405 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \
/Zephyr-latest/samples/drivers/video/capture/src/
Dmain.c127 fcap->height_max, fcap->height_step); in main()
/Zephyr-latest/include/zephyr/drivers/
Dvideo.h83 uint16_t height_step; member