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

Issue 2124943002: Added various timestamps to FrameObject. (Closed)

Created:
4 years, 5 months ago by philipel
Modified:
4 years, 5 months ago
Reviewers:
terelius, stefan-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhengzhonghou_agora.io, video-team_agora.io, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Added various timestamps to FrameObject. Added various timestamps to the FrameObject class which are needed to calculate the jitter delay. BUG=webrtc:5514 Committed: https://crrev.com/b4d31085b4534988ee37a4f2ed680a9ed1b34218 Cr-Commit-Position: refs/heads/master@{#13434}

Patch Set 1 #

Patch Set 2 : std::unique_ptr<Clock> instead of Clock*. #

Total comments: 17

Patch Set 3 : Feedback fixes. #

Patch Set 4 : Rename ...Timestamp to ...Time. #

Total comments: 2

Patch Set 5 : Renamed |received_timestamp| to |received_time|. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -16 lines) Patch
M webrtc/modules/video_coding/frame_buffer2_unittest.cc View 1 2 3 2 chunks +9 lines, -3 lines 0 comments Download
M webrtc/modules/video_coding/frame_object.h View 1 2 3 4 4 chunks +18 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/frame_object.cc View 1 2 3 4 2 chunks +15 lines, -1 line 0 comments Download
M webrtc/modules/video_coding/packet_buffer.h View 1 2 3 3 chunks +7 lines, -1 line 0 comments Download
M webrtc/modules/video_coding/packet_buffer.cc View 2 chunks +8 lines, -4 lines 0 comments Download
M webrtc/modules/video_coding/video_packet_buffer_unittest.cc View 1 4 chunks +10 lines, -5 lines 0 comments Download

Messages

