Lines Matching refs:pes
566 memset(p->pes, 0, TS_SIZE);
576 memset(p->pes, 0, TS_SIZE);
669 p->pes[0] = 0x00;
670 p->pes[1] = 0x00;
671 p->pes[2] = 0x01;
672 p->pes[3] = buf[c];
674 memcpy(p->pes + p->pos, buf + c, (TS_SIZE - 4) - p->pos);
676 p_to_t(p->pes, (TS_SIZE - 4), pid, &p->counter, p->feed);
694 memcpy(p->pes + p->pos, buf, l);
697 p_to_t(p->pes, p->pos, pid, &p->counter, p->feed);
718 memcpy(p->pes, buf + c + l, rest);