Home
last modified time | relevance | path

Searched refs:video_set_ctrl (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/samples/drivers/video/capture_to_lvgl/src/
Dmain.c111 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/
Dmain.c183 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/
Dvideo_emul.c133 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/
Dvideo_emul_rx.c37 return video_set_ctrl(cfg->source_dev, cid, value); in emul_rx_set_ctrl()
Dvideo_mcux_mipi_csi2rx.c194 return video_set_ctrl(config->sensor_dev, cid, value); in mipi_csi2rx_set_ctrl()
Dvideo_esp32_dvp.c336 return video_set_ctrl(cfg->source_dev, cid, value); in video_esp32_set_ctrl()
Dvideo_mcux_csi.c315 ret = video_set_ctrl(config->source_dev, cid, value); in video_mcux_csi_set_ctrl()
Dvideo_stm32_dcmi.c359 ret = video_set_ctrl(config->sensor_dev, cid, value); in video_stm32_dcmi_set_ctrl()
/Zephyr-latest/include/zephyr/drivers/
Dvideo.h668 static inline int video_set_ctrl(const struct device *dev, unsigned int cid, void *value) in video_set_ctrl() function
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst891 * STM32: Implemented :c:func:`video_get_ctrl` and :c:func:`video_set_ctrl` APIs.