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

/external/chromium_org/third_party/webrtc/video/
H A Dend_to_end_tests.cc692 highest_dropped_timestamp_(0),
702 if (header.timestamp <= highest_dropped_timestamp_)
706 highest_dropped_timestamp_ = header.timestamp;
737 video_frame.timestamp() > highest_dropped_timestamp_) {
761 uint32_t highest_dropped_timestamp_; member in class:webrtc::PliObserver

Completed in 39 milliseconds