/Zephyr-latest/include/zephyr/drivers/ |
D | video.h | 46 struct video_format { struct 195 const struct video_format *format; 239 struct video_format *fmt); 248 struct video_format *fmt); 388 struct video_format *fmt) in video_set_format() 411 struct video_format *fmt) in video_get_format() 768 int video_format_caps_index(const struct video_format_cap *fmts, const struct video_format *fmt,
|
/Zephyr-latest/drivers/video/ |
D | video_mcux_mipi_csi2rx.c | 57 struct video_format fmt; in mipi_csi2rx_update_settings() 122 struct video_format *fmt) in mipi_csi2rx_set_fmt() 134 struct video_format *fmt) in mipi_csi2rx_get_fmt() 225 static uint64_t mipi_csi2rx_cal_frame_size(const struct video_format *fmt) in mipi_csi2rx_cal_frame_size() 232 const struct video_format *cur_format, in mipi_csi2rx_estimate_pixel_rate() 233 const struct video_format *fie_format, in mipi_csi2rx_estimate_pixel_rate() 250 struct video_format cur_fmt; in mipi_csi2rx_enum_frmival()
|
D | video_esp32_dvp.c | 65 struct video_format video_format; member 262 struct video_format *fmt) in video_esp32_get_fmt() 283 struct video_format *fmt) in video_esp32_set_fmt() 292 data->video_format = *fmt; in video_esp32_set_fmt() 306 vbuf->bytesused = data->video_format.pitch * data->video_format.height; in video_esp32_enqueue()
|
D | video_emul_rx.c | 26 struct video_format fmt; 85 struct video_format *fmt) in emul_rx_set_fmt() 110 struct video_format *fmt) in emul_rx_get_fmt() 155 struct video_format *fmt = &data->fmt; in emul_rx_worker() 181 struct video_format *fmt = &data->fmt; in emul_rx_enqueue()
|
D | video_mcux_csi.c | 109 static inline void video_pix_fmt_convert(struct video_format *fmt, bool isGetFmt) in video_pix_fmt_convert() 131 struct video_format *fmt) in video_mcux_csi_set_fmt() 137 struct video_format format = *fmt; in video_mcux_csi_set_fmt() 178 struct video_format *fmt) in video_mcux_csi_get_fmt() 455 const struct video_format *fie_fmt = fie->format; in video_mcux_csi_enum_frmival() 459 struct video_format converted_fmt = *fie->format; in video_mcux_csi_enum_frmival()
|
D | video_emul_imager.c | 70 struct video_format fmt; 325 static void emul_imager_fill_framebuffer(const struct device *const dev, struct video_format *fmt) in emul_imager_fill_framebuffer() 361 struct video_format *fmt) in emul_imager_set_fmt() 403 struct video_format *fmt) in emul_imager_get_fmt() 451 struct video_format fmt; in emul_imager_init()
|
D | ov7670.c | 33 struct video_format fmt; 352 struct video_format *fmt) in ov7670_set_fmt() 438 struct video_format *fmt) in ov7670_get_fmt() 454 struct video_format fmt; in ov7670_init()
|
D | mt9m114.c | 67 struct video_format fmt; 392 struct video_format *fmt) in mt9m114_set_fmt() 445 struct video_format *fmt) in mt9m114_get_fmt() 509 struct video_format fmt; in mt9m114_init()
|
D | gc2145.c | 690 struct video_format fmt; 1024 struct video_format *fmt) in gc2145_set_fmt() 1074 struct video_format *fmt) in gc2145_get_fmt() 1127 struct video_format fmt; in gc2145_init()
|
D | video_sw_generator.c | 29 struct video_format fmt; 61 struct video_format *fmt) in video_sw_generator_set_fmt() 89 struct video_format *fmt) in video_sw_generator_get_fmt()
|
D | ov7725.c | 184 struct video_format fmt; 420 struct video_format *fmt) in ov7725_set_fmt() 511 struct video_format *fmt) in ov7725_get_fmt() 562 struct video_format fmt; in ov7725_init()
|
D | video_stm32_dcmi.c | 39 struct video_format fmt; 197 struct video_format *fmt) in video_stm32_dcmi_set_fmt() 221 struct video_format *fmt) in video_stm32_dcmi_get_fmt()
|
D | video_mcux_smartdma.c | 235 struct video_format *fmt) in nxp_video_sdma_set_format() 262 struct video_format *fmt) in nxp_video_sdma_get_format()
|
D | ov2640.c | 443 struct video_format fmt; 861 enum video_endpoint_id ep, struct video_format *fmt) in ov2640_set_fmt() 904 enum video_endpoint_id ep, struct video_format *fmt) in ov2640_get_fmt() 985 struct video_format fmt; in ov2640_init()
|
D | ov5640.c | 141 struct video_format fmt; 553 struct video_format *fmt) in ov5640_set_fmt() 621 struct video_format *fmt) in ov5640_get_fmt() 934 struct video_format fmt; in ov5640_init()
|
D | video_common.c | 90 int video_format_caps_index(const struct video_format_cap *fmts, const struct video_format *fmt, in video_format_caps_index()
|
/Zephyr-latest/tests/drivers/video/api/src/ |
D | video_emul.c | 29 struct video_format fmt = {0}; in ZTEST() 78 struct video_format fmt; in ZTEST() 146 struct video_format fmt; in ZTEST()
|
D | video_common.c | 31 struct video_format fmt = {0}; in ZTEST()
|
/Zephyr-latest/samples/drivers/video/capture/src/ |
D | main.c | 70 const struct video_format fmt) in video_display_frame() 86 struct video_format fmt; in main()
|
D | check_test_pattern.h | 115 static inline bool is_colorbar_ok(const uint8_t *const buf, const struct video_format fmt) in is_colorbar_ok()
|
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/src/ |
D | main.c | 24 struct video_format fmt; in main()
|
/Zephyr-latest/samples/drivers/video/tcpserversink/src/ |
D | main.c | 43 struct video_format fmt; in main()
|