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

Issue 2415563002: Testing of VideoFileRenderer with byte frames (Closed)

Created:
4 years, 2 months ago by mandermo
Modified:
4 years, 1 month ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Testing of VideoFileRenderer with byte frames BUG=webrtc:6545 Committed: https://crrev.com/a8bec8d8e74e95998d3a18d7b7fed41b4c570e37 Cr-Commit-Position: refs/heads/master@{#14781}

Patch Set 1 #

Patch Set 2 : Cleanup in VideoFileRendererTest #

Patch Set 3 : Changed path for output video file for VideoFileRendererTest #

Total comments: 8

Patch Set 4 : Merging to be up to date with master #

Total comments: 6

Patch Set 5 : Added test for video header for VideoFileRenderer and fixed review comments #

Total comments: 16

Patch Set 6 : Re-design of VideoFileRendererTest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -1 line) Patch
M webrtc/examples/BUILD.gn View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
A webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java View 1 2 3 4 5 1 chunk +78 lines, -0 lines 0 comments Download

Messages

Total messages: 45 (23 generated)
mandermo
This the test of the writting of video frames. Only look at VideoFileRendererTest and the ...
4 years, 2 months ago (2016-10-12 13:20:05 UTC) #2
mandermo
Unit testing of VideoFileRenderer. Based on https://codereview.webrtc.org/2273573003. I use /storage/emulated/0/ for temporary file now. What ...
4 years, 2 months ago (2016-10-12 17:50:28 UTC) #4
kjellander_webrtc
On 2016/10/12 17:50:28, mandermo wrote: > Unit testing of VideoFileRenderer. Based on > https://codereview.webrtc.org/2273573003. > ...
4 years, 2 months ago (2016-10-12 21:10:08 UTC) #5
mandermo
Putting the output file in /sdcard/chromium_tests_root/ instead.
4 years, 2 months ago (2016-10-13 11:35:13 UTC) #6
kjellander_webrtc
https://codereview.webrtc.org/2415563002/diff/40001/webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java File webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java (right): https://codereview.webrtc.org/2415563002/diff/40001/webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java#newcode33 webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java:33: int inputWidth = 32; Why is input width different ...
4 years, 2 months ago (2016-10-13 14:25:13 UTC) #7
sakal
Please upload a version that doesn't include the changes introduced in the main CL.
4 years, 2 months ago (2016-10-17 11:01:06 UTC) #8
mandermo
Merging to be up to date with master.
4 years, 2 months ago (2016-10-19 09:22:38 UTC) #9
kjellander_webrtc
On 2016/10/19 09:22:38, mandermo wrote: > Merging to be up to date with master. Great; ...
4 years, 2 months ago (2016-10-19 10:47:45 UTC) #10
sakal
https://codereview.webrtc.org/2415563002/diff/60001/webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java File webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java (right): https://codereview.webrtc.org/2415563002/diff/60001/webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java#newcode23 webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java:23: public class VideoFileRendererTest extends InstrumentationTestCase { Try to make ...
4 years, 2 months ago (2016-10-19 11:13:36 UTC) #11
mandermo
Added test for video header for VideoFileRenderer and fixed review comments https://codereview.webrtc.org/2415563002/diff/40001/webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java File webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java (right): ...
4 years, 2 months ago (2016-10-19 16:38:43 UTC) #12
kjellander_webrtc
lgtm but sakal knows this code much better...
4 years, 2 months ago (2016-10-19 19:45:12 UTC) #13
sakal
lgtm
4 years, 2 months ago (2016-10-20 07:53:53 UTC) #14
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/2415563002/80001
4 years, 2 months ago (2016-10-20 10:47:04 UTC) #20
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/2415563002/80001
4 years, 2 months ago (2016-10-20 10:47:26 UTC) #24
mandermo
+magjed because he is owner of the .java file.
4 years, 2 months ago (2016-10-20 12:28:31 UTC) #30
magjed_webrtc
https://codereview.webrtc.org/2415563002/diff/80001/webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java File webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java (right): https://codereview.webrtc.org/2415563002/diff/80001/webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java#newcode37 webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java:37: Random random = new Random(frameIdx); You only need to ...
4 years, 2 months ago (2016-10-20 14:21:08 UTC) #31
magjed_webrtc
https://codereview.webrtc.org/2415563002/diff/80001/webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java File webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java (right): https://codereview.webrtc.org/2415563002/diff/80001/webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java#newcode73 webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java:73: for (;;) { It looks like you have implemented ...
4 years, 2 months ago (2016-10-20 14:41:03 UTC) #32
mandermo
Redesign with pixel by pixel comparison. https://codereview.chromium.org/2415563002/diff/80001/webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java File webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java (right): https://codereview.chromium.org/2415563002/diff/80001/webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java#newcode37 webrtc/examples/androidtests/src/org/appspot/apprtc/test/VideoFileRendererTest.java:37: Random random = ...
4 years, 1 month ago (2016-10-24 17:37:20 UTC) #33
magjed_webrtc
lgtm. It would be nice to test the texture path as well, but we can ...
4 years, 1 month ago (2016-10-25 08:02:34 UTC) #34
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/2415563002/100001
4 years, 1 month ago (2016-10-26 08:45:53 UTC) #41
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 1 month ago (2016-10-26 08:47:11 UTC) #43
commit-bot: I haz the power
4 years, 1 month ago (2016-10-26 08:47:17 UTC) #45
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/a8bec8d8e74e95998d3a18d7b7fed41b4c570e37
Cr-Commit-Position: refs/heads/master@{#14781}

Powered by Google App Engine
This is Rietveld 408576698