Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Unified Diff: webrtc/api/video/video_timing.h

Issue 3008983002: Change reporting of timing frames conditions in GetStats on receive side (Closed)
Patch Set: Implement Sprang@ comments Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/api/video/video_timing.cc » ('j') | webrtc/api/video/video_timing.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/video/video_timing.h
diff --git a/webrtc/api/video/video_timing.h b/webrtc/api/video/video_timing.h
index f5134636ba1c7e5cd3d83aafb2bbfe6e09bf0e3c..8353532148af0090244ecd5158a33864f1c205ef 100644
--- a/webrtc/api/video/video_timing.h
+++ b/webrtc/api/video/video_timing.h
@@ -89,6 +89,10 @@ struct TimingFrameInfo {
std::string ToString() const;
+ bool operator<(const TimingFrameInfo& other);
tommi 2017/09/04 09:09:21 nit: should these be const?
ilnik 2017/09/04 09:18:55 Done.
+
+ bool operator<=(const TimingFrameInfo& other);
+
uint32_t rtp_timestamp; // Identifier of a frame.
// All timestamps below are in local monotonous clock of a receiver.
// If sender clock is not yet estimated, sender timestamps
« no previous file with comments | « no previous file | webrtc/api/video/video_timing.cc » ('j') | webrtc/api/video/video_timing.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698