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

/external/chromium_org/media/formats/mp2t/
H A Des_adapter_video.cc135 base::TimeDelta next_pts = kNoTimestamp(); local
143 if (next_pts == kNoTimestamp() || next_pts > (*it)->timestamp())
144 next_pts = (*it)->timestamp();
154 if (next_pts == kNoTimestamp() || next_pts > *it)
155 next_pts = *it;
158 return next_pts;

Completed in 1418 milliseconds