Searched defs:zoran (Results 1 – 1 of 1) sorted by relevance
205 struct zoran { struct223 u8 initialized; /* flag if zoran has been correctly initialized */ argument242 struct zoran_v4l_settings v4l_settings; /* structure with a lot of things to play with */ argument245 enum zoran_codec_mode codec_mode; /* status of codec */ argument246 struct zoran_jpg_settings jpg_settings; /* structure with a lot of things to play with */ argument251 unsigned long jpg_que_head; /* Index where to put next buffer which is queued */252 unsigned long jpg_dma_head; /* Index of next buffer which goes into stat_com */253 unsigned long jpg_dma_tail; /* Index of last buffer in stat_com */254 unsigned long jpg_que_tail; /* Index of last buffer in queue */255 unsigned long jpg_seq_num; /* count of frames since grab/play started */[all …]