Lines Matching refs:c2
648 int c, c2, l, add; in av7110_p2t_write() local
652 c2 = 0; in av7110_p2t_write()
704 c2 = find_pes_header(buf + c, length - c, &p->frags); in av7110_p2t_write()
705 if (c2 >= 0 && c2 < (TS_SIZE - 4) - p->pos) in av7110_p2t_write()
706 l = c2+c; in av7110_p2t_write()
718 c2 = find_pes_header(buf + c + add, length - c - add, &p->frags); in av7110_p2t_write()
719 if (c2 >= 0) { in av7110_p2t_write()
720 c2 += c + add; in av7110_p2t_write()
721 if (c2 > c){ in av7110_p2t_write()
722 p_to_t(buf + c, c2 - c, pid, &p->counter, p->feed); in av7110_p2t_write()
723 c = c2; in av7110_p2t_write()