Home | History | Annotate | Download | only in test

Lines Matching refs:seq

607 	uint32_t seq;
630 seq = 0;
680 if (seq != sq) {
681 syslog(LOG_INFO, "seq missmatch: %d -> %d", seq, sq);
682 seq = sq;
684 seq++;
712 uint32_t seq;
744 seq = 0;
746 *(uint32_t *) buf = htobl(seq);
748 seq++;
766 if (num_frames && delay && count && !(seq % count))