Searched refs:PCR_ext (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/source/
H A DTSPacketizer.cpp852 uint32_t PCR_ext = PCR % 300; local
864 *ptr++ = ((PCR_base & 1) << 7) | 0x7e | ((PCR_ext >> 8) & 1);
865 *ptr++ = (PCR_ext & 0xff);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp1426 unsigned PCR_ext = br->getBits(9); local
1430 // the final byte of this PCR_ext field.
1434 uint64_t PCR = PCR_base * 300 + PCR_ext;
1440 // including the final byte of this PCR_ext field.

Completed in 87 milliseconds