Searched refs:PCR_ext (Results 1 – 2 of 2) sorted by relevance
852 uint32_t PCR_ext = PCR % 300; in packetize() local864 *ptr++ = ((PCR_base & 1) << 7) | 0x7e | ((PCR_ext >> 8) & 1); in packetize()865 *ptr++ = (PCR_ext & 0xff); in packetize()
1960 unsigned PCR_ext = br->getBits(9); in parseAdaptationField() local1968 uint64_t PCR = PCR_base * 300 + PCR_ext; in parseAdaptationField()