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

Issue 2976373002: Report minimum PSNR in VideoQualityTest and save corresponding frame to file (Closed)

Created:
3 years, 5 months ago by ilnik
Modified:
3 years, 4 months ago
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Report minimum PSNR in VideoQualityTest and save corresponding frame to file BUG=none Review-Url: https://codereview.webrtc.org/2976373002 Cr-Commit-Position: refs/heads/master@{#19130} Committed: https://chromium.googlesource.com/external/webrtc/+/59cac99c9a80668110ad8f25f711a0d1111d71d9

Patch Set 1 #

Total comments: 8

Patch Set 2 : Implement Sprang@ comments #

Patch Set 3 : Disable frame writing on android #

Patch Set 4 : cleanup #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -0 lines) Patch
M webrtc/video/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/video/video_quality_test.cc View 1 2 3 5 chunks +42 lines, -0 lines 2 comments Download

Messages

Total messages: 19 (8 generated)
ilnik
3 years, 5 months ago (2017-07-18 14:21:33 UTC) #2
sprang_webrtc
just some nits https://codereview.webrtc.org/2976373002/diff/1/webrtc/video/video_quality_test.cc File webrtc/video/video_quality_test.cc (right): https://codereview.webrtc.org/2976373002/diff/1/webrtc/video/video_quality_test.cc#newcode832 webrtc/video/video_quality_test.cc:832: frame_writer.Init(); Maybe DCHECK the return value? ...
3 years, 4 months ago (2017-07-24 14:24:09 UTC) #3
ilnik
https://codereview.webrtc.org/2976373002/diff/1/webrtc/video/video_quality_test.cc File webrtc/video/video_quality_test.cc (right): https://codereview.webrtc.org/2976373002/diff/1/webrtc/video/video_quality_test.cc#newcode832 webrtc/video/video_quality_test.cc:832: frame_writer.Init(); On 2017/07/24 14:24:09, sprang_webrtc wrote: > Maybe DCHECK ...
3 years, 4 months ago (2017-07-25 10:34:55 UTC) #4
sprang_webrtc
lgtm
3 years, 4 months ago (2017-07-25 11:23:29 UTC) #5
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/2976373002/20001
3 years, 4 months ago (2017-07-25 11:28:21 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_dbg/builds/26036)
3 years, 4 months ago (2017-07-25 11:48:53 UTC) #9
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/2976373002/60001
3 years, 4 months ago (2017-07-25 11:56:51 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://chromium.googlesource.com/external/webrtc/+/59cac99c9a80668110ad8f25f711a0d1111d71d9
3 years, 4 months ago (2017-07-25 12:45:09 UTC) #15
stefan-webrtc
https://codereview.webrtc.org/2976373002/diff/60001/webrtc/video/video_quality_test.cc File webrtc/video/video_quality_test.cc (right): https://codereview.webrtc.org/2976373002/diff/60001/webrtc/video/video_quality_test.cc#newcode832 webrtc/video/video_quality_test.cc:832: test::Y4mFrameWriterImpl frame_writer(test_label_ + ".y4m", Isn't it better to write ...
3 years, 4 months ago (2017-08-22 11:32:18 UTC) #17
sprang_webrtc
On 2017/08/22 11:32:18, stefan-webrtc wrote: > https://codereview.webrtc.org/2976373002/diff/60001/webrtc/video/video_quality_test.cc > File webrtc/video/video_quality_test.cc (right): > > https://codereview.webrtc.org/2976373002/diff/60001/webrtc/video/video_quality_test.cc#newcode832 > ...
3 years, 4 months ago (2017-08-22 11:37:40 UTC) #18
ilnik
3 years, 4 months ago (2017-08-22 12:07:42 UTC) #19
Message was sent while issue was closed.
https://codereview.webrtc.org/2976373002/diff/60001/webrtc/video/video_qualit...
File webrtc/video/video_quality_test.cc (right):

https://codereview.webrtc.org/2976373002/diff/60001/webrtc/video/video_qualit...
webrtc/video/video_quality_test.cc:832: test::Y4mFrameWriterImpl
frame_writer(test_label_ + ".y4m",
On 2017/08/22 11:32:18, stefan-webrtc wrote:
> Isn't it better to write this to some directory other than the root? I think
> it's a bit polluting right now. Maybe webrtc/out/?

Yes, this problem is acknowledged. As Erik stated, it's being fixed in
https://codereview.webrtc.org/2998143002/ : directory is now configurable from
the command-line (/out by default), special flag is required to enable the
saving in the first place, and files are much smaller.

Powered by Google App Engine
This is Rietveld 408576698