Home
last modified time | relevance | path

Searched defs:video_sw_generator_data (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/video/
Dvideo_sw_generator.c27 struct video_sw_generator_data { struct
28 const struct device *dev;
29 struct video_format fmt;
30 struct k_fifo fifo_in;
31 struct k_fifo fifo_out;
32 struct k_work_delayable buf_work;
33 struct k_work_sync work_sync;
34 int pattern;
35 bool ctrl_hflip;
36 bool ctrl_vflip;
[all …]