Searched refs:width_step (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/tests/drivers/video/api/src/ |
D | video_common.c | 18 .width_min = 1280, .width_max = 1280, .width_step = 50, 21 .width_min = 100, .width_max = 1000, .width_step = 50, 24 .width_min = 1920, .width_max = 1920, .width_step = 0,
|
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/src/ |
D | main.c | 65 fcap->width_min, fcap->width_max, fcap->width_step, fcap->height_min, in main()
|
/Zephyr-latest/drivers/video/ |
D | video_sw_generator.c | 47 .width_step = 1, 55 .width_step = 1,
|
D | video_mcux_smartdma.c | 227 .width_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 | 147 .width_step = 0, \
|
D | ov7725.c | 537 .width_step = 0,
|
D | ov2640.c | 453 .width_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 | 126 fcap->width_min, fcap->width_max, fcap->width_step, fcap->height_min, in main()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | video.h | 81 uint16_t width_step; member
|