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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp1964 unsigned PCR_ext = br->getBits(9); local
1968 // the final byte of this PCR_ext field.
1972 uint64_t PCR = PCR_base * 300 + PCR_ext;
1978 // including the final byte of this PCR_ext field.

Completed in 28 milliseconds