Home | History | Annotate | Download | only in test

Lines Matching refs:seq

420 	uint32_t seq;
426 seq = 0;
457 if (seq != sq) {
458 syslog(LOG_INFO, "seq missmatch: %d -> %d", seq, sq);
459 seq = sq;
461 seq++;
489 uint32_t seq;
509 seq = 0;
511 *(uint32_t *) buf = htobl(seq);
513 seq++;
521 if (num_frames && delay && count && !(seq % count))