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

Issue 1891733002: Change pre_encode_callback to get a const frame. (Closed)

Created:
4 years, 8 months ago by nisse-webrtc
Modified:
4 years, 8 months ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc, the sun, pbos-webrtc, perkj_webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Change pre_encode_callback to get a const frame. Used only by tests. Deleted the EndToEndTest.UsesFrameCallbacks, which modified pixel data. Change callback from in EndToEndTest.GetStats to call SleepMs, rath than modifying the timestamp. BUG= Committed: https://crrev.com/d30a1117f842f43e089404981361350b53b4f159 Cr-Commit-Position: refs/heads/master@{#12406}

Patch Set 1 #

Patch Set 2 : Delete now unused FrameCallback method in EndToEndTest.GetStats. #

Total comments: 7

Patch Set 3 : Do per-frame delay by calling SleepMs. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -123 lines) Patch
M webrtc/video/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/video/end_to_end_tests.cc View 1 2 3 chunks +4 lines, -106 lines 0 comments Download
M webrtc/video/video_send_stream_tests.cc View 3 chunks +7 lines, -6 lines 0 comments Download
M webrtc/video/vie_encoder.h View 3 chunks +4 lines, -3 lines 0 comments Download
M webrtc/video/vie_encoder.cc View 2 chunks +2 lines, -7 lines 0 comments Download
M webrtc/video_send_stream.h View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 23 (10 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1891733002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1891733002/1
4 years, 8 months ago (2016-04-14 11:05:22 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-14 12:26:31 UTC) #4
nisse-webrtc
This cl is a bit speculative, I'd like to know what you think. The reason ...
4 years, 8 months ago (2016-04-15 08:10:09 UTC) #6
perkj_webrtc
lgtm https://codereview.webrtc.org/1891733002/diff/20001/webrtc/video/vie_encoder.h File webrtc/video/vie_encoder.h (right): https://codereview.webrtc.org/1891733002/diff/20001/webrtc/video/vie_encoder.h#newcode52 webrtc/video/vie_encoder.h:52: // TODO(nisse): Used only for tests, delete? I ...
4 years, 8 months ago (2016-04-15 08:22:22 UTC) #7
pbos-webrtc
https://codereview.webrtc.org/1891733002/diff/20001/webrtc/video/end_to_end_tests.cc File webrtc/video/end_to_end_tests.cc (left): https://codereview.webrtc.org/1891733002/diff/20001/webrtc/video/end_to_end_tests.cc#oldcode2607 webrtc/video/end_to_end_tests.cc:2607: // Ensure that we have at least 5ms send ...
4 years, 8 months ago (2016-04-15 09:02:03 UTC) #8
pbos-webrtc
https://codereview.webrtc.org/1891733002/diff/20001/webrtc/video/end_to_end_tests.cc File webrtc/video/end_to_end_tests.cc (left): https://codereview.webrtc.org/1891733002/diff/20001/webrtc/video/end_to_end_tests.cc#oldcode2607 webrtc/video/end_to_end_tests.cc:2607: // Ensure that we have at least 5ms send ...
4 years, 8 months ago (2016-04-15 09:03:43 UTC) #9
nisse-webrtc
https://codereview.webrtc.org/1891733002/diff/20001/webrtc/video/end_to_end_tests.cc File webrtc/video/end_to_end_tests.cc (left): https://codereview.webrtc.org/1891733002/diff/20001/webrtc/video/end_to_end_tests.cc#oldcode2607 webrtc/video/end_to_end_tests.cc:2607: // Ensure that we have at least 5ms send ...
4 years, 8 months ago (2016-04-15 12:29:07 UTC) #10
pbos-webrtc
https://codereview.webrtc.org/1891733002/diff/20001/webrtc/video/end_to_end_tests.cc File webrtc/video/end_to_end_tests.cc (left): https://codereview.webrtc.org/1891733002/diff/20001/webrtc/video/end_to_end_tests.cc#oldcode2607 webrtc/video/end_to_end_tests.cc:2607: // Ensure that we have at least 5ms send ...
4 years, 8 months ago (2016-04-15 15:03:15 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1891733002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1891733002/40001
4 years, 8 months ago (2016-04-18 11:15:58 UTC) #14
pbos-webrtc
lgtm, hopefully this fixes the https://build.chromium.org/p/client.webrtc/builders/Win%20DrMemory%20Full/builds/4073/steps/video_engine_tests/logs/stdio timeout and a probable perf regression
4 years, 8 months ago (2016-04-18 11:50:22 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1891733002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1891733002/40001
4 years, 8 months ago (2016-04-18 11:57:47 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-04-18 12:15:26 UTC) #21
commit-bot: I haz the power
4 years, 8 months ago (2016-04-18 12:15:41 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/d30a1117f842f43e089404981361350b53b4f159
Cr-Commit-Position: refs/heads/master@{#12406}

Powered by Google App Engine
This is Rietveld 408576698