Home
last modified time | relevance | path

Searched refs:jpg_seq_num (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/pci/zoran/
H A Dzoran_device.c408 zr->jpg_seq_num = 0; in init_jpeg_queue()
813 zr->jpg_seq_num++; in zoran_reap_stat_com()
844 dif = (seq - zr->jpg_seq_num) & 0xff; in zoran_reap_stat_com()
845 zr->jpg_seq_num += dif; in zoran_reap_stat_com()
848 2 ? (zr->jpg_seq_num >> 1) : zr->jpg_seq_num; in zoran_reap_stat_com()
H A Dzoran.h249 unsigned long jpg_seq_num; /* count of frames since grab/play started */ member