Searched refs:PCR_base (Results 1 – 2 of 2) sorted by relevance
851 uint64_t PCR_base = PCR / 300; in packetize() local861 *ptr++ = (PCR_base >> 25) & 0xff; in packetize()862 *ptr++ = (PCR_base >> 17) & 0xff; in packetize()863 *ptr++ = (PCR_base >> 9) & 0xff; in packetize()864 *ptr++ = ((PCR_base & 1) << 7) | 0x7e | ((PCR_ext >> 8) & 1); in packetize()
1916 uint64_t PCR_base = br->getBits(32); in parseAdaptationField() local1917 PCR_base = (PCR_base << 1) | br->getBits(1); in parseAdaptationField()1928 uint64_t PCR = PCR_base * 300 + PCR_ext; in parseAdaptationField()