Lines Matching refs:counter
91 u8 *counter, struct dvb_demux_feed *feed);
582 p->counter = 0; in av7110_p2t_init()
691 p_to_t(p->pes, (TS_SIZE - 4), pid, &p->counter, p->feed); in av7110_p2t_write()
712 p_to_t(p->pes, p->pos, pid, &p->counter, p->feed); in av7110_p2t_write()
722 p_to_t(buf + c, c2 - c, pid, &p->counter, p->feed); in av7110_p2t_write()
732 p_to_t(buf + c, l, pid, &p->counter, p->feed); in av7110_p2t_write()
741 static int write_ts_header2(u16 pid, u8 *counter, int pes_start, u8 *buf, u8 length) in write_ts_header2() argument
755 tshead[3] |= ((*counter)++ & 0x0F); in write_ts_header2()
776 static void p_to_t(u8 const *buf, long int length, u16 pid, u8 *counter, in p_to_t() argument
808 l = write_ts_header2(pid, counter, pes_start, in p_to_t()
813 l = write_ts_header2(pid, counter, pes_start, in p_to_t()