Searched refs:height_step (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/tests/drivers/video/api/src/ |
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/samples/drivers/video/capture_to_lvgl/src/ |
D | main.c | 66 fcap->height_max, fcap->height_step); in main()
|
/Zephyr-latest/drivers/video/ |
D | video_sw_generator.c | 48 .height_step = 1, 56 .height_step = 1,
|
D | video_mcux_smartdma.c | 228 .height_step = 0,
|
D | ov7670.c | 188 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \
|
D | mt9m114.c | 177 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \
|
D | gc2145.c | 696 .height_min = height, .height_max = height, .width_step = 0, .height_step = 0, \
|
D | video_emul_imager.c | 148 .height_step = 0, \
|
D | ov7725.c | 538 .height_step = 0,
|
D | ov2640.c | 454 .height_step = 0 \
|
D | ov5640.c | 405 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \
|
/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 | 83 uint16_t height_step; member
|