Searched refs:height_step (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.7.0/drivers/video/ |
D | video_sw_generator.c | 37 .height_step = 1, 45 .height_step = 1,
|
D | ov7670.c | 132 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \
|
D | mt9m114.c | 173 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \
|
D | ov5640.c | 362 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \
|
D | ov7725.c | 540 .height_step = 0,
|
D | ov2640.c | 453 .height_step = 0 \
|
/Zephyr-Core-3.7.0/samples/subsys/video/capture/src/ |
D | main.c | 118 fcap->height_max, fcap->height_step); in main()
|
/Zephyr-Core-3.7.0/include/zephyr/drivers/ |
D | video.h | 81 uint16_t height_step; member
|