Total messages: 26 (7 generated)
philipel
4 years, 5 months ago (2016-07-06 07:59:32 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2124943002/1
4 years, 5 months ago (2016-07-06 08:21:54 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_asan on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_asan/builds/15972)
4 years, 5 months ago (2016-07-06 08:56:42 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2124943002/20001
4 years, 5 months ago (2016-07-06 10:55:48 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_dbg on master.tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 5 months ago (2016-07-06 12:56:19 UTC) #10
terelius
https://codereview.webrtc.org/2124943002/diff/20001/webrtc/modules/video_coding/frame_object.cc File webrtc/modules/video_coding/frame_object.cc (right): https://codereview.webrtc.org/2124943002/diff/20001/webrtc/modules/video_coding/frame_object.cc#newcode30 webrtc/modules/video_coding/frame_object.cc:30: int64_t received_timestamp) If I understand the intended usage correctly, ...
4 years, 5 months ago (2016-07-07 16:12:31 UTC) #11
philipel
https://codereview.webrtc.org/2124943002/diff/20001/webrtc/modules/video_coding/frame_object.cc File webrtc/modules/video_coding/frame_object.cc (right): https://codereview.webrtc.org/2124943002/diff/20001/webrtc/modules/video_coding/frame_object.cc#newcode30 webrtc/modules/video_coding/frame_object.cc:30: int64_t received_timestamp) On 2016/07/07 16:12:30, terelius wrote: > If ...
4 years, 5 months ago (2016-07-08 09:41:20 UTC) #12
stefan-webrtc
https://codereview.webrtc.org/2124943002/diff/20001/webrtc/modules/video_coding/frame_object.cc File webrtc/modules/video_coding/frame_object.cc (right): https://codereview.webrtc.org/2124943002/diff/20001/webrtc/modules/video_coding/frame_object.cc#newcode30 webrtc/modules/video_coding/frame_object.cc:30: int64_t received_timestamp) On 2016/07/08 09:41:19, philipel wrote: > On ...
4 years, 5 months ago (2016-07-08 10:33:39 UTC) #13
philipel
https://codereview.webrtc.org/2124943002/diff/20001/webrtc/modules/video_coding/frame_object.cc File webrtc/modules/video_coding/frame_object.cc (right): https://codereview.webrtc.org/2124943002/diff/20001/webrtc/modules/video_coding/frame_object.cc#newcode30 webrtc/modules/video_coding/frame_object.cc:30: int64_t received_timestamp) On 2016/07/08 10:33:39, stefan-webrtc (holmer) wrote: > ...
4 years, 5 months ago (2016-07-08 11:10:50 UTC) #14
stefan-webrtc
https://codereview.webrtc.org/2124943002/diff/20001/webrtc/modules/video_coding/frame_object.cc File webrtc/modules/video_coding/frame_object.cc (right): https://codereview.webrtc.org/2124943002/diff/20001/webrtc/modules/video_coding/frame_object.cc#newcode30 webrtc/modules/video_coding/frame_object.cc:30: int64_t received_timestamp) On 2016/07/08 11:10:50, philipel wrote: > On ...
4 years, 5 months ago (2016-07-08 11:34:23 UTC) #15
stefan-webrtc
https://codereview.webrtc.org/2124943002/diff/20001/webrtc/modules/video_coding/frame_object.cc File webrtc/modules/video_coding/frame_object.cc (right): https://codereview.webrtc.org/2124943002/diff/20001/webrtc/modules/video_coding/frame_object.cc#newcode30 webrtc/modules/video_coding/frame_object.cc:30: int64_t received_timestamp) On 2016/07/08 11:34:23, stefan-webrtc (holmer) wrote: > ...
4 years, 5 months ago (2016-07-08 11:35:27 UTC) #16
philipel
https://codereview.webrtc.org/2124943002/diff/20001/webrtc/modules/video_coding/frame_object.cc File webrtc/modules/video_coding/frame_object.cc (right): https://codereview.webrtc.org/2124943002/diff/20001/webrtc/modules/video_coding/frame_object.cc#newcode30 webrtc/modules/video_coding/frame_object.cc:30: int64_t received_timestamp) On 2016/07/08 11:34:23, stefan-webrtc (holmer) wrote: > ...
4 years, 5 months ago (2016-07-08 13:40:02 UTC) #17
terelius
https://codereview.webrtc.org/2124943002/diff/60001/webrtc/modules/video_coding/frame_object.h File webrtc/modules/video_coding/frame_object.h (right): https://codereview.webrtc.org/2124943002/diff/60001/webrtc/modules/video_coding/frame_object.h#newcode84 webrtc/modules/video_coding/frame_object.h:84: int64_t received_timestamp_; Since you changed ReceivedTimestamp to ReceivedTime, I ...
4 years, 5 months ago (2016-07-11 08:44:09 UTC) #18
philipel
m https://codereview.webrtc.org/2124943002/diff/60001/webrtc/modules/video_coding/frame_object.h File webrtc/modules/video_coding/frame_object.h (right): https://codereview.webrtc.org/2124943002/diff/60001/webrtc/modules/video_coding/frame_object.h#newcode84 webrtc/modules/video_coding/frame_object.h:84: int64_t received_timestamp_; On 2016/07/11 08:44:08, terelius wrote: > ...
4 years, 5 months ago (2016-07-11 11:00:38 UTC) #19
terelius
Code LGTM. Waiting for Stefan's opinion on the naming convention w.r.t. received/completed/continuous/decodable frames.
4 years, 5 months ago (2016-07-11 11:42:19 UTC) #20
stefan-webrtc
On 2016/07/08 13:40:02, philipel wrote: > https://codereview.webrtc.org/2124943002/diff/20001/webrtc/modules/video_coding/frame_object.cc > File webrtc/modules/video_coding/frame_object.cc (right): > > https://codereview.webrtc.org/2124943002/diff/20001/webrtc/modules/video_coding/frame_object.cc#newcode30 > ...
4 years, 5 months ago (2016-07-11 15:02:16 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2124943002/80001
4 years, 5 months ago (2016-07-11 15:12:31 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 5 months ago (2016-07-11 15:46:35 UTC) #24
commit-bot: I haz the power
4 years, 5 months ago (2016-07-11 15:46:44 UTC) #26
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/b4d31085b4534988ee37a4f2ed680a9ed1b34218
Cr-Commit-Position: refs/heads/master@{#13434}

Powered by Google App Engine
This is Rietveld 408576698