Searched refs:video_set_ctrl (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/src/ |
D | main.c | 111 if (video_set_ctrl(video_dev, VIDEO_CID_HFLIP, (void *)1)) { in main() 119 if (video_set_ctrl(video_dev, VIDEO_CID_VFLIP, (void *)1)) { in main()
|
/Zephyr-latest/samples/drivers/video/capture/src/ |
D | main.c | 183 video_set_ctrl(video_dev, VIDEO_CID_HFLIP, (void *)1); in main() 187 video_set_ctrl(video_dev, VIDEO_CID_TEST_PATTERN, (void *)1); in main()
|
/Zephyr-latest/tests/drivers/video/api/src/ |
D | video_emul.c | 133 zexpect_ok(video_set_ctrl(imager_dev, VIDEO_CID_EXPOSURE, (void *)30)); in ZTEST() 138 zexpect_ok(video_set_ctrl(imager_dev, VIDEO_CID_GAIN, (void *)30)); in ZTEST()
|
/Zephyr-latest/drivers/video/ |
D | video_emul_rx.c | 37 return video_set_ctrl(cfg->source_dev, cid, value); in emul_rx_set_ctrl()
|
D | video_mcux_mipi_csi2rx.c | 194 return video_set_ctrl(config->sensor_dev, cid, value); in mipi_csi2rx_set_ctrl()
|
D | video_esp32_dvp.c | 336 return video_set_ctrl(cfg->source_dev, cid, value); in video_esp32_set_ctrl()
|
D | video_mcux_csi.c | 315 ret = video_set_ctrl(config->source_dev, cid, value); in video_mcux_csi_set_ctrl()
|
D | video_stm32_dcmi.c | 359 ret = video_set_ctrl(config->sensor_dev, cid, value); in video_stm32_dcmi_set_ctrl()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | video.h | 668 static inline int video_set_ctrl(const struct device *dev, unsigned int cid, void *value) in video_set_ctrl() function
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 891 * STM32: Implemented :c:func:`video_get_ctrl` and :c:func:`video_set_ctrl` APIs.
|