Searched refs:pts_90khz (Results 1 – 2 of 2) sorted by relevance
35 void PesOptionalHeader::SetPtsBits(std::int64_t pts_90khz) { in SetPtsBits() argument47 const std::uint32_t pts1 = (pts_90khz >> 30) & 0x7; in SetPtsBits()48 const std::uint32_t pts2 = (pts_90khz >> 15) & 0x7FFF; in SetPtsBits()49 const std::uint32_t pts3 = pts_90khz & 0x7FFF; in SetPtsBits()
140 void SetPtsBits(std::int64_t pts_90khz);