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

/external/chromium_org/media/formats/mp2t/
H A Dts_section_pes.cc18 // |pts_section| has 40 bits:
195 int64 pts_section = 0; local
198 RCHECK(bit_reader.ReadBits(40, &pts_section));
199 RCHECK((((pts_section >> 36) & 0xf) == 0x2) &&
200 IsTimestampSectionValid(pts_section));
204 RCHECK(bit_reader.ReadBits(40, &pts_section));
206 RCHECK((((pts_section >> 36) & 0xf) == 0x3) &&
207 IsTimestampSectionValid(pts_section));
219 ConvertTimestampSectionToTimestamp(pts_section));

Completed in 88 milliseconds