Searched refs:emitted_pts_ (Results 1 – 2 of 2) sorted by relevance
56 emitted_pts_.clear(); in Reset()125 emitted_pts_.push_back(buffer->timestamp()); in ProcessPendingBuffers()126 if (emitted_pts_.size() > kHistorySize) in ProcessPendingBuffers()127 emitted_pts_.pop_front(); in ProcessPendingBuffers()150 for (std::list<base::TimeDelta>::const_iterator it = emitted_pts_.begin(); in GetNextFramePts()151 it != emitted_pts_.end(); ++it) { in GetNextFramePts()
86 std::list<base::TimeDelta> emitted_pts_; variable