Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/media/pci/zoran/
Dzoran.h199 struct zoran { struct
217 u8 initialized; /* flag if zoran has been correctly initialized */ argument
236 struct zoran_v4l_settings v4l_settings; /* structure with a lot of things to play with */ argument
239 enum zoran_codec_mode codec_mode; /* status of codec */ argument
240 struct zoran_jpg_settings jpg_settings; /* structure with a lot of things to play with */ argument
245 unsigned long jpg_que_head; /* Index where to put next buffer which is queued */
246 unsigned long jpg_dma_head; /* Index of next buffer which goes into stat_com */
247 unsigned long jpg_dma_tail; /* Index of last buffer in stat_com */
248 unsigned long jpg_que_tail; /* Index of last buffer in queue */
249 unsigned long jpg_seq_num; /* count of frames since grab/play started */
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/zoran/
Dzoran.h206 struct zoran { struct
224 u8 initialized; /* flag if zoran has been correctly initialized */ argument
243 struct zoran_v4l_settings v4l_settings; /* structure with a lot of things to play with */ argument
246 enum zoran_codec_mode codec_mode; /* status of codec */ argument
247 struct zoran_jpg_settings jpg_settings; /* structure with a lot of things to play with */ argument
252 unsigned long jpg_que_head; /* Index where to put next buffer which is queued */
253 unsigned long jpg_dma_head; /* Index of next buffer which goes into stat_com */
254 unsigned long jpg_dma_tail; /* Index of last buffer in stat_com */
255 unsigned long jpg_que_tail; /* Index of last buffer in queue */
256 unsigned long jpg_seq_num; /* count of frames since grab/play started */
[all …]