Searched defs: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.cpp1422 unsigned PCR_ext = br->getBits(9); local
1426 // the final byte of this PCR_ext field.
1430 uint64_t PCR = PCR_base * 300 + PCR_ext;
1436 // including the final byte of this PCR_ext field.

Completed in 89 milliseconds