Searched defs:video_sw_generator_data (Results 1 – 1 of 1) sorted by relevance
27 struct video_sw_generator_data { struct28 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 …]