HomeSort by relevance Sort by last modified time
    Searched refs:previous_pts_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/mp2t/
ts_section_pes.h 53 int64 previous_pts_; member in class:media::mp2t::TsSectionPes
ts_section_pes.cc 89 previous_pts_(0),
143 previous_pts_ = 0;
274 pts = UnrollTimestamp(previous_pts_, pts);
275 previous_pts_ = pts;

Completed in 714 milliseconds