Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/video/api/src/
Dvideo_common.c18 .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/
Dmain.c65 fcap->width_min, fcap->width_max, fcap->width_step, fcap->height_min, in main()
/Zephyr-latest/drivers/video/
Dvideo_sw_generator.c47 .width_step = 1,
55 .width_step = 1,
Dvideo_mcux_smartdma.c227 .width_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.c147 .width_step = 0, \
Dov7725.c537 .width_step = 0,
Dov2640.c453 .width_step = 0, \
Dov5640.c405 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \
/Zephyr-latest/samples/drivers/video/capture/src/
Dmain.c126 fcap->width_min, fcap->width_max, fcap->width_step, fcap->height_min, in main()
/Zephyr-latest/include/zephyr/drivers/
Dvideo.h81 uint16_t width_step; member